multiagent-dev-skill
v0.2.0
Published
Multi-Agent Development Skill with a model-neutral Python Runtime template
Readme
multiagent-dev-skill
multiagent-dev-skill is an npm-distributed Agent Skill with a bundled, model-neutral Python MultiAgent Runtime template. The npm command is a deterministic installer; it does not install Python packages, initialize Git, contact a model, or start a run.
Requirements
- Node.js 18 or newer for the installer
- Python 3.11 or newer for the generated Runtime
- Git on
PATHwhen commit and diff evidence is required
Initialize a Runtime project
npx multiagent-dev-skill init my-multiagent-projectThe command copies the versioned Runtime template into a new empty directory. Edit the generated GOAL.md, then run from that directory:
python -m runtime.supervisor --root .The default fake provider validates the complete Planner, Worker, evidence, and Reviewer flow without a model or network service. For an external Agent CLI, configure the three role command arrays described in QUICKSTART.md.
Agent Skill
Agent hosts should load SKILL.md. Supporting role guidance, references, installer scripts, and the Runtime template are packaged alongside it.
License
MIT License. See LICENSE.txt.
