24 curated agentic skills for Claude Code, organized into five categories.
| Skill | Category | Description |
|---|---|---|
| install-skill | meta |
Install skills into a target project via the hooks CLI |
| make-skill | meta |
Create, update, and validate skills using the canonical taxonomy |
| script-agents | meta |
Build minimal prompt-dispatch scripts for coding agents |
| wip | meta |
Prompt library workflow with safe mutation guardrails |
| code-review-rust | audit |
Rust code review focused on correctness, safety, and idiomatic patterns |
| code-review-ts | audit |
TypeScript code review focused on type safety and TS idioms |
| diff-review | audit |
Security-focused differential review of PRs, commits, and diffs |
| function-analyzer | audit |
Per-function deep analysis for security audit context |
| semantic-grep | audit |
Semgrep static analysis with parallel execution and structured triage |
| spec-checker | audit |
Specification-to-code compliance analysis |
| bryan-cantrill | principles |
Evidence-first engineering with written design and observability |
| dogfood | principles |
Enforce dogfooding for tool projects. No manual workarounds. |
| elon-musk | principles |
Delete-first refactoring with strict safety and rollback |
| fresh-eyes | principles |
Perspective-shift discipline for plans, code, and bugs |
| linus-torvalds | principles |
No regressions, minimal patches, proof over talk |
| model-router | principles |
Route work to the cheapest model tier that succeeds |
| refactor-suggestions | principles |
Scoped refactor suggestions from branch diffs |
| rick-rubin | principles |
Scope discipline and simplicity for agent tasks |
| steve-jobs | principles |
Experience-first product planning with ruthless focus |
| tdd | principles |
Test-driven development with RED-GREEN-REFACTOR enforcement |
| compound-workflow | habits |
Structured workflow: brainstorm, plan, work, review, compound |
| paul-graham | habits |
Clear, direct prose. Optimize for insight per sentence. |
| repo-hygiene | habits |
Repository housekeeping: pre-work checks, docs, cleanup |
| svelte5-cloudflare | hot |
SvelteKit on Cloudflare Workers |
| Category | Purpose |
|---|---|
meta |
Create and manage skills |
audit |
Security review, static analysis, compliance |
principles |
Engineering discipline and development practices |
habits |
Workflow patterns and documentation standards |
hot |
Framework-specific skills for active stacks |
Copy a skill directly:
cp -r <skill-name> /path/to/project/.claude/skills/Or install with the hooks CLI.
Runtime libraries for loading, matching, and detecting skills live in skillex.
Shell wrappers for fast prompt reuse. Defined in ~/.zsh/skills-promptlib.zsh, sourced from ~/.zshrc.
| Command | What It Does |
|---|---|
pp |
Append a prompt to the scratchpad (prompt-append.sh) |
ppx |
Print prompts as LLM worksheet, paste back improvements (prompt-improve.sh) |
rr <A-J> |
Extract and print a rick-rubin prompt section |
rff <P|R|F> |
Print a fresh-eyes prompt (Planning, Review, or Reflection) |
Clipboard (pbcopy/xclip) is optional. Stdout always works.