wiki-agents-md

Generate folder-specific AGENTS.md guidance from existing repository configurations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rrbanda/skills --skill wiki-agents-md-rrbanda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-agents-md
Source: https://github.com/rrbanda/skills/tree/main/skills/documentation/wiki-agents-md
Command: npx skills add https://github.com/rrbanda/skills --skill wiki-agents-md-rrbanda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AGENTS.md provides coding-agent context and project-specific guidance to ensure consistent, actionable documentation for automated agents. It prevents missing critical instructions by embedding them alongside codebases.

Core Features & Use Cases

  • Generates AGENTS.md in the root and selected folders when missing, following the six core areas (Build & Run, Testing, Project Structure, Code Style, Boundaries, Documentation).
  • Preserves folder-specific guidance by allowing nested AGENTS.md to override parent content.
  • Supports scalable onboarding for contributors, staff engineers, and automation agents, improving reproducibility and safety.

Quick Start

Run the AGENTS.md generator to create folder-specific agent instructions when AGENTS.md is missing.

Frequently Asked Questions about wiki-agents-md

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

FAQPage Schema
How do I generate AGENTS.md files for specific repository folders?

Generate AGENTS.md files by scanning existing build/run, tests, project structure, and code style configurations. The tool extracts commands and conventions to create folder-specific agent guidance for root, wiki, tests, src, and package directories where AGENTS.md is missing.

What is AGENTS.md used for in a codebase?

AGENTS.md provides coding-agent context and project-specific guidance to ensure consistent, actionable documentation for automated agents. It prevents missing critical instructions by embedding build, testing, structure, style, boundaries, and documentation details alongside codebases.

Can I use nested AGENTS.md files to override parent project guidance?

Nested AGENTS.md files preserve folder-specific guidance by allowing child directories to override parent content. This supports scalable onboarding for contributors and automation agents while maintaining reproducibility and safety across complex repository structures.

Does the AGENTS.md generator work with existing project configurations?

The generator works with existing project configurations by scanning build/run commands, tests, project structure, and code style settings. It extracts conventions and boundaries from current files to populate the six core areas of AGENTS.md without overwriting existing context.

What's the best way to ensure consistent coding-agent context across a repository?

The best way to ensure consistent coding-agent context is generating folder-specific AGENTS.md files covering build, testing, structure, style, boundaries, and documentation. Selective generation targets missing files while nested overrides maintain contextual accuracy across repository scopes.