analyze-dependencies
Analyzes your project's dependencies and checks architecture health.
Switch to a specific role to perform specialized analysis or work.
> /plugin marketplace add wasabeef/claude-code-cookbookHow it fires
How this command gets triggered: by you, by Claude, or both.
/roleContext preview
What this command does when you run it.
Switch to a specific role to perform specialized analysis or work.
Switch to a specific role to perform specialized analysis or work.
/role <role_name> [--agent|-a]
# Switch to security audit mode (normal) /role security "Check the security vulnerabilities of this project" # Run security audit as a sub-agent (large-scale analysis) /role security --agent "Perform a security audit of the entire project" # Switch to code review mode /role reviewer "Review recent changes and point out improvements" # Switch to performance optimization mode /role performance "Analyze the bottlenecks of the application" # Switch to root cause analysis mode /role analyzer "Investigate the root cause of this failure" # Switch to frontend specialist mode /role frontend "Evaluate UI/UX improvements" # Switch to mobile development specialist mode /role mobile "Evaluate mobile optimization of this app" # Return to normal mode /role default "Return to normal Claude"
# Security-specific analysis /role security cat app.js "Analyze potential security risks in this code in detail" # Architecture evaluation /role architect ls -la src/ "Present problems and improvements for the current structure" # Test strategy planning /role qa "Propose the optimal test strategy for this project"
# Analysis with multiple roles /role security "First check from a security perspective" git diff HEAD~1 /role reviewer "Next review general code quality" /role architect "Finally evaluate from an architectural perspective" # Role-specific output format /role security Security Analysis Results ━━━━━━━━━━━━━━━━━━━━━ Vulnerability: SQL Injection Severity: High Location: db.js:42 Fix: Use parameterized queries
Each role adopts an **Evidence-First** approach, conducting analysis and making proposals based not on speculation but on **proven methods, official guidelines, and objective data**.
**Evidence-Based Security Audit**
**Professional Report Format**
Evidence-Based Security Audit Results ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ OWASP Top 10 Compliance: XX% / CVE Matching: Completed Threat Modeling: STRIDE Analysis Completed
**Evidence-First Performance Optimization**
**Professional Report Format**
Evidence-First Performance Analysis ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Core Web Vitals: LCP[XXXms] INP[XXXms] CLS[X.XX] Performance Budget: XX% / ROI Analysis: XX% Improvement Prediction
**Evidence-First Root Cause Analysis**
**Professional Report Format**
Evidence-First Root Cause Analysis ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Analysis Confidence: High / Bias Countermeasures: Implemented Hypothesis Verification Matrix: XX% Confidence
**Evidence-First Frontend Development**
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
Analyzes your project's dependencies and checks architecture health.
Analyzes application performance from a user experience perspective and quantifies experience improvements from optimizations. Calculates UX scores based on…
Verifies if a statement is true by checking your project's code and documentation.
A comprehensive collection of best practices for evaluating and improving the quality of prompts for AI Agents. It systematizes knowledge gained from actual…
Generates commit messages from staged changes (git diff --staged). This command only creates messages and copies them to your clipboard—it doesn't run any git…