Building repo conventions aware coding agents

📰 Dev.to AI

TL;DR I built klaussy-agents , an open-source CLI ( pip install klaussy-agents ) that reads your repo's conventions once and scaffolds repo-aware skills for five coding agents: Claude Code, Gemini CLI, Cursor, Codex, and GitHub Copilot. The interesting part is the adaptation layer: one Claude-authored SKILL.md gets rewritten into each agent's native form, including how sub-agent and plan-mode wording maps to each agent's own primitive. It's a

Published 18 Jun 2026

Full Article

TL;DR I built klaussy-agents , an open-source CLI ( pip install klaussy-agents ) that reads your repo's conventions once and scaffolds repo-aware skills for five coding agents: Claude Code, Gemini CLI, Cursor, Codex, and GitHub Copilot. The interesting part is the adaptation layer: one Claude-authored SKILL.md gets rewritten into each agent's native form, including how sub-agent and plan-mode wording maps to each agent's own primitive. It's a
Read full article → ← Back to Reads