10x-agents-md

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

Updated May 24, 2026
One-click install
npx skills add https://github.com/DevMachaj/Projekt-certyfikacyjny --skill 10x-agents-md-devmachaj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-agents-md
Source: https://github.com/DevMachaj/Projekt-certyfikacyjny/tree/main/.claude/skills/10x-agents-md
Command: npx skills add https://github.com/DevMachaj/Projekt-certyfikacyjny --skill 10x-agents-md-devmachaj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI coding agents landing in an unfamiliar repository lack a concise, project-specific onboarding guide, so they guess at build commands, conventions, and hard rules. This Skill inspects the repo and writes a tight AGENTS.md (or updates an existing one surgically) so future agent sessions start unblocked. ## Core Features & Use Cases - Repo discovery and drafting: Reads the README, package manifest, lint/test configs, CI workflows, directory layout, and git history to extract the commands and conventions that matter, then drafts a 200-400 word "Repository Guidelines" document ordered by leverage. - Surgical update path: When AGENTS.md already exists, it diffs repo state since the file's last-touched commit, classifies each line as keep/update/remove/missing, and applies targeted edits instead of a rewrite. - Directory-level scope: Invoked in a subdirectory, it produces a shorter local guide (120-250 words) capturing sibling file patterns, naming, and directory-specific tripwires. - Use Case: After scaffolding a new monorepo, run the skill at the root to produce an AGENTS.md citing @package.json scripts and CI gates, then run it again inside packages/api/ for a route-handler-specific guide. ## Quick Start Ask the agent to create an AGENTS.md onboarding guide for this repository, optionally passing a target directory or file path.

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 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 path. It finds the file's last-touched commit, diffs repo state since then, classifies each line as keep, update, remove, or missing, and applies small targeted edits after you confirm.

Can AGENTS.md be generated for a subdirectory instead of the repo root?

Yes, pass a directory path as the argument. The skill switches to directory-level scope, infers conventions from sibling files, and writes a shorter 120-250 word guide focused on local patterns rather than repo-wide onboarding.

Does the AGENTS.md generator work with Cursor or Codex, not just Claude Code?

Yes, the skill is host-agnostic. It self-discovers whichever interactive-question and subagent tools the host exposes, such as AskUserQuestion in Claude Code or equivalents in Cursor and Codex, and falls back to plain chat if none exist.

What are the limitations of a generated AGENTS.md file?

The output is capped at 200-400 words and forbids multi-line code snippets, so deep architecture detail must live in referenced docs. It also only states facts traceable to inspected files, so undocumented conventions will not appear.