10x-agents-md

Generate AGENTS.md onboarding documentation from repository analysis.

Updated May 27, 2026
One-click install
npx skills add https://github.com/Dergacz/AI_CV_Builder --skill 10x-agents-md-dergacz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-agents-md
Source: https://github.com/Dergacz/AI_CV_Builder/tree/main/.agents/skills/10x-agents-md
Command: npx skills add https://github.com/Dergacz/AI_CV_Builder --skill 10x-agents-md-dergacz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of onboarding documentation for AI coding agents, reducing the time spent on manual documentation creation.

Core Features & Use Cases

  • Automated Onboarding Document Generation: Generates an AGENTS.md file based on repository analysis.
  • Scope Detection: Determines whether to generate a repo-level or directory-level document.
  • Content Extraction: Inspects the repository for information such as project structure, commands, coding style, and testing guidelines.
  • Update Flow: Allows updating existing AGENTS.md files based on changes in the repository.

Quick Start

Invoke the /10x-agents-md command to generate onboarding documentation for AI coding agents.

Frequently Asked Questions about 10x-agents-md

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

FAQPage Schema
How do I generate onboarding documentation for AI coding agents in my repository?

To generate onboarding documentation for AI coding agents, invoke the command to inspect your repository contents and automatically write a concise contributor guide to an AGENTS.md file.

What is the best way to create an AGENTS.md file from existing repository structure?

Creating an AGENTS.md file is best handled by automated repository analysis, which inspects your project structure, commands, coding style, and testing guidelines to generate the documentation.

Can I update an existing AGENTS.md file when my repository changes?

Yes, you can update an existing AGENTS.md file by using the surgical edit flow, which modifies the current onboarding documentation based on detected changes in the repository.

Does the documentation generation support both repo-level and directory-level scopes?

Yes, the documentation generation supports both repo-level and directory-level scopes, automatically detecting the correct scope to determine where to write the contributor guide.

What information does automated repository analysis extract for AI agent onboarding?

Automated repository analysis extracts project structure, build commands, coding style conventions, and testing guidelines from your codebase to compile a concise contributor guide for AI coding agents.

When should I not use automated onboarding document generation?

You should avoid automated onboarding document generation when your repository lacks established coding conventions or testing guidelines, as the extraction process relies on inspecting existing repository contents.