
Install the agentic cookbook into your project. Sets up a minimal always-on rule, pipeline skills, and recommended plugins.
Evaluate a cookbook recipe or guideline against applicable compliance checks. Triggers on 'check compliance', 'compliance check', 'lint compliance', or /lint-compliance.
Optimize Claude Code rules by consolidating into a single efficient file. Triggers on 'optimize rules', 'optimize my rules', or /optimize-rules.
Validate cookbook integrity — frontmatter, cross-references, indexes, skills, rules, file placement. Run from cookbook or consuming project.
Lint an implementation against cookbook guidelines or a specific recipe. Combines guideline review and recipe conformance checking.
Manage agentic cookbook preferences and rule file. Toggle committing workflow, recipe prompts, contribution prompts.
File a bug report against the agentic cookbook. Guides the user through describing the issue, then creates a GitHub issue. Triggers on 'report a bug', 'cookbook bug', 'file a bug', or /cookbook-bug.
Interactive guide to the agentic cookbook — tier status, content overview, skills, searching, contributing, and troubleshooting.
Initialize a cookbook planning or implementation pipeline. Creates the pipeline state file and prints instructions for /cookbook-next.
Suggest new content or improvements for the agentic cookbook. Guides the user through the idea, then creates a GitHub issue. Triggers on 'suggest', 'cookbook suggestion', 'request a recipe', 'cookbook idea', or /cookbook-suggestion.
Walk through installing recommended Claude Code plugins, LSPs, and MCP servers based on your development type and languages.
Lint a Claude Code agent against best practices. Triggers on 'lint this agent', 'check my agent', 'review this agent', or /lint-agent.
Lint a Claude Code skill against best practices. Triggers on 'lint this skill', 'check my skill', 'review this skill', or /lint-skill.
--- name: plan-cookbook-recipe version: 2.3.0 description: Interactively design a new cookbook recipe through guided discussion disable-model-invocation: true context: fork allowed-tools: Read, Glob, Grep, Agent, Write, Edit, AskUserQuestion, Bash(git *), Bash(mkdir *), Bash(ls *) argument-hint: [recipe-name] [--version] --- # Plan Agentic Cookbook Recipe v2.3.0 ## Startup **First action**: If `$ARGUMENTS` is `--version`, print `plan-cookbook-recipe v2.3.0` and stop. Otherwise, print `plan-c
Analyze a macOS SwiftUI app and plan its conversion to native AppKit. Triggers on 'port to AppKit', 'convert SwiftUI to AppKit', 'remove SwiftUI', or /port-swiftui-to-appkit.
Create a PR to contribute a new recipe or enhancement to the agentic cookbook. Auto-detects admin (push access) vs external (fork-based) workflows. Triggers on 'contribute to cookbook', 'add a recipe', or /contribute-to-cookbook.
Advance the cookbook pipeline by one step. Loads one concern, evaluates it, records the result, and exits.
Install or uninstall the worktree-and-PR git workflow rule into a project. Triggers on 'install worktree rule', 'add worktree rule', or /install-worktree-rule.
Lint a cookbook recipe file against the template, conventions, and completeness checks. Triggers on 'lint this recipe', 'check my recipe', 'review this recipe', or /lint-recipe.
Remove the agentic cookbook from your project. Removes rules, state files, CLAUDE.md section, and optionally global plugins and status line.