mags-docs-search

Search project documents and return relevance-ranked results with contextual excerpts.

3|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/doancan/mags --skill mags-docs-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mags-docs-search
Source: https://github.com/doancan/mags/tree/main/skills/mags-docs-search
Command: npx skills add https://github.com/doancan/mags --skill mags-docs-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locates and ranks relevant project documents across your codebase, reducing time spent searching.

Core Features & Use Cases

  • Full-text search across docs and notes within a project
  • Relevance-ranked results with contextual excerpts
  • Use cases include architecture notes, backend rules, and API references

Quick Start

Invoke mags-docs-search with your query to locate matching documents.

Frequently Asked Questions about mags-docs-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search across all project documents for architecture notes and API references?

Full-text search across project documents locates architecture notes, backend rules, and API references by indexing repository docs and notes, then ranking matches based on your query to return relevant results with contextual excerpts.

What is the best way to find relevant snippets in codebase documentation?

Snippet extraction from full-text indexing finds relevant documentation sections by analyzing query relevance, returning concise contextual excerpts from your project notes so you can quickly locate matching documents without manual scanning.

Can I use full-text search to rank backend rules across my repository docs?

Yes, relevance ranking evaluates backend rules within your repository docs, applying full-text indexing to sort results by query match quality and present the most relevant architecture overviews and API references first.

How do I locate API references in a large software project without reading every file?

Invoke a document search query to locate matching API references across your codebase, which uses full-text indexing and relevance ranking to return concise snippets, reducing time spent manually searching through notes.

What types of documents does a project docs search tool cover?

Project docs search covers architecture overviews, backend rules, and API references in typical software projects, operating across your repository's notes and documentation to return relevance-ranked results with contextual excerpts.

Does full-text search work for finding architecture overviews in codebase notes?

Yes, full-text search operates across your codebase notes to locate architecture overviews, using relevance ranking and snippet extraction to present concise, matching results from your project documents based on your query.