10x-agents-md

Generate or update AGENTS.md onboarding documentation for AI coding agents.

Updated May 26, 2026
One-click install
npx skills add https://github.com/ValueMedia/10xcards-td --skill 10x-agents-md-valuemedia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-agents-md
Source: https://github.com/ValueMedia/10xcards-td/tree/main/.opencode/skills/10x-agents-md
Command: npx skills add https://github.com/ValueMedia/10xcards-td --skill 10x-agents-md-valuemedia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of onboarding AI coding agents by automatically generating AGENTS.md documentation tailored to the specific repository or directory in question.

Core Features & Use Cases

  • Repository-Level Onboarding: Produces a comprehensive AGENTS.md at the root of a repository, covering high-level project structure and guidelines.
  • Directory-Level Onboarding: Generates focused AGENTS.md documents for subdirectories, detailing specific coding conventions and local patterns.
  • Update and Maintenance: Provides an update path that preserves existing content, fixes stale information, and adds new guidelines based on the current state of the repository.

Quick Start

Run /10x-agents-md in the repository root to generate the AGENTS.md documentation.

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, run the `/10x-agents-md` command in your repository root. It automatically analyzes your project structure and creates an `AGENTS.md` file detailing coding conventions, file layout, and essential commands.

What is an AGENTS.md file and when do I need one?

An `AGENTS.md` file provides repository onboarding guidelines tailored for AI coding agents. You need one when integrating AI agents into your workflow, as it documents coding conventions, file layout, and essential commands required for the agent to operate effectively.

Can I generate directory-specific coding conventions for subdirectories instead of the whole repository?

Yes, you can generate directory-level onboarding documentation. The tool produces focused `AGENTS.md` documents for subdirectories, detailing specific local patterns and coding conventions rather than only providing a repository-wide overview.

How do I update existing repository guidelines without losing previous customizations?

To update existing repository guidelines, use the provided update path. It preserves your existing content, fixes stale information, and appends new guidelines based on the current repository state without overwriting your previous customizations.

Do I need to configure any dependencies before generating AI coding agent documentation?

No external dependencies are required. You only need to provide the tool with access to the target repository and its files so it can analyze the directory structure and extract the necessary coding conventions and commands.