9arm-skills
Disciplined debugging, code review, and engineering communication skills for AI agents
All Skills in This Repository (6)
Pure Emerald Level Indicatorsdebug-mantra
Automates a four-step debugging process with a persisted experiment ledger.
scrutinize
Trace code paths end-to-end and report actionable review findings.
qwen-agent
Delegate routine coding tasks to a Qwen-backed subagent with explicit paths.
post-mortem
Draft a canonical post-mortem documenting root cause, fix, validation, and learnings.
qwenchance
Detect loops, bound reasoning, and prepare hand-offs for Claude Code tasks.
management-talk
Rewrite engineering updates into executive summaries for JIRA, Slack, or email.
Frequently Asked Questions
FAQPage SchemaHow to install 9arm-skills?โผ
Run `npx skills add thananon/9arm-skills --all -g -y` in your terminal to install every skill in this suite globally.
How to make AI debugging more reliable?โผ
The debug-mantra skill forces a four-step discipline: reproduce the bug, trace the fail path, falsify the hypothesis, and cross-reference every result before proposing any fix.
Can AI write a proper root cause analysis?โผ
Yes. The post-mortem skill drafts a complete engineering record with root cause, fix, validation, and follow-ups, but only after the fix is confirmed working.
How to turn technical updates into executive summaries?โผ
The management-talk skill rewrites engineer-to-engineer content for leadership and formats it for JIRA, Slack, standups, email, or meeting talking points.
Does 9arm-skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and load directly into Claude Code and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core