Discovering TraceDecay
SkillProductivityUse when asking what TraceDecay can do, which TraceDecay tool, skill, command, or workflow fits a task, or how to discover capabilities when MCP is absent or optional.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Discovering TraceDecay skill
What this skill tells your AI
The instructions your AI receives, as published by scriptedalchemy/tracedecay in plugin/skills/discovering-tracedecay/SKILL.md and read by ahel’s review.
Treat skills as workflow guidance and the CLI or MCP as interchangeable tool transports. MCP is optional: capability discovery must work from a shell alone.
Discovery ladder
- Run
tracedecay toolto list every tool by category with a one-line summary. Scan the relevant category; do not guess tool names. - Run
tracedecay tool <name> --helpfor the selected tool's exact arguments, types, enum values, and examples. - Run
tracedecay --helpfor lifecycle commands such asinit,sync,doctor,daemon,sessions,analytics,automation, andupgrade. Then inspect one command withtracedecay <command> --help. - Choose the smallest matching workflow and continue with its skill:
| Intent | Workflow skill |
|---|---|
| Locate or understand code | tracedecay:exploring-code |
| Trace calls or assess blast radius | tracedecay:tracing-functions / tracedecay:assessing-impact |
| Review or edit code | tracedecay:reviewing-changes / tracedecay:editing-safely |
| Recover decisions or session history | tracedecay:project-memory / tracedecay:managing-session-context |
| Diagnose adoption or host health | tracedecay:diagnosing-analytics / tracedecay doctor |
| Fix compiler or type errors | tracedecay:fixing-build-and-type-errors |
Rules
- Prefer live
--helpoutput over remembered flags; the installed binary is the source of truth. - Do not query TraceDecay databases directly to discover capabilities.
- Do not dump the entire catalog into the answer. Name the selected workflow, exact command or tool, and why it matches.
- Once a tool is selected, use MCP when available or the identical
tracedecay tool <name>CLI surface when it is not. Seetracedecay:using-the-clifor argument construction.
Deliverable
Return the chosen skill or workflow, the exact next command/tool, and one-line reason. If no capability fits, say what is missing instead of inventing one.
Signals
- GitHub stars
- 73
- Forks
- 5
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
discovering-tracedecay- Source
- github.com/scriptedalchemy/tracedecay