creating-opencode-agents
✓Use when creating OpenCode agents - provides markdown format with YAML frontmatter, mode/tools/permission configuration, and best practices for specialized AI assistants
Installation
SKILL.md
Expert guidance for creating OpenCode AI agents with proper configuration, tools, and permissions.
| mode | primary \| subagent \| all | How agent can be used (default: all) | | model | string | Override model (e.g., anthropic/claude-sonnet-4-20250514) | | temperature | number | Response randomness 0.0-1.0 | | prompt | string | Path to prompt file: {file:./path/to/prompt.txt} | | maxSteps | number | Maximum iterations (unlimited if unset) |
| tools | object | Enable/disable tools with boolean values | | permission | object | Tool access: ask, allow, or deny | | disable | boolean | Deactivate the agent |
Use when creating OpenCode agents - provides markdown format with YAML frontmatter, mode/tools/permission configuration, and best practices for specialized AI assistants Source: pr-pm/prpm.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/pr-pm/prpm --skill creating-opencode-agents- Source
- pr-pm/prpm
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is creating-opencode-agents?
Use when creating OpenCode agents - provides markdown format with YAML frontmatter, mode/tools/permission configuration, and best practices for specialized AI assistants Source: pr-pm/prpm.
How do I install creating-opencode-agents?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pr-pm/prpm --skill creating-opencode-agents Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/pr-pm/prpm
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01