# Repo Structure Agent Infrastructure Rules

> Sub-skill of repo-structure: Agent Infrastructure Rules.

- Skill: `vamseeachanta/repo-structure-agent-infrastructure-rules-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/repo-structure-agent-infrastructure-rules-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/repo-structure-agent-infrastructure-rules-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/repo-structure-agent-infrastructure-rules-2

---


# Agent Infrastructure Rules

## Agent Infrastructure Rules


Only ONE location for agent configuration per repo:

```
.claude/
  agents/       ← agent YAML definitions
  commands/     ← slash commands
  skills/       ← repo-local skills (if any)
  hooks/
  docs/
  settings.json
```

**Never create** `agents/` at repo root. **Never create** `.agent-os/`. These are
superseded patterns.

---

