Skip to main content

bmad-index-docs

Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder

Ir para a instalação

Informações da origem

Repositório
tomevault-io/tomes
Última atividade na origem
23 de julho de 2026 às 21:48
Idioma detectado do SKILL.md
inglês
Estrelas
1
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
bmad-index-docs
description
Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder
metadata
{"author":"CDCgov"}
# Index Docs **Goal:** Generate or update an index.md to reference all docs in a target folder. ## EXECUTION ### Step 1: Scan Directory - List all files and subdirectories in the target location ### Step 2: Group Content - Organize files by type, purpose, or subdirectory ### Step 3: Generate Descriptions - Read each file to understand its actual purpose and create brief (3-10 word) descriptions based on the content, not just the filename ### Step 4: Create/Update Index - Write or update index.md with organized file listings ## OUTPUT FORMAT ```markdown # Directory Index ## Files - **[filename.ext](./filename.ext)** - Brief description - **[another-file.ext](./another-file.ext)** - Brief description ## Subdirectories ### subfolder/ - **[file1.ext](./subfolder/file1.ext)** - Brief description - **[file2.ext](./subfolder/file2.ext)** - Brief description ### another-folder/ - **[file3.ext](./another-folder/file3.ext)** - Brief description ``` ## HALT CONDITIONS - HALT if target directory does not exist or is inaccessible - HALT if user does not have write permissions to create index.md ## VALIDATION - Use relative paths starting with ./ - Group similar files together - Read file contents to generate accurate descriptions - don't guess from filenames - Keep descriptions concise but informative (3-10 words) - Sort alphabetically within groups - Skip hidden files (starting with .) unless specified --- > Source: [CDCgov/cdc-open-viz](https://github.com/CDCgov/cdc-open-viz) — distributed by [TomeVault](https://tomevault.io). <!-- tomevault:4.0:skill_md:2026-07-14 -->
Ver no GitHub