Developer workflows increasingly rely on multiple coding agents and LLM-based tools, but packaging and distributing the small, opinionated instruction sets that make those agents useful is fragmented. This project treats those instruction files as first-class, installable artifacts so teams can share, discover, and version "skills" across different agent runtimes without per-agent rewrite.
What Sets It Apart
- Unified skill format (SKILL.md) and discovery rules: lets repositories expose multiple skills in predictable locations, so agents can discover the same behavior consistently across projects — reduces duplication and drift.
- Agent-agnostic installation with scoped targets: install to a single agent, multiple agents, or globally, and choose symlink vs copy semantics — this means the same repo can be reused locally, in CI, or across collaborators without changing skill sources.
- Broad compatibility list (40+ agents) and explicit metadata (internal/hide flags): lowers friction when integrating with niche or enterprise agents and enables selective exposure of WIP skills.
- CLI-first developer experience (npx skills): focuses on workflow automation and CI friendliness rather than a hosted marketplace, so teams can embed skill installs into pipelines and devflows.
Who It's For and Tradeoffs
Great fit if you maintain agent-centric developer tooling, want to standardize prompt-and-step bundles across multiple agent runtimes, or need a simple CLI to distribute behavior to teammates and CI. It streamlines sharing of release-note generators, PR-creation recipes, or integrations (Notion, Linear) as portable skills.
Look elsewhere if you need a hosted plugin marketplace with UI-driven discovery, fine-grained runtime sandboxing, or if your integrations require agent-specific runtime hooks not expressible in SKILL.md. Also, the UX is CLI-focused and assumes consumers can read/produce simple markdown-frontmatter skills rather than packaged binaries or server-hosted plugins.
