opencode-config
NewShared opencode config: skills, AGENTS.md, machine-specific overrides
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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/opencode-config.md
@opencode-configUse Cases
Usage Examples
/opencode-config init --template team-standard
Update my local opencode config to use the latest shared skills from the team repo
/opencode-config diff --shared team/shared-config --local .opencode
Security Audits
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..