A collection of Claude Code skills — reusable knowledge packs that give Claude domain expertise on specific libraries and tools.
Each skill lives in its own directory and contains:
SKILL.md— the main skill definition with frontmatter metadata and core documentationreferences/— supplementary guides (e.g. framework-specific integrations)
| Skill | Description |
|---|---|
| exome | Exome.js state management — deeply nested stores, actions, framework integrations (React, Vue, Svelte, Solid, Lit, Angular, RxJS, vanilla) |
| obsidian-kanban | Manage tasks on an Obsidian Kanban board — move tasks between columns, update status, track progress |
List available skills:
npx skills add marcisbee/skills --listInstall a skill:
npx skills add marcisbee/skills --skill exomeMIT