validate-chalk

Installation
SKILL.md

Audit the .chalk/ directory to verify that chalk.json and PROFILE docs are complete, correct, and sufficient for skills to operate. Reports gaps and optionally fixes them.

When to Use

  • Before running skills that depend on project context (capture-pr-visuals, create-pr, etc.)
  • After initial setup to verify completeness
  • Periodically to detect stale docs
  • In CI to enforce chalk quality

Workflow

Step 1: Check chalk.json exists and is valid

  1. Read .chalk/chalk.json
  2. Validate required fields:
    • version — must be "1.0"
    • project.name — must exist and be non-empty
  3. Check recommended fields and report if missing:
    • project.description, project.language, project.framework, project.type
Related skills
Installs
5
GitHub Stars
5
First Seen
Mar 18, 2026