.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.../../../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 and router-like. Move detailed or conditional
workflows into shared skills or package AGENTS.md files.skills/README.md and link
it from root AGENTS.md if it changes the default reusable workflow.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