AI SummaryA comprehensive developer tools hub that guides developers through debugging, code review, refactoring, git operations, and quality checks using Socratic questioning and specialized agents. Ideal for developers seeking structured, educational support across the entire development workflow.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "dev" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (9 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/Smart-AI-Memory/empathy-framework/main/.claude/commands/dev.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/agent.md "https://raw.githubusercontent.com/Smart-AI-Memory/empathy-framework/main/.claude/commands/agent.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/context.md "https://raw.githubusercontent.com/Smart-AI-Memory/empathy-framework/main/.claude/commands/context.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/docs.md "https://raw.githubusercontent.com/Smart-AI-Memory/empathy-framework/main/.claude/commands/docs.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/learning.md "https://raw.githubusercontent.com/Smart-AI-Memory/empathy-framework/main/.claude/commands/learning.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/plan.md "https://raw.githubusercontent.com/Smart-AI-Memory/empathy-framework/main/.claude/commands/plan.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/release.md "https://raw.githubusercontent.com/Smart-AI-Memory/empathy-framework/main/.claude/commands/release.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/testing.md "https://raw.githubusercontent.com/Smart-AI-Memory/empathy-framework/main/.claude/commands/testing.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/workflows.md "https://raw.githubusercontent.com/Smart-AI-Memory/empathy-framework/main/.claude/commands/workflows.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Developer tools hub - debugging, commits, PRs, code review, refactoring
Developer Tools
Aliases: /developer Development operations powered by Socratic agents that guide you through discovery. --- Based on your selection, I will: • 🐛 Debug issue → Use the debugger agent with Socratic questioning to help you discover root causes • 👀 Review code → Use the code-reviewer agent to provide teaching-focused quality review • 🔧 Refactor code → Use the refactorer agent to guide structural improvements • 📝 Git commit → Stage files and create a well-formatted commit • 🚀 Create PR → Push changes and create a pull request with summary • ✅ Quality check → Run linters, type checking, and security scans ---
Quick Direct Access
You can also invoke sub-commands directly: `bash /dev debug # Start debugging /dev review # Code review /dev refactor # Refactoring /dev commit # Git commit /dev pr # Create PR /dev quality # Quality check ` ---
Debug Issue
Agent: debugger | Workflow: bug_predict Guided debugging that helps you discover root causes yourself, not just fixes. Invoke: `bash /dev debug # Start interactive debugging /dev debug "login fails sometimes" # With context ` The debugger agent will: • Ask what unexpected behavior you're seeing • Gather context (error messages, reproduction steps) • Form a hypothesis together with you • Guide you through tracing the issue step by step • Help you understand why the fix works • Connect the bug to patterns for future prevention Philosophy: Instead of "The bug is on line 42", you'll hear "Let's trace the execution. What value does user_id have when we reach line 40?" ---
Review Code
Agent: code-reviewer | Workflow: code_review Code review that teaches, not just critiques. Invoke: `bash /dev review # Review recent changes /dev review src/auth/ # Review specific path /dev review --pr 123 # Review a pull request ` The code-reviewer agent will: • Ask what kind of review you need (quick check, thorough, security-focused, learning) • Identify focus areas together (logic, error handling, performance, readability) • Guide you through discoveries using questions, not statements • Help you understand the why behind each finding • Offer next steps: fix checklist, explain patterns, or pair on fixes Philosophy: Instead of "This violates DRY", you'll hear "I notice similar logic in these 3 places. What might happen if we need to change this behavior?" ---
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster