customize-opencode

Manage OpenCode configuration files, agents, and skill registration workflows.

Updated May 17, 2026
One-click install
npx skills add https://github.com/tiankong0101-byte/skills-registry --skill customize-opencode-tiankong0101-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: customize-opencode
Source: https://github.com/tiankong0101-byte/skills-registry/tree/main/skills/customize-opencode
Command: npx skills add https://github.com/tiankong0101-byte/skills-registry --skill customize-opencode-tiankong0101-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you configure and maintain OpenCode without manually editing scattered settings files, reducing mistakes when changing agent behavior, permissions, or plugin setup.

Core Features & Use Cases

  • Configuration Editing: Update OpenCode configuration files such as opencode.json, opencode.jsonc, and .opencode settings.
  • Agent and Skill Management: Create, register, and adjust skills, agents, subagents, and AGENTS.md definitions.
  • MCP and Permission Setup: Add MCP servers and tune permission rules for tools and environment access.
  • Use Case: A developer wants to add a new MCP server, tighten tool permissions, and refresh agent instructions in one guided workflow.

Quick Start

Ask the assistant to update my OpenCode configuration for a new skill, add the needed MCP server, and verify the permission rules.

Frequently Asked Questions about customize-opencode

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

FAQPage Schema
How do I update my OpenCode configuration to add a new MCP server?

To update an OpenCode configuration for a new MCP server, you modify the opencode.jsonc file or .opencode directory settings. This process adds the server endpoint and adjusts related tool permission rules for environment access.

What is the best way to manage agent definitions and skills in OpenCode?

Managing OpenCode agent definitions involves creating and adjusting AGENTS.md files and registering subagents within the .opencode directory. This updates agent instructions and registers skill workflows without manual file scattered editing.

How do I configure permission rules for tools in my opencode.jsonc file?

Configuring OpenCode permission rules requires updating the opencode.jsonc configuration file with schema-aware validation. This safely tightens or loosens tool access and environment permissions for your defined agents.

Can I update multiple OpenCode settings like agents and MCP servers in one workflow?

You can update multiple OpenCode settings in one workflow by applying changes to the opencode.jsonc file and .opencode directory together. This consolidates agent instruction refreshes, MCP setup, and permission tuning safely.

Do I need schema-aware validation when editing OpenCode configuration files?

Schema-aware validation is required when editing OpenCode configuration files to ensure safe updates. It prevents structural mistakes in opencode.jsonc or AGENTS.md files when modifying agent behavior or permission rules.

Why does manually editing OpenCode settings cause configuration mistakes?

Manually editing OpenCode settings causes mistakes due to scattered configuration files across opencode.json, opencode.jsonc, and .opencode directories. Without schema-aware validation, incorrect agent or MCP setup breaks environment access.