What problem does it solve?
It solves the problem of manually wiring a coding-agent project to shared skills, agent fragments, and the generated AGENTS.md ruleset.
Core Features & Use Cases
- Links shared skills and fragments into the project: Creates symlinks under
.agents/skills/ and .agents/fragments/ to reuse vetted library content.
- Builds an ordered AGENTS.md from fragments: Concatenates fragments into a deterministic, tier-aware rules document so agents have consistent guidance.
- Sets up model aliases safely: Adds
CLAUDE.md, CODEX.md, GEMINI.md, QWEN.md, and Copilot.md as symlinks to AGENTS.md to standardize multi-agent entrypoints.
- Avoids clobbering customizations: Skips overwriting real files and reports conflicts so existing project setup is preserved.
Quick Start
Use the project-setup skill to update your repository so it links the requested shared skills, selected agent fragments, regenerates AGENTS.md from those fragments, and creates CLAUDE/CODEX/GEMINI/QWEN/Copilot aliases that point to AGENTS.md.