10x-agents-md

Generates and updates AGENTS.md onboarding documents for AI coding agents in a repository.

Updated May 20, 2026
One-click install
npx skills add https://github.com/Oskarovsky/Sprinter --skill 10x-agents-md-oskarovsky
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: 10x-agents-md
Source: https://github.com/Oskarovsky/Sprinter/tree/main/.cursor/skills/10x-agents-md
Command: npx skills add https://github.com/Oskarovsky/Sprinter --skill 10x-agents-md-oskarovsky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI coding agents landing in an unfamiliar repository lack a concise, project-specific onboarding guide, leading to wrong conventions, stale commands, and repeated mistakes. This Skill inspects the repository and writes a tight AGENTS.md so future agent sessions start unblocked. ## Core Features & Use Cases - Create and update flows: Generates a new AGENTS.md from repo discovery, or surgically updates an existing one by diffing repository state against the file's last-touched commit. - Repo-level and directory-level scopes: Produces a high-level root onboarding guide or a focused per-directory guide (e.g. src/components/AGENTS.md) based on where it is invoked. - Quality-guarded output: Enforces a 200-400 word budget, @-references instead of code snippets, checkable rules only, and critical-rules-first ordering. - Use Case: After adding new npm scripts and a CI workflow to your project, invoke the skill to refresh AGENTS.md so it reflects renamed scripts, new lint rules, and current commit conventions without clobbering hand-edited content. ## Quick Start Ask the agent to create an AGENTS.md onboarding document for this repository using the 10x-agents-md skill.

Frequently Asked Questions about 10x-agents-md

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

FAQPage Schema
How do I create an AGENTS.md file for my repository?▼

Invoke the skill with no arguments to write AGENTS.md at the repo root. It reads your README, package manifest, lint and test configs, CI workflows, and git history, then drafts a 200-400 word guide ordered with critical rules first.

How do I update an existing AGENTS.md without losing my edits?▼

The skill detects an existing file and switches to an update flow. It finds the file's last-touched commit via git log, diffs repo state since then, classifies each line as keep, update, remove, or missing, and asks for confirmation before applying surgical edits.

Can I generate AGENTS.md for a subdirectory instead of the repo root?▼

Yes. Pass a directory path as the argument and the skill writes a directory-level guide focused on local conventions inferred from sibling files, with a shorter 120-250 word budget and no repo-level sections.

Does the AGENTS.md generator work with monorepos?▼

Yes. For monorepos it writes a root AGENTS.md listing packages and @-referencing each package's README rather than duplicating detail, and suggests nested per-package AGENTS.md files where rules materially differ.

What happens if my repository has no README or manifest?▼

The skill stops and reports that the repo looks empty or unfamiliar, then asks for a one-paragraph project description before drafting. It never invents project facts that cannot be traced to an inspected file, command, or commit.