BeClaude

opencode-config

New
GitHub TrendingGeneralby darrenloasby

Shared opencode config: skills, AGENTS.md, machine-specific overrides

First seen 6/17/2026

Summary

md files, and machine-specific overrides.

  • It helps developers maintain consistent agent behavior and tooling setups across different environments and team members.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/opencode-config.md

3
Invoke with @agent-name
@opencode-config

Use Cases

Set up a new project with a standard set of opencode skills and agent instructions from a shared config.
Override specific skill parameters for a local development machine without affecting the shared config.
Update the AGENTS.md file across multiple repositories to reflect new agent capabilities or workflows.
Merge changes from a shared opencode config into a project's local overrides, resolving conflicts automatically.
Validate that all required skills are present and correctly configured in a project's opencode setup.
Generate a diff report between the shared config and local overrides to review pending changes.

Usage Examples

1

/opencode-config init --template team-standard

2

Update my local opencode config to use the latest shared skills from the team repo

3

/opencode-config diff --shared team/shared-config --local .opencode

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is opencode-config?

This skill manages shared opencode configuration across projects, including skill definitions, AGENTS.md files, and machine-specific overrides. It helps developers maintain consistent agent behavior and tooling setups across different environments and team members.

How to install opencode-config?

To install opencode-config: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/opencode-config.md. Finally, @opencode-config in Claude Code.

What is opencode-config best for?

opencode-config is a agent categorized under General. It is designed for: agent. Created by darrenloasby.

What can I use opencode-config for?

opencode-config is useful for: Set up a new project with a standard set of opencode skills and agent instructions from a shared config.; Override specific skill parameters for a local development machine without affecting the shared config.; Update the AGENTS.md file across multiple repositories to reflect new agent capabilities or workflows.; Merge changes from a shared opencode config into a project's local overrides, resolving conflicts automatically.; Validate that all required skills are present and correctly configured in a project's opencode setup.; Generate a diff report between the shared config and local overrides to review pending changes..