index-docs

Index Markdown documentation by headings, Mermaid diagrams, tables, and code blocks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Roger-Parkinson-EHP/agentic --skill index-docs-roger-parkinson-ehp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: index-docs
Source: https://github.com/Roger-Parkinson-EHP/agentic/tree/main/5.2-Coding-Assistants/5.2.1-Claude-Code/skills/index-docs
Command: npx skills add https://github.com/Roger-Parkinson-EHP/agentic --skill index-docs-roger-parkinson-ehp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill indexes Markdown documentation to provide quick structure overviews without loading full files.

Core Features & Use Cases

  • Headings & Structure: Extract document structure by headings to navigate quickly.
  • Diagrams & Tables: Identify Mermaid diagrams, tables, and code blocks.
  • Use Case: Quickly assemble a mental map of a large repo's docs before diving in.

Quick Start

From the repository root, run: find . -name ".md" -type f -not -path "/.git/*" | xargs grep -n "^# " 2>/dev/null | head -20