setup-docs

Installation
SKILL.md

One-shot bootstrap that deeply analyzes the codebase and populates all .chalk/docs/ PROFILE stubs with real, project-specific content. Also enriches chalk.json with any fields that setup-chalk couldn't auto-detect.

When to Use

  • After running /setup-chalk or npx create-chalk to generate stub docs
  • When PROFILE docs contain <!-- STUB --> markers or placeholder content
  • When chalk.json has missing fields (routes, sourceLayout, etc.)
  • To refresh docs after significant codebase changes

Workflow

Step 1: Read existing state

  1. Read chalk.json — Check which fields are populated vs missing. Note any that need enrichment (especially routes, sourceLayout, dev).
  2. Read each PROFILE doc — Skip any that are already populated (no <!-- STUB --> comment and more than 20 lines of real content). Note which verticals need work.
  3. Read the codebasepackage.json, README.md, src/ directory structure, config files, and any existing docs.

Step 2: Enrich chalk.json

Installs
11
GitHub Stars
6
First Seen
Mar 10, 2026
setup-docs — generaljerel/chalk-skills