Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By thananon
Enforces a structured debugging workflow (reproduce, trace, falsify, cross-reference), then produces post-mortem documentation and reframes technical content for leadership audiences. Also provides outsider-style code review that questions intent and traces end-to-end paths.
npx claudepluginhub thananon/9arm-skillsFour-mantra debugging discipline — reproduce, trace the fail path, falsify the hypothesis, cross-reference every breadcrumb. Recite the mantra block verbatim at the start of any debugging session, then apply the four steps in order before proposing any fix. Trigger on /debug-mantra and proactively whenever debugging starts — user reports a bug, says something is broken/throwing/failing, asks to debug/diagnose/investigate an issue, or pastes a stack trace or error log.
Write the canonical engineering record of a fixed bug — root cause, mechanism, fix, validation, and how it slipped through. Engineer-audience, code identifiers welcome. Use after a debug session lands a fix, before closing the ticket. Trigger on /post-mortem, when the user says "write the post-mortem / postmortem / RCA / root cause analysis", "document this fix", "write up the root cause", "close out this bug with a writeup", or hands you a fixed-and-validated bug and asks for the writeup.
Outsider-perspective end-to-end review of a plan, PR, or code change. First questions intent and whether a simpler/more elegant approach would achieve the same goal, then traces the actual code path (not just the diff) to verify the change does what it claims. Output is concise, actionable, and every call carries its rationale. Trigger on /scrutinize and proactively whenever the user asks to review, audit, sanity-check, or get a second opinion on a plan, PR, diff, design doc, or proposed code change.
Rewrite engineer-to-engineer content for engineering-org leadership (VPs, directors, PMs, release managers, execs in an engineering-savvy company) and shape it for the channel it is going to — JIRA comment, Slack post, async standup line, email, or meeting talking-points. Trigger when the user asks to write/rewrite for management / exec / VP / director / PM / release manager, asks for an "executive summary / leadership update / status update", says "make this less technical / less jargony", or asks for a slack / email / standup / meeting version of work originally written engineer-to-engineer.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
No description provided.
Cross-cutting utilities: technical writing, git workflow, code review, pair programming, on-call runbooks, incident response.
No description provided.
Extract reusable skills from work sessions. Manual invocation only - no hooks, no noise.
Slash-command skill that reviews any SKILL.md against best practices and outputs a structured pass/fail report
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
Agent skills loaded by Claude Code.
Skills live under skills/, grouped into buckets:
engineering/ — daily code workproductivity/ — daily non-code workflow toolsmisc/ — kept around but rarely usedpersonal/ — tied to my own setup, not promotedin-progress/ — drafts not yet ready to shipdeprecated/ — no longer usedEach skill is its own directory containing a SKILL.md (with YAML frontmatter — name and description) and any bundled scripts or reference files.
npx skills (Recommended - works for every agent)npx skills add thananon/9arm-skills
For my own dev loop — symlink every shippable skill into ~/.claude/skills/:
./scripts/link-skills.sh
List every SKILL.md in the repo:
./scripts/list-skills.sh
(none yet)