10x-agents-md

Generate an AGENTS.md onboarding document from repository structure and configuration files.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LeszekDNV/PlanDeck2 --skill 10x-agents-md-leszekdnv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-agents-md
Source: https://github.com/LeszekDNV/PlanDeck2/tree/main/src/PlanDeck/.github/skills/10x-agents-md
Command: npx skills add https://github.com/LeszekDNV/PlanDeck2 --skill 10x-agents-md-leszekdnv

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of an AGENTS.md onboarding document for AI coding agents, saving time and ensuring consistency in contributing guidelines.

Core Features & Use Cases

  • Automated Onboarding Document: Generates an AGENTS.md document based on repository analysis.
  • Scope Detection: Determines whether to provide a repository-level or directory-level guide.
  • Customization: Allows targeting specific directories or files for more localized guidance.
  • Use Case: When a new AI coding agent joins the repository, the Skill can be invoked to create a personalized AGENTS.md guide tailored to their specific directory or the entire repository.

Quick Start

Invoke the /10x-agents-md command to generate the AGENTS.md document for the current repository.

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 agents in my repository?

To generate an AGENTS.md file for AI coding agents, invoke the automated generation command in your repository. The Skill inspects package manifests, scripts, lint/test configs, layout, and commit history to build onboarding guidelines.

What is an AGENTS.md onboarding document used for in repository management?

An AGENTS.md onboarding document provides AI coding agents with repository contribution guidelines. It automates onboarding by analyzing repository structure and configuration files, ensuring consistency for new AI agents joining the codebase.

Can I create directory-level AGENTS.md guidelines instead of a repository-level scope?

Yes, you can create directory-level AGENTS.md guidelines. The Skill supports scope detection and allows targeting specific directories or files for localized guidance rather than generating a repository-level onboarding document.

What repository files and configurations are analyzed to build AI agent onboarding guidelines?

Building AI agent onboarding guidelines requires analyzing package manifests, README files, scripts, lint/test configurations, repository layout, and commit history. This inspection ensures the generated AGENTS.md reflects accurate contribution guidelines.

Does generating an AGENTS.md file require any external dependencies or tools?

Generating an AGENTS.md file requires no external dependencies or tools. The Skill operates independently by directly inspecting existing repository structure, configuration files, and commit history to produce onboarding documentation.