wiki-agents-md

Generate folder-specific AGENTS.md files with commands and conventions from local configs.

2.9k|323|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/microsoft/skills --skill wiki-agents-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-agents-md
Source: https://github.com/microsoft/skills/tree/main/.github/plugins/deep-wiki/skills/wiki-agents-md
Command: npx skills add https://github.com/microsoft/skills --skill wiki-agents-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AGENTS.md files provide folder-specific execution and usage context for coding agents, ensuring agents have precise, project-tailored guidance without cluttering README.md.

Core Features & Use Cases

  • Generate folder-scoped AGENTS.md with commands, conventions, and boundaries based on actual folder contents.
  • Skip generation if AGENTS.md already exists to prevent overwrites; nest per-folder basis.

Quick Start

Run the wiki-agents-md generator on a target folder to create a tailored AGENTS.md when it 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 folder-specific AGENTS.md files for my repository?

To generate folder-specific AGENTS.md files, run the wiki-agents-md generator on a target subfolder. It reads local configuration files like package.json or pyproject.toml and samples folder contents to produce tailored build, testing, and code style guidance.

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

An AGENTS.md file provides precise execution and usage context for coding agents within a specific folder. It supplies project-tailored guidance for build runs and testing without cluttering the main README.md with redundant folder-level details.

Can I automatically create AGENTS.md files for multiple subfolders in my project?

Yes, you can generate AGENTS.md files on a per-folder basis across multiple repository subfolders. The generator skips any folder where an AGENTS.md already exists, preventing accidental overwrites of your existing agent instructions.

How does the generator derive build and run commands for AGENTS.md?

The generator derives build and run commands by reading local configuration files such as go.mod, pyproject.toml, and package.json. It samples actual files within the target folder to extract real commands and conventions for the AGENTS.md content.

What sections are included in a generated AGENTS.md file?

A generated AGENTS.md file includes Build & Run, Testing, Project Structure, Code Style, and Boundaries sections. These sections are tailored to the folder's contents to provide precise safeguards and operational context for coding agents.

Will generating an AGENTS.md file overwrite my existing repository documentation?

No, the generator will not overwrite existing documentation because it skips generation if an AGENTS.md file already exists. This ensures your current project guides and folder-specific agent instructions remain protected from accidental data loss.