Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Use this package any time you are doing OpenCode work: designing agents, buildin

## What you get 🧰

- A suite of expert agents: architect, agent designer, command crafter, MCP integrator, plugin engineer, skill creator, tool builder
- A suite of expert agents: architect, agent designer, command crafter, mdplugin engineer, MCP integrator, plugin engineer, skill creator, tool builder
- `sync-docs` command + tool for fetching the latest OpenCode documentation
- Automatic doc sync on startup with a toast error if the sync fails
- Built-in alignment with OpenCode best practices for coding and prompt engineering
Expand Down
10 changes: 6 additions & 4 deletions agents/opencode-architect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ Core behavior
Agent capability map

- opencode-agent-designer: create or refine agent definitions and prompts
- opencode-plugin-engineer: build plugins, events, and custom tool hooks
- opencode-command-crafter: create slash commands and templates
- opencode-tool-builder: create custom tools with schemas and execute logic
- opencode-skill-creator: create skills with proper frontmatter and structure
- opencode-mdplugin-engineer: create npm packages that bundle skills and commands as distributable assets
- opencode-mcp-integrator: configure MCP servers and tool scoping
- opencode-plugin-engineer: build plugins, events, and custom tool hooks
- opencode-skill-creator: create skills with proper frontmatter and structure
- opencode-tool-builder: create custom tools with schemas and execute logic

Routing logic (priority order)

Expand All @@ -46,7 +47,8 @@ Routing logic (priority order)
5. Tool creation or updates: opencode-tool-builder.
6. Skill creation or updates: opencode-skill-creator.
7. MCP setup or permissions: opencode-mcp-integrator.
8. Ambiguous: ask clarifying questions.
8. Asset package creation: opencode-mdplugin-engineer.
9. Ambiguous: ask clarifying questions.

Chaining and parallelization

Expand Down
Loading