Agent Kit Repo Adjuster
Use this skill once right after copying kit templates into a repository.
Goal
Convert generic kit defaults into repo-accurate guidance.
Required workflow
- •Inspect repository structure and identify real ownership boundaries.
- •Update these files with concrete paths and technology details:
- •
AGENTS.md - •
docs/agent/architecture.md - •
docs/agent/security.md - •
docs/agent/quality.md - •
docs/agent/workflows.md
- •
- •Update orchestration skills to align examples and constraints:
- •
.agents/skills/multi-agent-orchestrator/SKILL.md - •
.agents/skills/linear-plan-phase/SKILL.md - •
.agents/skills/linear-implement-phase/SKILL.md - •
.agents/skills/linear-review-phase/SKILL.md
- •
- •Add domain-level
AGENTS.mdfiles where needed (for example under major app folders). - •Validate that required files exist and placeholders are fully resolved.
Minimum acceptance criteria
- •No placeholder paths remain (e.g.
<set-client-path>). - •Architecture/security docs reflect actual code layout and invariants.
- •Workflow docs contain repo-appropriate lint/test commands using
{{PACKAGE_MANAGER}}. - •Skill examples use the repo's issue key style (for example
DIM-123).
Output contract
Always return:
- •files updated
- •key repo-specific constraints captured
- •verification command output summary
- •residual gaps to refine later