agentrc
NewSingle source of truth for AI coding agents — share AGENTS.md, RTK.md, skills, and plugins across OpenCode, Codex, Claude, Copilot, Hermes & Gemini CLI. Powered by agentrc.
Summary
md, skills, and plugins across multiple AI coding tools like OpenCode, Codex, Claude, Copilot, Hermes, and Gemini CLI.
- It simplifies configuration management and ensures consistency across your development environment.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/agentrc.md
@agentrcUse Cases
Usage Examples
/agentrc init to initialize a new agentrc configuration in your project.
/agentrc sync to synchronize your AGENTS.md and skills across all configured AI coding agents.
Create a shared skill for code review and use /agentrc add skill code-review to make it available to all agents.
Security Audits
Frequently Asked Questions
What is agentrc?
agentrc provides a single source of truth for AI coding agents by enabling you to share AGENTS.md, RTK.md, skills, and plugins across multiple AI coding tools like OpenCode, Codex, Claude, Copilot, Hermes, and Gemini CLI. It simplifies configuration management and ensures consistency across your development environment.
How to install agentrc?
To install agentrc: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/agentrc.md. Finally, @agentrc in Claude Code.
What is agentrc best for?
agentrc is a agent categorized under Development. It is designed for: agent, plugin. Created by hugocarreira.
What can I use agentrc for?
agentrc is useful for: Centralize and sync AGENTS.md and RTK.md files across all your AI coding agents to maintain consistent behavior.; Share custom skills and plugins between Claude Code, Copilot, and other AI tools without manual duplication.; Quickly onboard new team members by providing a single configuration repository for all AI coding agents.; Version control your AI agent configurations alongside your project code for better reproducibility.; Switch between different AI coding tools seamlessly without reconfiguring agent instructions and skills.; Automate the deployment of agent configurations across multiple development environments..