harness-step1-create-agents-md

Scan a codebase and generate AGENTS.md with a docs/ skeleton.

132|25|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/simbajigege/book2skills --skill harness-step1-create-agents-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-step1-create-agents-md
Source: https://github.com/simbajigege/book2skills/tree/main/skills/harness-step1-create-agent-md
Command: npx skills add https://github.com/simbajigege/book2skills --skill harness-step1-create-agents-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill scans a codebase and automatically generates AGENTS.md (the agent orientation file) and a complete docs/ skeleton, enabling any Claude Code session to orient quickly without re-explaining the project.

Core Features & Use Cases

  • Generates AGENTS.md (approx. 80–120 lines) and a docs/ skeleton including ARCHITECTURE.md, CONVENTIONS.md, TECH_DECISIONS.md, QUALITY.md, and exec-plans/.
  • Works with single repositories or monorepos, scanning 2–3 levels of directory structure, dependency files, and any existing docs to infer organization.
  • Flags unknown or inferential content for human review to ensure accuracy.

Quick Start

Ask the skill to scan the repository and generate AGENTS.md plus the docs skeleton.

Frequently Asked Questions about harness-step1-create-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 my codebase to orient AI agents quickly?

To generate an AGENTS.md file, this Skill scans your codebase directory structure, dependency files, and existing docs, then automatically produces an 80–120 line agent orientation file along with a complete docs skeleton.

What is included in the docs skeleton created during a codebase scan?

The docs skeleton created during a codebase scan includes ARCHITECTURE.md, CONVENTIONS.md, TECH_DECISIONS.md, QUALITY.md, and an exec-plans directory, providing a comprehensive knowledge-base structure for agent orientation.

Can I use this codebase scanning tool with monorepos?

Yes, this codebase scanning tool works with monorepos by scanning 2–3 levels of directory structure and dependency files to infer project organization, generating the AGENTS.md and docs skeleton for any project size.

How does the codebase scan handle uncertain or uninferable project details?

When the codebase scan encounters uninferable details, it flags the unknown or inferential content for human review to ensure the generated AGENTS.md and docs skeleton remain accurate and require manual verification.

What's the best way to set up project documentation for Claude Code sessions without re-explaining the project?

The best way to set up project documentation is to scan the repository and generate AGENTS.md plus the docs skeleton, enabling any Claude Code session to orient quickly using the pre-populated knowledge-base files.

Do I need existing documentation to generate an AGENTS.md and docs skeleton?

No, you do not need existing documentation to generate AGENTS.md and a docs skeleton; the Skill scans dependency files and directory structures to infer organization, though any existing docs are utilized to improve accuracy.