Создание агентов для OpenCode
★ 8.0 · vibe-coding
creating-opencode-agents is a Claude Code skill that guides you through building OpenCode agents — covering the Markdown-plus-YAML-frontmatter file format, agent modes, tool configuration, and permission rules. Agents live at `.opencode/agent/<name>.md` for project scope or `~/.config/opencode/agent/<name>.md` globally; `description` is the only required frontmatter field, while `mode` (primary / subagent / all), `model`, `temperature`, `maxSteps`, and `tools` are all optional. Permissions can be set per-tool or per-bash-command using glob patterns such as `"npm test": allow` paired with `"*": deny`. The skill ships with ready-to-use patterns — a read-only Code Reviewer, a Node.js Backend Developer with scoped bash access, a Test Writer capped at 50 steps, and a Documentation Writer without shell access. Reach for it whenever you need a focused AI assistant for a specific development workflow inside OpenCode.