| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-15 | 1.0 kB | |
| v2.13.0 -- Skill Marketplace Discovery source code.tar.gz | 2026-03-15 | 4.8 MB | |
| v2.13.0 -- Skill Marketplace Discovery source code.zip | 2026-03-15 | 4.9 MB | |
| Totals: 3 Items | 9.7 MB | 0 | |
📦 Skill Discovery CLI
Browse, search, and install any of MUSE's 56 skills from the command line.
:::bash
# List all skills with tier badges
./scripts/skill-discovery.sh list
# Search by keyword
./scripts/skill-discovery.sh search "git"
# → 6 results: git-commit, github-pr-creation, github-pr-merge, ...
# Get skill details
./scripts/skill-discovery.sh info security-review
# Install a skill to your project
./scripts/skill-discovery.sh install brainstorming /path/to/project
# Generate full catalog
./scripts/skill-discovery.sh index
📋 SKILL_INDEX.md
Auto-generated catalog of all 56 skills across 3 tiers:
- 🔵 6 Core skills (agent-protocol, context-health-check, layered-context, ...)
- 🟢 37 Toolkit skills (brainstorming, git-commit, security-review, ...)
- 🟠 13 Ecosystem skills in 7 packs (react-nextjs, expo-mobile, backend-database, ...)
Full changelog: https://github.com/myths-labs/muse/blob/main/CHANGELOG.md