housekeeping
Housekeeping
Use when work is about organizing or modernizing AGENTS.md/CLAUDE.md context systems.
Key rules
- Root
AGENTS.mdstays concise: critical guardrails, task router, canonical commands, and links. - Domain-heavy guidance lives in nearest scope (
apps/frontend/AGENTS.md,infra/AGENTS.md, etc.). - Deep or volatile details go in
.agents/repo-context/*, not rootAGENTS.md. - Curate continuously: deduplicate, resolve contradictions, remove stale guidance.
- Preserve behavior intent during migrations; change structure first, then tighten wording.
- Keep
AGENTS.mdandCLAUDE.mdaligned when both exist.
Workflow
- Assess current state (concise router vs mixed/legacy monolith).
- Migrate content into scoped
AGENTS.mdfiles and deep docs. - Rewrite root
AGENTS.mdas a short router. - Add freshness metadata for volatile facts where feasible.
- Verify links/routes and remove conflicting duplicate rules.
Target file tree
repo/
AGENTS.md # concise router + critical guardrails only
.agents/
repo-context/
index.md # map of deep guidance
frontend.md # detailed frontend runbooks
infra.md # deploy/terraform/release details
backend.md # service/runtime/data details
volatile/
YYYY-MM-DD-<topic>.md # time-bounded operational notes
apps/
frontend/
AGENTS.md # path-scoped frontend instructions
agent/
AGENTS.md # path-scoped agent runtime instructions
infra/
AGENTS.md # path-scoped infra/deploy instructions
Root AGENTS template
# Repo Notes
- What this repo is and major boundaries.
- 5-10 critical guardrails only.
- Task router: where to look for frontend/infra/agent/backend work.
- Canonical commands (build/test/deploy).
- Links to `.agents/repo-context/index.md` and scoped AGENTS files.
Design rules
- Root file stays short and high-signal.
- Domain-heavy guidance lives in nearest scope.
- Volatile operations notes live in
.agents/repo-context, not root. - Prefer links over repeated copy.
- Resolve contradictions immediately when touched.
Freshness metadata (for volatile notes)
When feasible, add metadata so stale facts are easy to prune:
owner: <team-or-person>
last_verified: YYYY-MM-DD
More from bout3fiddy/agents
coding
Core engineering skill for implementation, bug fixes, refactors, and technical reviews with mandatory smell guardrails and targeted domain reference routing.
61planning
Planning workflows for clarifying ambiguous build requests, running spec/work-package delivery, and managing Linear lifecycle transitions.
31skill-creator
Create, update, or install skills (including planning/specs and edits to skills/*) using our repo workflow (uv + skills-ref validation, lean SKILL.md, references/ for detail, and sync via bin/sync.sh).
26design
Frontend design curation skill for UI critique, motion storyboarding, and DialKit tuning. Use when the user asks for interface feedback, animation sequencing, or interactive design-control setup.
19agent-browser
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
6agent-observability
Self-report agent issues by logging user corrections for later review, then resume with the correct skill. Use when a user says "don’t do that", "stop doing X", "always do Y", or requests self-correction.
5