agent-rules

Solid

Align all AI coding agents to single source of truth. AGENTS.md for rules, .agents/skills/ for skills. All other files are symlinks.

AI & Automation 3 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Agent Rules - Single Source of Truth Ensure all AI coding agents use the same rules and skills via symlinks. ## Quick Start ```bash /agent-rules # Align all agents /agent-rules --check # Verify alignment /agent-rules --status # Show current status ``` ## Single Source of Truth **Two sources only**: 1. **Rules**: `AGENTS.md` (project root) - edit here 2. **Skills**: `.agents/skills/` - edit here (SOURCE) **Everything else is a symlink**: - `CLAUDE.md` → `AGENTS.md` - `.github/copilot-instructions.md` → `../AGENTS.md` - `.cursor/rules/main.md` → `../../AGENTS.md` - `.gemini/GEMINI.md` → `../AGENTS.md` - `.kiro/steering/main.md` → `../../AGENTS.md` - `.claude/skills/` → `../.agents/skills` - `.github/skills/` → `../.agents/skills` - `.kiro/skills/` → `../.agents/skills` - `.codex/skills/` → `../.agents/skills` ## Architecture ``` AGENTS.md ← Edit rules here .agents/skills/ ← Edit skills here (SOURCE) ↓ All others are symlinks ↓ CLAUDE.md → AGENTS.md .github/copilot-instructions.md → ../AGENTS.md .cursor/rules/main.md → ../../AGENTS.md .gemini/GEMINI.md → ../AGENTS.md .kiro/steering/main.md → ../../AGENTS.md .claude/skills/ → ../.agents/skills .github/skills/ → ../.agents/skills .kiro/skills/ → ../.agents/skills .codex/skills/ → ../.agents/skills ``` ## Supported Agents | Agent | Skills | Instructions | |-------|--------|--------------| | OpenAI Codex | `.codex/skills/` → | `AGENTS.md` | | Claude Code ...

Details

Author
mr-kelly
Repository
mr-kelly/skills
Created
5 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category