agents-md-generator

Generate and update AGENTS.md files with hierarchical coding conventions.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/rubykachu/skill-scaffold --skill agents-md-generator-rubykachu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-md-generator
Source: https://github.com/rubykachu/skill-scaffold/tree/main/.cursor/skills/agents-md-generator
Command: npx skills add https://github.com/rubykachu/skill-scaffold --skill agents-md-generator-rubykachu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation and updating of AGENTS.md files, which define coding conventions and patterns for AI agents within a project, ensuring consistency and improving AI agent performance.

Core Features & Use Cases

  • Codebase Analysis: Analyzes project structure, identifies patterns, and extracts conventions.
  • Hierarchical AGENTS.md Generation: Creates root and module-level AGENTS.md files.
  • Update Mode: Efficiently updates existing AGENTS.md files when the codebase changes.
  • Use Case: When setting up a new project or refactoring an existing one, use this Skill to automatically generate comprehensive AGENTS.md files that guide AI agents on your specific coding standards, naming conventions, and architectural patterns.

Quick Start

Run the agents-md-generator skill to analyze the current project and generate AGENTS.md files.

Frequently Asked Questions about agents-md-generator

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

FAQPage Schema
How do I generate coding conventions for AI agents in my codebase?

To generate coding conventions for AI agents, this Skill analyzes your project structure, identifies naming patterns and coding styles, and automatically creates hierarchical AGENTS.md files establishing consistent project-wide rules.

Can I update existing AGENTS.md files when my codebase changes?

Yes, you can update existing AGENTS.md files when your codebase changes. The Skill supports an incremental update mode that efficiently refreshes the convention guides to reflect new module-specific rules and structural modifications.

What are AGENTS.md files and when do I need them for project scaffolding?

AGENTS.md files define coding conventions and patterns for AI agents within a project. You need them during initial project setup or refactoring to ensure AI agents follow your specific naming conventions, coding standards, and architectural patterns.

Does this automation tool support hierarchical convention guides for large projects?

Yes, this automation tool supports hierarchical convention guides. It creates both root-level and module-level AGENTS.md files, allowing large projects to maintain localized coding conventions and module-specific rules alongside global patterns.

How does codebase analysis identify naming patterns and coding styles?

Codebase analysis identifies naming patterns and coding styles by scanning your project structure. It extracts conventions from existing code, detects architectural patterns, and translates these findings into structured guides that direct AI agent behavior.

What is the best way to automate AI agent conventions across multiple modules?

The best way to automate AI agent conventions across multiple modules is using a scaffolding tool that analyzes your codebase and generates hierarchical AGENTS.md files, ensuring consistent coding standards without manual documentation effort.