Updates a markdown file section with an index/table of files from a folder, extracting names, types, descriptions; supports lists, tables, relative links, preserves structure.
From awesome-copilotnpx claudepluginhub ctr26/dotfiles --plugin awesome-copilotThis skill uses the workspace's default tool permissions.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
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: