10x-agents-md

Generate or update AGENTS.md onboarding documents from repository inspection.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Skaz7/10xDevs --skill 10x-agents-md-skaz7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-agents-md
Source: https://github.com/Skaz7/10xDevs/tree/main/10xdevs3-artifacts-m1/claude-code/m1l4/skills/10x-agents-md
Command: npx skills add https://github.com/Skaz7/10xDevs --skill 10x-agents-md-skaz7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill creates or updates a repository-specific AGENTS.md file so AI coding agents can onboard quickly without guessing project structure, commands, conventions, or review tripwires.

Core Features & Use Cases

  • Repository Inspection: Reads manifests, README files, lint and test configuration, CI workflows, directory layout, and recent git history to ground every guideline in the actual repo.
  • Create or Update Flow: Generates a new AGENTS.md when none exists, or performs a surgical update when one is already present, preserving accurate content and fixing only stale sections.
  • Scope-Aware Output: Produces either a repo-level onboarding guide or a directory-level guide that captures local file patterns, naming rules, test placement, and unit-specific constraints.
  • Use Case: Use it when you want a compact contributor guide for future coding agents that lists the right commands first, points to canonical files, and avoids generic advice.

Quick Start

Ask the agent to create AGENTS.md for the current repository or for a specific subdirectory so it can inspect the codebase and write a concise Repository Guidelines document.

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 an AGENTS.md file for AI coding agent onboarding?

To generate an AGENTS.md file, the Skill inspects repository structure, manifests, CI workflows, and git history to create a precise onboarding document with project commands and conventions. It produces either a repo-wide or directory-level guide.

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

An AGENTS.md file provides repository-specific contributor guidance and implementation rules so AI coding agents can onboard quickly without guessing project structure, commands, or review tripwires. It grounds agents in actual codebase conventions.

Can I update an existing AGENTS.md file without losing accurate content?

You can update an existing AGENTS.md file through surgical edits that preserve accurate content while fixing only stale sections. The Skill applies strict quality guards and interactive confirmation before applying major edits to the document.

How do I create directory-level implementation rules for a specific codebase area?

Creating directory-level implementation rules involves generating a scope-aware AGENTS.md that captures local file patterns, naming rules, test placement, and unit-specific constraints for a specific subdirectory. It provides local guidance instead of repo-wide rules.

Does AGENTS.md generation work without external dependencies or APIs?

AGENTS.md generation works without external dependencies, relying solely on inspecting local repository structure, manifests, configs, CI workflows, and git history. It uses host-agnostic interactive confirmation before editing to ensure safe updates.