bmad-index-docs

Generate or update an alphabetical index.md for a target folder.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AhmedKaram50/research --skill bmad-index-docs-ahmedkaram50
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-index-docs
Source: https://github.com/AhmedKaram50/research/tree/main/shopify-builder/_bmad/core/skills/bmad-index-docs
Command: npx skills add https://github.com/AhmedKaram50/research --skill bmad-index-docs-ahmedkaram50

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates an up-to-date index.md that references all docs in a target folder, improving navigation and discovery.

Core Features & Use Cases

  • Scans a folder and groups files by type or subdirectory to create a clear directory index.
  • Updates an existing index.md to reflect added or removed files for ongoing documentation maintenance.
  • Use Case: Maintain a central index for a project folder so new contributors can quickly locate relevant docs.

Quick Start

Scan the target folder and generate or update an index.md that references all documents

Frequently Asked Questions about bmad-index-docs

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

FAQPage Schema
How do I generate a documentation index for a project folder?

To generate a documentation index, scan the target folder to read file metadata and content structure, then automatically build a structured, alphabetical index.md that references all docs for quick discovery.

Can I update an existing markdown index when files are added or removed?

Yes, you can update an existing markdown index by rescanning the directory to reflect added or removed files, ensuring ongoing documentation maintenance keeps the index current without regenerating from scratch.

What is the best way to organize markdown documents for new contributors?

Organizing markdown documents for new contributors is best done by generating a central folder-wide index.md that groups files by type or subdirectory, enabling quick reference and navigation for readers.

Does auto-indexing work for onboarding folders with mixed file types?

Yes, auto-indexing works for onboarding folders by scanning and grouping files by type or subdirectory, creating a clear directory index that improves navigation across mixed documentation formats.

Why maintain a central docs index instead of manually linking markdown files?

Maintaining a central docs index automates document discovery and reduces manual linking errors, providing an up-to-date reference that automatically reflects added or removed files for ongoing project maintenance.