analyze-dependencies
Analyze project dependencies and evaluate architectural health. Trigger with "analyze dependencies", "detect circular dependencies", "architecture issues?",…
Display current session plan. Trigger with "show the plan", "plan progress?", "current plan?", "display plan".
$ npx -y skills add wasabeef/claude-code-cookbook --skill show-plan --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/show-planContext preview
The summary Claude sees to decide when to auto-load this skill.
Display current session plan. Trigger with "show the plan", "plan progress?", "current plan?", "display plan".
description: 'Display current session plan. Trigger with "show the plan", "plan progress?", "current plan?", "display plan".' allowed-tools: - Read
Display the plan being executed or executed in the current session.
/show-plan
# Check current plan /show-plan "Display executing plan" # When no plan exists /show-plan "There is no plan in the current session"
# Check plan during implementation "What was I implementing?" /show-plan # When executing multiple tasks "Let me check the current plan again" /show-plan # Review after plan execution "Show me the plan I executed earlier" /show-plan
Based on the format of plans generated by ExitPlanMode, the following patterns are detected:
A collection of commands, roles, and automation scripts for Claude Code. Automate your workflow without unnecessary confirmations, allowing you to focus on what matters.
Repo: wasabeef/claude-code-cookbook
Analyze project dependencies and evaluate architectural health. Trigger with "analyze dependencies", "detect circular dependencies", "architecture issues?",…
Performance analysis based on Core Web Vitals with UX scoring. Trigger with "analyze performance", "improve speed", "check Core Web Vitals", "page speed",…
Verify information accuracy against codebase and documentation. Trigger with "is this correct?", "fact check", "verify this", "is this accurate?".
Evaluate and improve AI prompt quality. Trigger with "check this prompt", "evaluate prompt quality", "improve this prompt".
Generate commit messages from staged changes. Trigger with "suggest commit message", "generate commit message", "what should the commit say?", "write commit…