Agent Skills
Give AI coding assistants deep knowledge of MUXI
The MUXI repository includes an Agent Skill -- a structured knowledge package that gives AI coding assistants deep understanding of the MUXI platform.
Once installed, your AI agent can help with installation, server setup, CLI usage, formation authoring, secrets management, SDK integration, deployment, and troubleshooting -- without you having to explain MUXI from scratch.
Compatibility
The skill follows the open Agent Skills specification and works with:
- Claude Code
- Cursor
- GitHub Copilot
- VS Code (with compatible extensions)
- Factory
- 20+ other compatible agent tools
Installation
Claude Code
claude mcp add-skill skills/muxi
Cursor
Copy or symlink into .cursor/skills/:
ln -s $(pwd)/skills/muxi .cursor/skills/muxi
Other agents
Point your agent's skill directory at skills/muxi/. The agent will discover the skill automatically via the SKILL.md frontmatter.
What's Included
The skill uses progressive disclosure to keep context usage low:
| Layer | What | Loaded when |
|---|---|---|
| Metadata | Name and description (~100 tokens) | Agent startup |
| Instructions | Full SKILL.md (448 lines)
| Skill activated |
| References | 6 detailed reference files (~2,000 lines) | On demand |
Reference files:
formation-schema.md-- complete.afsschema referencecli-reference.md-- all CLI commands and flagsserver-config.md-- server configuration and APIformation-api.md-- runtime API endpointssdks.md-- Go, Python, TypeScript SDK referenceexamples.md-- full formation examples and SDK usage