{
  "markdown": "# 9arm-skills\n\nAgent skills loaded by Claude Code.\n\n## Layout\n\nSkills live under `skills/`, grouped into buckets:\n\n- `engineering/` — daily code work\n- `productivity/` — daily non-code workflow tools\n- `misc/` — kept around but rarely used\n- `personal/` — tied to my own setup, not promoted\n- `in-progress/` — drafts not yet ready to ship\n- `deprecated/` — no longer used\n\nEach skill is its own directory containing a `SKILL.md` (with YAML frontmatter — `name` and `description`) and any bundled scripts or reference files.\n\n## Install\n\n### With `npx skills` (Recommended - works for every agent)\n\n```bash\nnpx skills add thananon/9arm-skills\n```\n\n### Alternative - Bash script\n\nFor my own dev loop — symlink every shippable skill into `~/.claude/skills/`:\n\n```bash\n./scripts/link-skills.sh\n```\n\nList every `SKILL.md` in the repo:\n\n```bash\n./scripts/list-skills.sh\n```\n\n## Reference\n\n### Engineering\n\n- **[debug-mantra](./skills/engineering/debug-mantra/SKILL.md)** — Four-mantra debugging discipline: reproduce → trace the fail path → falsify the hypothesis → cross-reference every breadcrumb. Recites verbatim at session start, then applies in order before any fix.\n- **[post-mortem](./skills/engineering/post-mortem/SKILL.md)** — Write the canonical engineering record of a fixed bug — root cause, mechanism, fix, validation, how it slipped through. Engineer-audience; refuses to draft without a reliable repro, known cause, and validated fix.\n- **[scrutinize](./skills/engineering/scrutinize/SKILL.md)** — Outsider-perspective end-to-end review of a plan, PR, or code change. Questions intent (is there a simpler way?), traces the actual code path, and verifies the change does what it claims. Output is concise, actionable, with rationale.\n- **[qwen-agent](./skills/engineering/qwen-agent/SKILL.md)** — Delegate menial, well-scoped coding tasks to a cheap Qwen-backed subagent via the `claude-9arm` command. Use for bulk renames, formatting, boilerplate, grep-style summarization, scaffolding, and build/test reporting.\n\n### Productivity\n\n- **[management-talk](./skills/productivity/management-talk/SKILL.md)** — Rewrite engineer-to-engineer content for engineering-org leadership and shape it for the channel it's going to (JIRA, Slack, async standup, email, meeting talking-points).\n- **[qwenchance](./skills/productivity/qwenchance/SKILL.md)** — Keeps a long Claude Code task on-track — breaks loops, bounds internal reasoning, watches the context budget, and triggers a clean handoff before the window fills.\n\n### Misc\n\n_(none yet)_\n",
  "bytes": 2541,
  "sha": "0316a9daff347cb33f4f6590f861ff82f7bdd0408a75ed9755e4d4c00d862c09",
  "repo_slug": "thananon/9arm-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_thananon_9arm_skills_debug_mantra_95d4fdcc/readme"
}