.agents/skills/agent-setup-maintenance/SKILL.md
Use this skill when changing the shared agent setup for the repository.
../../README.md for the shared config and shim model.../../AGENTS.md for repo-level expectations.../skill-creator/SKILL.md, then apply the
repo-specific checks in this skill.../../../scripts/agents/sync-agent-shims.mjs
before changing generated outputs or provider discovery behavior.../../../scripts/postinstall.sh
and ../../../package.json when changing install-time
sync behavior..agents/, not generated provider outputs.AGENTS.md and CLAUDE.md as discovery symlinks; do not turn
them back into manually maintained copies..claude/, .cursor/, .codex/,
.vscode/, and .mcp.json as generated discovery surfaces unless the tool
requires a truly tool-specific feature.AGENTS.md concise. Move detailed or conditional workflows into
shared skills or package AGENTS.md files.AGENTS.md or shared skill.SKILL.md as the entrypoint; do
not add skill-by-skill links to root AGENTS.md.README.md and
contributor-facing docs in the same PR.pnpm install runs in environments that may not contain the full repo source
tree.postinstall
before scripts/ and .agents/ are available in the image.Run after changing shared agent setup:
pnpm run agents:syncpnpm run agents:checkRun additional verification when relevant:
pnpm run postinstall when install-time behavior changes