A personal collection of skills I use on a daily basis.
Skills live at <category>/<skill-name>/SKILL.md. Categories are organizational only; skills are installed flat by folder name.
| Skill | Category | Description |
|---|---|---|
| coderabbit-github-comments | development | Resolve unresolved PR review feedback from bots or reviewers using isolated worktrees, extracted agent prompts, and a final integrated commit. |
| coderabbit-review | development | Run a CodeRabbit review, fix every addressable finding via parallel subagents, then commit and push. |
| i-have-adhd | workflow | Shape output for a reader with ADHD: lead with the next action, number multi-step work, restate state across turns, make wins visible. |
| step-by-step | workflow | Guide the user through a big task one step at a time — they drive, you navigate. |
| ticket-brief | workflow | Turn a JIRA ticket into a developer-ready brief in French, with at minimum a description and acceptance criteria. |
All skills, symlinked (stays in sync with the repo):
git clone https://github.com/nleborgne/skills.git
cd skills
./sync.sh --dry-run # preview what would change
./sync.shsync.sh links every skill into ~/.agents/skills/ and ~/.claude/skills/. It only creates, updates, or deletes symlinks that resolve into this repo — your own skills and anything else already in those directories are never touched; name collisions are skipped with a warning.
A single skill, copied:
cp -r workflow/step-by-step ~/.claude/skills/