Usage
20 items
Skills
/install-cookbook
v6.0.3First-time onboarding — installs cookbook.md, updates CLAUDE.md, offers recommended plugins.
/configure-cookbook
v2.0.0Manage preferences — toggle recipe prompts, contribution prompts, install optional rules.
/lint-project-with-cookbook
v1.0.0Lint implementation against the full guideline checklist or a specific recipe.
/lint-skill
v1.0.1Lint a Claude Code skill — frontmatter, structure, content quality, error handling.
/lint-rule
v1.0.1Lint a rule file for clarity, single responsibility, and MUST/MUST NOT sections.
/lint-agent
v1.0.1Lint a Claude Code agent for tool permissions, bounded execution, and best practices.
/lint-compliance
v1.0.0Evaluate a recipe or guideline against 10 compliance categories.
/plan-cookbook-recipe
v2.2.0Interactive recipe design — walks through all 17 sections from requirements to logging.
/contribute-to-cookbook
v2.2.0Create a PR to the cookbook with auto-detected push access or fork-based workflow.
/validate-cookbook
v1.0.1Validate frontmatter, cross-references, indexes, skills, rules, and file placement.
/cookbook-help
v1.0.0Interactive guide — status, content overview, skills, searching, troubleshooting.
/cookbook-bug
v1.0.0File a structured bug report as a GitHub issue.
/cookbook-suggestion
v1.0.0Suggest new content or improvements. Checks for duplicates before creating.
Rules
cookbook.md
The full cookbook — principles, guidelines, recipes, and contribution prompts.
committing.md
Structured git workflow — worktree, draft PR, atomic commits, squash merge.
auto-lint.md
Auto-lint skills, agents, and rules on creation or modification.
permissions.md
Atomic permission prompts — one yes/no before implementation, zero interruptions after.
skill-authoring.md
Check inventory before creating skills, prevent duplicates, update docs after.
skill-versioning.md
Semver versioning — every change gets a bump, --version support, staleness checks.
extension-authoring.md
Best practices for creating skills, agents, and rules in your project.