Agent skills
Skills are SKILL.md playbooks your AI coding agent reads on demand — bug triage, fix-and-ship, QA sweeps, security audits, and more. Mushi syncs compatible repos into a project catalog and recommends the best skill when a report is classified.
Install skills into your editor
From the public Connect page, pick Skills and run:
npx skills add kensaurus/cursor-kenjiThat adds playbooks such as mushi-health, mushi-integration, and workflow-fix-and-ship to your local agent.
How skills connect to Mushi
GitHub repo (SKILL.md files)
→ skill-sync edge function (daily + manual)
→ agent_skills catalog in your project
→ classify-report recommends skills per bug
→ Skill Pipelines page runs a chain against a reportConsole & MCP
| Surface | What to read |
|---|---|
| Skill Pipelines (admin) | Catalog, live pipeline runs, skill sources |
| MCP server | list_skills, start_skill_pipeline, checkin_pipeline_step |
| Connect hub | One-click skills install lane |
Related
- Skill Pipelines operator guide — handoff vs cloud execution
- MCP tools reference — full tool catalog
- Incident loop — start here if prod is broken right now
Last updated on