Minimal portable template for repository-level AI agent guidance.
Use this when a project needs durable guidance without a heavy multi-agent framework or product-specific assumptions.
.
AGENTS.md
.agents/
skills/
<workflow-name>/
SKILL.md
!docs.ai/
lessons/
rules/
- Add a concise
AGENTS.md. - Add project skills only when a workflow is repeated.
- Add durable rules only when they are mandatory.
- Add lessons only for recurring mistakes worth preserving.
- Keep local/private guidance out of published files.
- Root agent guidance.
- Durable AI rules and lessons.
- Directly activatable project skills.
- Minimal placeholders that show structure.
- Secrets, credentials, or private environment values.
- Product-specific rules copied blindly from another project.
- Generated reports or one-off task notes.
- Local personal guidance committed to Git.