Canonical portable Agent Skills for compatible coding agents.
This repo is the source of truth for portable skills that can be installed into compatible agent harnesses.
# List available skills
npx skills add spences10/skills --list
# Install all skills for a specific agent
npx skills add spences10/skills --agent pi --skill '*'
npx skills add spences10/skills --agent opencode --skill '*'
npx skills add spences10/skills --agent codex --skill '*'
# Install one skill
npx skills add spences10/skills --agent pi --skill svelte-runes<skill-name>/SKILL.md
No harness-specific marketplace files live here. Distribution wrappers sync from this canonical source when they need a curated subset.
svelte-componentssvelte-deploymentsvelte-layerchartsvelte-runessvelte-stylingsvelte-template-directivessveltekit-data-flowsveltekit-remote-functionssveltekit-structure
advanced-promptinganalyticsassholeci-debug-workflowagent-md-maintenancedeslopecosystem-guideimprove-codebase-architecturemcp-setupnopeekorchestrationplugin-devreflectresearchskill-creatorstructured-rpitddtechdebt-finderterminal-optimizationworktree-mastery
If you want Claude Code plugin marketplaces instead of vendor-agnostic skills:
- svelte-skills-kit syncs the Svelte skill subset.
- claude-code-toolkit syncs workflow and tooling skill subsets.
When changing a skill that is distributed by a wrapper repo, run the matching wrapper sync script before releasing the wrapper.
The sync scripts use explicit allowlists, so add new skills there when a wrapper repo should distribute them.