analyze-dependencies
Analyze project dependencies and evaluate architectural health. Trigger with "analyze dependencies", "detect circular dependencies", "architecture issues?",…
Capture and analyze macOS screenshots. Trigger with "take a screenshot", "capture screen", "screenshot".
$ npx -y skills add wasabeef/claude-code-cookbook --skill screenshot --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/screenshotContext preview
The summary Claude sees to decide when to auto-load this skill.
Capture and analyze macOS screenshots. Trigger with "take a screenshot", "capture screen", "screenshot".
description: 'Capture and analyze macOS screenshots. Trigger with "take a screenshot", "capture screen", "screenshot".' allowed-tools: - Bash(screencapture *)
Capture screenshots on macOS and analyze the images.
/screenshot [options]
# Capture and analyze a window /screenshot --window "Analyze the captured screen" # Select a region and analyze /screenshot --crop "Explain the content of the selected region" # Capture full screen and analyze /screenshot --full "Analyze the overall screen composition"
# No specific problem - situation analysis /screenshot --crop (Claude will automatically analyze screen content, explaining elements and composition) # UI/UX problem analysis /screenshot --window "Propose problems and improvements for this UI" # Error analysis /screenshot --window "Tell me the cause and solution for this error message" # Design review /screenshot --full "Evaluate this design from a UX perspective" # Code analysis /screenshot --crop "Point out problems in this code" # Data visualization analysis /screenshot --crop "Analyze trends visible in this graph"
# Analysis from multiple perspectives /screenshot --window "Analyze this screen regarding: 1. UI consistency 2. Accessibility issues 3. Improvement proposals" # Multiple captures for comparative analysis /screenshot --window # (Save before image) # Make changes /screenshot --window # (Save after image) "Compare before and after images, analyzing changes and improvement effects" # Focus on specific elements /screenshot --crop "Evaluate whether the selected button design harmonizes with other elements"
"How would you like to capture the screenshot? 1. Select window (--window) → screencapture -W 2. Full screen (--full) → screencapture -x 3. Select region (--crop) → screencapture -i"
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…