agents-md-author

Generates AGENTS.md and CLAE.md files from a project's codebase and its README documentation.

43|6|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/anton-abyzov/vskill --skill agents-md-author-anton-abyzov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-md-author
Source: https://github.com/anton-abyzov/vskill/tree/main/plugins/codex-bridge/skills/agents-md-author
Command: npx skills add https://github.com/anton-abyzov/vskill --skill agents-md-author-anton-abyzov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Bootstrap or update project AI-agent instruction files (AGENTS.md for Codex, CLAUDE.md for Claude Code, or both) from the current project's structure. Triggers on: write AGENTS.md, write CLAUDE.md, generate AGENTS.md, agent instructions, project conventions for AI, bootstrap agent docs, set up project memory for Codex/Claude, document dev/test/build commands for AI coding tools, single-source project instructions for any AI agent.

Core Features & Use Cases

  • Generate AGENTS.md and CLAUDE.md templates that reflect repository structure and conventions.
  • Sync agent instruction files across Codex and Claude Code usages, enabling cross-vendor compatibility.
  • Use case: onboarding a new AI tool to an existing repo by reconstructing project docs and commands.

Quick Start

Bootstrap AGENTS.md and CLAUDE.md from the project structure.

Frequently Asked Questions about agents-md-author

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

FAQPage Schema
How do I generate an AGENTS.md file from my existing repository structure?

To generate an AGENTS.md file, the tool reads your repository context including project name, language, scripts, and conventions, then outputs a Markdown file following the AGENTS.md specification for AI coding agents.

Can I create a single CLAUDE.md file that works for both Codex and Claude Code?

You can generate and synchronize both AGENTS.md for Codex and CLAUDE.md for Claude Code from the same repository structure, maintaining cross-vendor compatibility for your AI agent instructions.

What is the best way to bootstrap project memory and conventions for AI coding tools?

Bootstrapping project memory for AI tools involves generating AGENTS.md and CLAUDE.md templates that reflect your repository structure, documenting dev, test, and build commands for AI agents.

How do I keep AI agent documentation aligned as my project evolves?

You can synchronize agent instruction files by re-running the generation process to update AGENTS.md and CLAUDE.md, keeping documentation aligned as your project structure and conventions evolve.

Do I need any dependencies to set up project instructions for AI agents?

No dependencies are required to set up project instructions for AI agents; the tool operates independently and optionally references the included agents-md-spec.md for Markdown output conventions.