Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/smart-ai-memory/empathy-framework/devgit clone --depth 1 https://github.com/Smart-AI-Memory/empathy-frameworkWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00018 | $0.01719 |
| Opus 5 | $0.00009 | $0.00860 |
| Sonnet 5 | $0.00004 | $0.00344 |
| Haiku 4.5 | $0.00002 | $0.00172 |
Grade A, and why
dev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 246 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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:
/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:
/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:
/dev review # Review recent changes
/dev review src/auth/ # Review specific path
/dev review --pr 123 # Review a pull request
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 246 lines · 18 tokens per session scan A f8f0b1ccc6fb
dev is a command published in the GitHub repository Smart-AI-Memory/empathy-framework (13 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 18 tokens to every session and 1,719 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
specify
Create or update the feature specification from a natural language feature description.
speckit.git.validate
Validate current branch follows feature branch naming conventions.
test
Smart test runner with filtering, coverage, and health monitoring.
speckit.assess.intake
Capture and normalize a raw idea (text, URL, ticket, or codebase pointer) into an intake note.
specsmd-construction-agent
Command "specsmd-construction-agent" from fabriqaai/specs.md, covering activate construction agent, activation, parameters, critical first steps and your skills.
fire
FIRE orchestrator - Fast Intent-Run Engineering main entry point.