create-agents-md

Generate AGENTS.md files with repository and folder-scoped inline rules.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/tkmh04/CoffeeHouse-Management-System --skill create-agents-md-tkmh04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agents-md
Source: https://github.com/tkmh04/CoffeeHouse-Management-System/tree/main/.agents/skills/create-agents-md
Command: npx skills add https://github.com/tkmh04/CoffeeHouse-Management-System --skill create-agents-md-tkmh04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

AGENTS.md provides a lightweight way to codify project-specific inline rules directly in the repository, ensuring consistent contributor guidance without separate documentation.

Core Features & Use Cases

  • Folder- and repo-scoped instructions for monorepos and individual packages
  • Lightweight guidelines that live with the codebase and are easy to commit
  • Reference best practices to avoid duplication and drift (see references/best-practices.md)

Quick Start

Create a root AGENTS.md at the repository level with concise project-specific inline rules and link to references/best-practices.md for guidance.

Frequently Asked Questions about create-agents-md

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an AGENTS.md file to set project-specific rules in my repository?

To create an AGENTS.md file, you define concise project-specific inline rules at the repository root or relevant subdirectories, ensuring contributor guidance is committed directly with the codebase.

What is an AGENTS.md file used for in a monorepo?

An AGENTS.md file in a monorepo provides folder-scoped instructions and repo-scoped rules for individual packages, encoding lightweight guidelines directly within specific directories.

How do I reference best practices in an AGENTS.md file without duplicating documentation?

You reference best practices in an AGENTS.md file by linking to a dedicated references/best-practices.md file, avoiding duplication and drift while keeping core conventions at the root level.

Can I use AGENTS.md for folder-scoped instructions in specific directories?

Yes, you can use AGENTS.md for folder-scoped instructions by placing the file in relevant subdirectories, allowing you to codify rules that apply only to specific parts of a monorepo.

What's the best way to manage inline instructions for a codebase?

The best way to manage inline instructions is generating an AGENTS.md file at the repository root, providing a lightweight method to commit project-specific rules directly alongside the codebase.