opencode-agile-agent
v1.0.1
Published
AI Agile Spec-Driven Development - Install .opencode agile agent system into any project
Downloads
90
Maintainers
Readme
opencode-agile-agent
Scaffold OpenCode LLM SpecKit into any project with a single command.
Quick Start
# default
npx opencode-agile-agent
# explicit latest (recommended for docs/releases)
npx opencode-agile-agent@latest
# legacy alias (still supported)
npx create-opencode-agileWhat This CLI Installs
This package copies a full .opencode template into your target project, including:
- Specialist agents in .opencode/agents
- Reusable skills in .opencode/skills
- Workflow commands in .opencode/workflows
- Shared rules in .opencode/rules
- Project docs and config under .opencode
- A generated AGENTS.md in project root
Template Source Of Truth
The installer uses the folder below as the template source:
- templates/.opencode
This folder is now synced from the project .opencode kit so every npx install gets the same LLM SpecKit content.
Installed Structure (Summary)
your-project/
├── .opencode/
│ ├── agents/
│ ├── skills/
│ ├── workflows/
│ ├── rules/
│ ├── ARCHITECTURE.md
│ ├── README.md
│ ├── config.template.json
│ └── package.json
└── AGENTS.mdRequirements
- Node.js 16+
Development Notes
- Main CLI: bin/cli.js
- Template validator: bin/validate-templates.js
- Published files: bin, templates, README.md
Validate Template Before Publish
node bin/validate-templates.jsLicense
MIT
