setup-chalk

Initialize a standardized .chalk folder and chalk.json with PROFILE docs.

6|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/GeneralJerel/chalk-skills --skill setup-chalk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-chalk
Source: https://github.com/GeneralJerel/chalk-skills/tree/main/skills/setup-chalk
Command: npx skills add https://github.com/GeneralJerel/chalk-skills --skill setup-chalk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the setup of a standardized Chalk workspace across codebases by generating chalk.json and PROFILE docs, enabling immediate profiling and consistent documentation.

Core Features & Use Cases

  • Scans the repository to create the .chalk/ structure and chalk.json.
  • Generates product/engineering/ai/design PROFILE.md docs with initial content.
  • Ensures future docs can be updated or extended via other skills like setup-docs or update-doc.

Quick Start

Run the setup-chalk skill on your repository to bootstrap the .chalk folder and profiles.

Frequently Asked Questions about setup-chalk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a standardized project workspace with profile documentation?

To bootstrap a standardized project workspace, this Skill scans your repository and generates a .chalk folder containing chalk.json as the master identity, alongside product, engineering, AI, and design PROFILE docs.

What is a chalk.json file used for in repository setup?

A chalk.json file serves as the repository's master identity, documenting project identity, structure, and onboarding guidance while conforming to the chalk-skills schema for consistent workspace profiling.

Can I generate engineering and design profile docs for any codebase?

Yes, you can generate engineering and design profile docs for any codebase. The setup applies universally to initialize the .chalk structure and create initial profile content across different repositories.

What's the best way to automate project setup and onboarding documentation?

Automating project setup and onboarding documentation is done by running this Skill on your repository, which bootstraps the .chalk folder and generates foundational docs to standardize workspace profiling.

Do I need any dependencies to initialize the .chalk folder structure?

No dependencies are required to initialize the .chalk folder structure. The Skill operates independently to scan your repository and generate the chalk.json configuration and PROFILE.md files.

Why does my repository need standardized profile generation?

Standardized profile generation is needed to enable immediate profiling and consistent documentation across codebases, ensuring future docs can be systematically updated or extended via other skills.