Create AGENTS.md files for project-specific inline rules. Use when adding small, project-specific instructions that should be committed in repos.
67
80%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/create-agents-md/SKILL.mdGuide for creating AGENTS.md files for project-specific inline rules.
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 layersAGENTS.md – Primary, inline instructions and references for the whole project (commands, tech stack, testing, code style, architecture, safety boundaries).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).AGENTS.md with parent ones; keep root general and use nested AGENTS.md only where you truly need more specific rules.see src/api/users.ts for canonical pattern)For detailed best practices, see references/best-practices.md.
3376255
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.