evo-index-docs

Generate or update an index.md linking all documents in a specified folder.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill evo-index-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evo-index-docs
Source: https://github.com/DavidsonGomes/claude_cowork_workspace/tree/main/.claude/skills/evo-index-docs
Command: npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill evo-index-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate or update an index.md to reference all documents in a specified folder. This creates a centralized navigation point for project documentation.

Core Features & Use Cases

  • Auto-discovers documents in the target folder and generates a navigable index.md.
  • Keeps the index up to date as new documents are added or removed.
  • Provides quick access links to each file for easy reference.

Quick Start

Create or update the folder's index.md to reference all files in the target directory.

Frequently Asked Questions about evo-index-docs

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

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

Keeping folder documentation synchronized is handled by updating the index.md to reference all files in the target directory. It reads the folder contents and refreshes the navigable links whenever new documents are added or removed.

What is the best way to create a navigable index for markdown documents?

Generating an index.md works for folder documentation workflows that require a single navigable index. It reads the target directory contents and produces formatted links to each file, ensuring the index stays synchronized with the folder structure.

Does auto-indexing require any specific dependencies or components?

Auto-indexing requires no specific dependencies or components to function. It directly reads the target folder contents and generates the index.md file without needing external tools or setup.

How do I update an index.md when my documentation folder is reorganized?

Updating an index.md after a folder is reorganized is handled by applying the Skill to the target directory. It reads the updated folder contents and produces a formatted index.md with links to each file, ensuring synchronization.