What problem does it solve?
This bundle entrypoint consolidates all skills from the repository into a single installable unit, enabling clients that fetch from the skills directory URL to work with a local SKILL.md as the authoritative entrypoint and discover the full curated collection.
Core Features & Use Cases
- Aggregates the entire skills catalog stored under the skills/ directory, exposing a bundle-friendly entrypoint that interlinks with per-skill SKILL.md files.
- Supports optional subordinate resources (scripts/, references/, assets/) that Skill instructions load on demand to execute deterministic tasks, read in-depth material, or access documents.
- Enables simple installation workflows by providing a bundle-level SKILL.md and index navigation via the repository homepage (skills.md) and the root SKILL.md, ensuring compatibility with clients that expect either a bundle URL or per-skill directory.
- Serves as a compatibility layer for installation tools that require a single bundle while preserving the original per-skill definitions and structure within skills/.
- Acts as a meta-skill entrypoint that orchestrates discovery, validation, and synchronization of the entire skill set.
Quick Start
Install all bundled skills by pointing your installer at the repository root and following the bundle's SKILL.md, which references the per-skill SKILL.md files inside skills/.