A collection of skills (slash commands) for Claude Code.
| Skill | Command | Description |
|---|---|---|
| KanbanBoard | /kanban |
Manage an Obsidian-format Kanban board with subcommands: init, plan, manage, work, verify, view |
| Laffaire | /laffaire |
Manage Laffaire calendar projects and entries via its JSON API |
| Stitch | /stitch |
Extract highlights from a Kindle or Kobo e-reader and write them to a JSON file |
Claude Code skills are installed into ~/.claude/skills/. Each skill lives in its own subdirectory containing a SKILL.md file.
mkdir -p ~/.claude/skills/kanban ~/.claude/skills/laffaire ~/.claude/skills/stitch
curl -o ~/.claude/skills/kanban/SKILL.md https://raw.githubusercontent.com/robrohan/claude-skills/refs/heads/main/skills/KanbanBoard/SKILL.md
curl -o ~/.claude/skills/laffaire/SKILL.md https://raw.githubusercontent.com/robrohan/claude-skills/refs/heads/main/skills/Laffare/SKILL.md
curl -o ~/.claude/skills/stitch/SKILL.md https://raw.githubusercontent.com/robrohan/claude-skills/refs/heads/main/skills/Stitch/SKILL.mdFor example, to install only the Kanban skill:
mkdir -p ~/.claude/skills/kanban
curl -o ~/.claude/skills/kanban/SKILL.md https://raw.githubusercontent.com/robrohan/claude-skills/refs/heads/main/skills/KanbanBoard/SKILL.mdOnce installed, invoke a skill in any Claude Code session with its slash command:
/kanban view
/laffaire
/stitch
Run /help in Claude Code to see all available commands.