@op1/install
v0.4.0
Published
Interactive CLI installer for op1 - OpenCode harness with batteries included
Readme
@op1/install
Interactive CLI installer for op1 - OpenCode harness with batteries included.
Quick Start
bunx @op1/installOr with npm:
npx @op1/installWhat It Installs
Agents (9)
| Agent | Description |
|-------|-------------|
| build | Implementation agent - writes code, runs tests, ships |
| plan | Strategic planner - creates work breakdowns |
| coder | Focused implementation specialist |
| explore | Codebase explorer - finds files and patterns |
| frontend | UI/UX specialist |
| oracle | High-IQ consultation for architecture |
| researcher | External docs and API research |
| reviewer | Code review specialist |
| scribe | Documentation writer |
Commands (8)
| Command | Description |
|---------|-------------|
| /plan | Create implementation plan |
| /work | Start working on active plan (with ULW mode) |
| /review | Run code review |
| /find | Find code patterns |
| /understand | Explain codebase components |
| /oracle | Consult oracle agent |
| /research | Research external topics |
| /ulw | Activate ULTRAWORK mode |
Skills (17+)
ulw- ULTRAWORK maximum capability modecode-philosophy- The 5 Laws of Elegant Defensefrontend-philosophy- UI/UX excellenceanalyze-mode- Deep analysis protocolssearch-mode- Maximum search effortplan-protocol- Plan format guidelinescode-review- Review methodologygit-master- Git operations masteryplaywright- Browser automationlinear- Linear issue trackingfigma-design- Figma integrationnewrelic- Observability- And more...
Plugins (6)
| Plugin | Description |
|--------|-------------|
| @op1/workspace | Plan management, notepads (always included) |
| @op1/notify | Desktop notifications |
| @op1/ast-grep | Structural code search |
| @op1/lsp | Language server tools |
| @op1/semantic-search | Natural language code search |
| @op1/code-graph | Dependency analysis |
Installation Flow
- Detect existing config - Offers merge or replace
- Select components - Agents, commands, skills, plugins
- Configure plugins - Choose which plugins to enable
- Select MCPs - Optional MCP integrations (Linear, Notion, etc.)
- Install - Copies files to
~/.config/opencode/
Config Preservation
The installer intelligently preserves your settings:
- ✅ Provider credentials (API keys)
- ✅ Existing plugins (merged, not replaced)
- ✅ Custom agent models
- ✅ Permission settings
- ✅ MCP configurations
Manual Installation
If you prefer manual setup:
# Clone the repo
git clone https://github.com/anthropics/op1.git
# Copy templates to your config
cp -r op1/packages/install/templates/* ~/.config/opencode/License
MIT
