Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ One further asymmetry: Raxol globs `**/SKILL.md` (any depth) while the sync scri

| Source | Count | Notes |
| -------------------------- | ------ | ----------------------------------------------------------------------------------- |
| agent-skills `skills/` | 58 | upstream also ships one empty placeholder dir with no `SKILL.md`, which never loads |
| agent-skills `skills/` | 59 | upstream also ships one empty placeholder dir with no `SKILL.md`, which never loads |
| `skills-extra/` (vendored) | 2 | `virtuals-protocol-acp`, `hf-cli` (the latter originally installed by the `hf` CLI) |
| **loaded by Claude Code** | **60** | symlinks in `~/.claude/skills/` |
| **loaded by Claude Code** | **61** | symlinks in `~/.claude/skills/` |

**Code pattern skills** -- language-specific examples and idioms:

Expand All @@ -254,7 +254,7 @@ One further asymmetry: Raxol globs `**/SKILL.md` (any depth) while the sync scri
| raxol | Raxol TUI/agent imports, headless/MCP tools |
| raxol-payments | :raxol_payments/:raxol_earn, Xochi/Riddler, agent wallets, ACP jobs |
| raxol-symphony | :raxol_symphony, tracker-driven coding-agent orchestration |
| design-ux | Component design, layout, tokens, accessibility, TUI aesthetics, DESIGN.md |
| design-ux | Component design, layout, tokens, motion, accessibility, TUI aesthetics |
| nix | `.nix` files, flakes, NixOS, Home Manager, agent-skills packaging, rigup |
| native-code | NIFs (C/Rust), SIMD (Zig), erl_nif.h, Rustler, BEAM native boundary |

Expand All @@ -278,7 +278,7 @@ One further asymmetry: Raxol globs `**/SKILL.md` (any depth) while the sync scri
| sentinel | Contract monitoring, on-chain alerts, suspicious transactions |
| watchdog | Repo health, stale PRs, CI status, security advisories |

**Workflow skills** (40 total) -- architect, code-review, tdd, focused-fix, adversarial-reviewer, prd-to-plan, prd-to-issues, release, and more. Each has a SKILL.md with trigger conditions.
**Workflow skills** (41 total) -- architect, code-review, tdd, focused-fix, adversarial-reviewer, prd-to-plan, prd-to-issues, release, frontend-slop-audit, and more. Each has a SKILL.md with trigger conditions.

Skills provide detailed incorrect/correct code examples. CLAUDE.md provides preferences and philosophy. To add a new skill: add to the [agent-skills](https://github.com/DROOdotFOO/agent-skills) repo, push to `main`, then `chezmoi apply --refresh-externals`.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ brew install chezmoi && chezmoi init --apply https://github.com/DROOdotFOO/dotfi
| **System** | btop, fastfetch, tldr (`help`) |
| **Windows** | Hammerspoon + PaperWM (macOS) |
| **Launcher** | Raycast (macOS) |
| **AI** | Claude Code (60 skills, 14 MCP servers) |
| **AI** | Claude Code (61 skills, 14 MCP servers) |
| **Secrets** | 1Password (SSH agent + age encryption), AWS CLI, Infisical |
| **Network** | Tailscale with pre-configured hosts |
| **Languages** | Elixir, Rust, Go, Python, Node.js, Lua (via mise) |
Expand Down