wiki-agents-md

Generate folder-specific AGENTS.md files for repository folders missing them.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AGENTS.md provides folder-level project context for coding agents. This skill automates creating missing AGENTS.md files to guide agent behavior and ensure consistent context across a repository.

Core Features & Use Cases

  • Generate directory-specific AGENTS.md files when none exist, preserving root and nested contexts.
  • Document folder structure, commands, conventions, and boundaries tailored to the folder’s contents.
  • Ensure nested folders inherit or override root guidance, enabling precise agent instructions for complex repos.

Quick Start

Run the AGENTS generator to create missing AGENTS.md files across the repository.

Frequently Asked Questions about wiki-agents-md

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

FAQPage Schema
What is an AGENTS.md file and why do I need it in my repository?

An AGENTS.md file provides folder-level project context for coding agents to ensure consistent behavior. You need it to document folder structure, commands, conventions, and boundaries, enabling precise agent instructions across your repository.

How do I auto-generate AGENTS.md files for existing repository folders?

To auto-generate AGENTS.md files, run the AGENTS generator tool. It scans your repository, identifies eligible folders lacking AGENTS.md, and produces folder-specific guidance based on actual structure, commands, and configurations without overwriting existing files.

Can I generate AGENTS.md only for specific folders like src and tests?

Yes, the AGENTS.md generator only creates files for eligible folders such as root, wiki, tests, and src. It scans the repository and targets specific directory types while respecting outlined guards and folder boundaries.

Will generating AGENTS.md overwrite my existing project documentation?

No, generating AGENTS.md will not overwrite existing files. The tool specifically identifies folders lacking AGENTS.md and only produces new folder-specific guidance for missing files, preserving root and nested contexts.

How do nested AGENTS.md files inherit or override root guidance for coding agents?

Nested AGENTS.md files inherit or override root guidance to enable precise agent instructions for complex repos. The generator documents folder-specific conventions and boundaries tailored to each folder's contents.

What folder configurations does the AGENTS.md generator reference when creating guidance?

The AGENTS.md generator references real files and configurations when available. It produces folder-specific guidance based on the actual structure, commands, conventions, and boundaries found in the repository.