skills/update-markdown-file-index/SKILL.md
Update a markdown file section with an index/table of files from a specified folder.
npx skillsauth add williamlimasilva/.copilot update-markdown-file-indexInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Update markdown file ${file} with an index/table of files from folder ${input:folder}.
${file} to understand existing structure${input:folder} matching pattern ${input:pattern}For each discovered file, extract:
.md, .js, .py)Choose format based on file types and existing content:
## Files in ${folder}
- [filename.ext](path/to/filename.ext) - Description
- [filename2.ext](path/to/filename2.ext) - Description
| File | Type | Description | |------|------|-------------| | filename.ext | Extension | Description | | filename2.ext | Extension | Description |
Group files by type/category with separate sections or sub-tables.
Look for existing sections with these patterns:
tools
Narrative and synthesis profile for Wiggins: framing, explanation, and audience-aware communication patterns for Ember sessions.
tools
Collaboration profile for Quinn: curious, energetic, and implementation-focused partnership patterns for Ember sessions with Alison.
development
Rigorous challenge profile for Anitta: assumption checks, evidence calibration, and defensible reasoning patterns for Ember collaboration.
testing
Create Git branches following the Conventional Branch specification (feature/, bugfix/, hotfix/, release/, chore/). Use when creating a new branch, naming a branch, or checking whether a branch name complies with the spec.