Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
siviter-xyz avatar

Create Agents Md

  • 285 installs
  • 20 repo stars
  • Updated March 21, 2026
  • siviter-xyz/dot-agent

create-agents-md is an agent skill that generates AGENTS.md files with project-specific inline rules, CLI commands, and safety boundaries for developers who want committed repo guidance for coding agents.

About

create-agents-md is a siviter-xyz/dot-agent skill that guides creation of AGENTS.md files for small, project-specific instructions committed inside repositories. It supports a root AGENTS.md for whole-project commands, tech stack, testing, code style, architecture, and safety boundaries, plus nested subdirectory AGENTS.md files for monorepo packages, services, or test trees where local rules diverge. Developers reach for create-agents-md when adding folder-scoped agent rules that should live in git rather than reusable cross-project skills. The skill recommends short concrete references, exact CLI invocations, links to canonical example files, and keeping files focused instead of long prose documentation.

  • create-agents-md

Create Agents Md by the numbers

  • 285 all-time installs (skills.sh)
  • Ranked #1,388 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/siviter-xyz/dot-agent --skill create-agents-md

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs285
repo stars20
Last updatedMarch 21, 2026
Repositorysiviter-xyz/dot-agent

How do you write an AGENTS.md file for a repository?

Use create-agents-md for development tasks

Who is it for?

Developers onboarding coding agents to a repository who need committed, scoped inline instructions instead of a reusable cross-project skill.

Skip if: Skip create-agents-md when the knowledge should be a reusable skill with scripts and references shared across multiple repositories.

When should I use this skill?

Adding small project-specific agent instructions, monorepo package rules, test-directory guidance, or folder-scoped conventions to commit in-repo.

What you get

Committed AGENTS.md with setup commands, code style, testing instructions, and agent safety boundaries

  • AGENTS.md file

Files

SKILL.mdMarkdownGitHub ↗

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.md with parent ones; keep root general and use nested AGENTS.md only 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.

Related skills

How it compares

Pick create-agents-md over skill-creator when the goal is per-repo inline agent rules rather than a portable reusable skill package.

FAQ

Where should AGENTS.md files live?

create-agents-md places a root AGENTS.md at the project root for whole-repo rules and optional nested AGENTS.md files in subdirectories when package, service, or test behavior diverges from root conventions.

When should developers use AGENTS.md instead of a skill?

create-agents-md recommends AGENTS.md for small committed project-specific instructions and skills for reusable knowledge, large documentation, or complex workflows with scripts across multiple repositories.

Backend & APIsbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.