BeClaude

agentrc

New
GitHub TrendingDevelopmentby hugocarreira

Single 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.

First seen 5/22/2026

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

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

Add the configuration to .claude/agents/agentrc.md

3
Invoke with @agent-name
@agentrc

Use Cases

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.

Usage Examples

1

/agentrc init to initialize a new agentrc configuration in your project.

2

/agentrc sync to synchronize your AGENTS.md and skills across all configured AI coding agents.

3

Create a shared skill for code review and use /agentrc add skill code-review to make it available to all agents.

View source on GitHub
agentplugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..