| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-13 | 1.2 kB | |
| v2.8.0 -- Multi-Tool Installer source code.tar.gz | 2026-03-13 | 2.7 MB | |
| v2.8.0 -- Multi-Tool Installer source code.zip | 2026-03-13 | 2.9 MB | |
| Totals: 3 Items | 5.6 MB | 0 | |
🔌 Multi-Tool Installer
MUSE now ships with scripts/install.sh — a unified installer that auto-converts MUSE skills + workflows to the native format of 6 AI coding tools:
| Tool | Command | Format |
|---|---|---|
| Claude Code / OpenClaw | --tool claude |
.agent/skills/ + CLAUDE.md |
| Cursor | --tool cursor |
.cursor/rules/*.mdc |
| Windsurf | --tool windsurf |
.windsurf/rules/*.md |
| Gemini CLI | --tool gemini |
.gemini/skills/ + GEMINI.md |
| Codex CLI | --tool codex |
AGENTS.md (single file) |
Quick Start
:::bash
git clone https://github.com/myths-labs/muse.git && cd muse
# Install for your tool
./scripts/install.sh --tool cursor --target /path/to/your-project
# Or auto-detect installed tools
./scripts/install.sh --target /path/to/your-project
# See what's available
./scripts/install.sh --list
Also in this release
- Auto-detection of installed tools (
--list) - Interactive + CLI modes (
--tool,--target,--core-only) - README.md + README_CN.md updated with multi-tool quick start
Full Changelog: https://github.com/myths-labs/muse/compare/v2.7.2...v2.8.0