analyze-dependencies
Analyze project dependencies and evaluate architectural health. Trigger with "analyze dependencies", "detect circular dependencies", "architecture issues?",…
Switch to expert role for specialized analysis. Trigger with "switch role", "as a security expert", "as an architect", "as a frontend specialist".
$ npx -y skills add wasabeef/claude-code-cookbook --skill role --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/roleContext preview
The summary Claude sees to decide when to auto-load this skill.
Switch to expert role for specialized analysis. Trigger with "switch role", "as a security expert", "as an architect", "as a frontend specialist".
description: 'Switch to expert role for specialized analysis. Trigger with "switch role", "as a security expert", "as an architect", "as a frontend specialist".' allowed-tools: - Read - Grep - Glob
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
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…