Agent skill
opencode-agent-creation
Generate OpenCode agents following official documentation best practices
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/opencode-agent-creation
Metadata
Additional technical details for this skill
- audience
- developers
- workflow
- agent-development
SKILL.md
What I do
- Guide you through creating a new OpenCode agent by prompting for required configuration
- Generate agent files in either JSON (opencode.json) or Markdown format following official documentation
- Determine appropriate mode (primary or subagent) based on agent purpose
- Configure tools, permissions, temperature, maxSteps, and other agent options
- Create markdown agent files with proper frontmatter in
.opencode/agents/or~/.config/opencode/agents/ - Ensure description is provided and other required fields are set correctly
When to use me
Use this when:
- You want to create a new OpenCode agent without manually formatting configuration
- You need to ensure your agent follows official documentation standards
- You want to avoid repetitive setup when creating multiple agents
Ask clarifying questions about the agent's purpose, mode, tools access, and permissions.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?