Agent Skill
2/7/2026mags-docs
List all project documents
D
doancan
1GitHub Stars
2Views
npx skills add doancan/mags
SKILL.md
| Name | mags-docs |
| Description | List all project documents |
name: mags-docs description: List all project documents version: 1.0.0 user-invocable: true allowed-tools:
- mcp__mags_mags__mags_list_docs
- mcp__mags_mags__mags_get_doc
MAGS Docs
List all indexed project documents.
Usage
/mags-docs
Related Commands
| Command | Purpose |
|---|---|
/mags-docs-create <template> | Create a new document from template |
/mags-docs-validate | Run document validation checks |
/mags-docs-search <query> | Search across all documents |
Steps
- Call
mags_list_docsto get all documents. - Display as a grouped tree:
== Project Documents == architecture/ overview.md Project architecture overview tech-stack.md Technology stack details rules/ coding-standards.md Coding conventions and rules backend.md Backend development rules changelog/ changes.md Running changelog Total: <N> documents - Show the path and a brief description (first line or title) for each doc.
- If no documents are found, say: "No indexed documents found. Run
/mags-initto scan your docs/ directory or scaffold new documents from templates."
Skills Info
Original Name:mags-docsAuthor:doancan
Download