Public
Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
9arm-skills
Agent skills loaded by Claude Code.
Layout
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 used
Each skill is its own directory containing a SKILL.md (with YAML frontmatter — name and description) and any bundled scripts or reference files.
Install
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
Reference
Engineering
- debug-mantra — 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.
- post-mortem — 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.
- scrutinize — 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.
Productivity
- management-talk — 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).
Misc
(none yet)
关于 About
No description, website, or topics provided.
语言 Languages
Shell100.0%
提交活跃度 Commit Activity
代码提交热力图
过去 52 周的开发活跃度0
Total Commits峰值: 1次/周
LessMore