doc-contents

Generate CONTENTS.md and AGENTS.md files for project documentation navigation.

1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/dopsonbr/agent-kit --skill doc-contents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-contents
Source: https://github.com/dopsonbr/agent-kit/tree/main/content/skills/doc-contents
Command: npx skills add https://github.com/dopsonbr/agent-kit --skill doc-contents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill eliminates the manual work of creating and maintaining project navigation files and agent instructions.

Frequently Asked Questions about doc-contents

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

FAQPage Schema
How do I automatically generate project documentation files?

Generate project documentation by creating CONTENTS.md files in each directory and AGENTS.md at the root level to automate navigation indices and AI agent context. This eliminates manual maintenance of project structure documentation.

What's the best way to create navigable documentation indices for large projects?

Use template-based generation to infer repository structure and produce CONTENTS.md files that provide navigable indices. The approach validates completeness, ensuring no missing entries or broken links across your project.

Can I automate AI agent configuration file creation?

Yes. Generate AGENTS.md files automatically to define AI agent context and instructions. The Skill creates these at root or directory level based on your repository conventions and structure.

Does this work with projects of any size?

Documentation and agent configuration generation applies to software projects of any size. The template-based approach scales from small repos to large codebases requiring complex navigation structures.

How do I ensure documentation stays current without manual updates?

Automate documentation generation to infer structure from your repository and validate completeness. This keeps CONTENTS.md and AGENTS.md synchronized with actual project layout without ongoing manual maintenance.

What dependencies do I need to run this?

Bun is required to run this Skill. It provides the runtime environment for executing the template-based generation and validation logic.