create-opencode-agents

Create custom OpenCode agents with configured tools, permissions, and prompts.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/ucirello/sgai --skill create-opencode-agents-ucirello
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-opencode-agents
Source: https://github.com/ucirello/sgai/tree/main/cmd/sgai/skel/.sgai/skills/meta/create-opencode-agents
Command: npx skills add https://github.com/ucirello/sgai --skill create-opencode-agents-ucirello

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides users through the process of creating and configuring custom OpenCode agents, enabling specialized AI functionalities beyond the default offerings.

Core Features & Use Cases

  • Custom Agent Creation: Define agents for specific tasks like security auditing, code review, or specialized workflows.
  • Configuration Guidance: Provides insights into essential parameters such as mode, model, temperature, tools, and permissions.
  • Use Case: You need an agent specifically for security vulnerability detection that can only read files and cannot modify them. This skill helps you configure such a restricted agent.

Quick Start

Use the create-opencode-agents skill to configure a new agent for security auditing with read-only permissions.

Frequently Asked Questions about create-opencode-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a custom OpenCode agent for security auditing?

To create a custom OpenCode agent for security auditing, you define the agent's purpose and configure specific parameters such as read-only permissions to ensure it can only analyze files without modifying them.

What OpenCode configuration parameters are needed for specialized AI roles?

Configuring specialized AI roles in OpenCode requires setting parameters including mode, model, temperature, tools, and permissions to tailor the agent's behavior for specific tasks like code review or planning.

When should I build a custom OpenCode agent instead of using default options?

You should build a custom OpenCode agent when built-in agents are insufficient for your specialized workflows, such as requiring an AI role strictly for security vulnerability detection with restricted file access.

Can I restrict an OpenCode agent to read-only file permissions?

Yes, you can restrict an OpenCode agent to read-only permissions by defining the specific tools and permissions in the configuration file, preventing the agent from modifying files during tasks like security auditing.

What is the process for defining an OpenCode agent configuration file?

Defining an OpenCode agent configuration file involves researching available options, stating the agent's purpose, and creating the file with precise settings for mode, model, temperature, tools, and permissions.

How do I configure AI agent prompts and tools for code review workflows?

You configure AI agent prompts and tools for code review workflows by creating a custom OpenCode agent that specifies the necessary tools, permissions, and prompt engineering parameters to guide the specialized review process.