# Mags Docs

> List all project documents Use when this capability is needed.

- Skill: `tomevault-io/mags-docs` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/mags-docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/mags-docs/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/mags-docs

---


# 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

1. Call `mags_list_docs` to get all documents.
2. 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
   ```
3. Show the path and a brief description (first line or title) for each doc.
4. If no documents are found, say: "No indexed documents found. Run `/mags-init` to scan your docs/ directory or scaffold new documents from templates."

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/doancan) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

