# Mags Docs Search

> Search across all project documents Use when this capability is needed.

- Skill: `tomevault-io/mags-docs-search` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/mags-docs-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/mags-docs-search/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-search

---


# MAGS Docs Search

Search across all project documents using full-text search.

## Usage

```
/mags-docs-search <query>
```

## Steps

1. Parse the query from the argument.
2. Call `mags_search_docs` with the query string.
3. Display results ranked by relevance:
   ```
   == Search: "<query>" ==

   1. docs/architecture/overview.md
      ...matching excerpt with context...

   2. docs/rules/backend.md
      ...matching excerpt with context...

   Found <N> results.
   ```
4. If no results, suggest: "No matches. Try broader terms or run `/mags-docs` to browse."

---
> 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 -->

