create-agents-md▌
siviter-xyz/dot-agent · updated Apr 8, 2026
Guide for creating AGENTS.md files for project-specific inline rules.
Create AGENTS.md
Guide for creating AGENTS.md files for project-specific inline rules.
When to Use AGENTS.md
- Small, project-specific instructions that should be committed in the repo
- Folder-scoped rules for specific directories
- Package-specific instructions in monorepos
- Test-specific guidance in test directories
When NOT to Use AGENTS.md
- Reusable knowledge across projects → Use skills
- Large documentation → Use skills with references
- Complex workflows → Use skills with scripts
AGENTS.md Structure
AGENTS.md is a simple markdown file without metadata:
# Project Instructions
## Code Style
- Use TypeScript for all new files
- Prefer functional components in React
- Use snake_case for database columns
## Architecture
- Follow the repository pattern
- Keep business logic in service layers
Location
- Project root:
AGENTS.md– Primary, inline instructions and references for the whole project (commands, tech stack, testing, code style, architecture, safety boundaries). - Subdirectories:
subdirectory/AGENTS.md– Folder- or package-scoped instructions when local behavior meaningfully diverges from the root (e.g., a specific package, service, or test tree). - Nested support: Agents typically combine instructions from the closest
AGENTS.mdwith parent ones; keep root general and use nestedAGENTS.mdonly where you truly need more specific rules.
Best Practices
- Keep AGENTS.md files small and focused
- Use for project-specific conventions
- Prefer short, concrete references over long prose:
- Link to project docs, specs, and runbooks
- Point to example files or directories (e.g.,
see src/api/users.ts for canonical pattern) - Include the most important commands with exact CLI invocations
- Reference existing code examples when possible
- Update as project evolves
References
For detailed best practices, see references/best-practices.md.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.6★★★★★60 reviews- ★★★★★Jin Jain· Dec 28, 2024
We added create-agents-md from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Diya Sharma· Dec 24, 2024
Registry listing for create-agents-md matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Li Rao· Dec 24, 2024
Solid pick for teams standardizing on skills: create-agents-md is focused, and the summary matches what you get after install.
- ★★★★★Tariq Garcia· Dec 16, 2024
create-agents-md has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Chaitanya Patil· Dec 8, 2024
Useful defaults in create-agents-md — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Piyush G· Nov 27, 2024
create-agents-md has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Diya Zhang· Nov 19, 2024
Keeps context tight: create-agents-md is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Tariq Reddy· Nov 15, 2024
I recommend create-agents-md for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Diya Li· Nov 7, 2024
Useful defaults in create-agents-md — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Diya Thomas· Oct 26, 2024
I recommend create-agents-md for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 60