doc-search

Featured

Search project documentation — ADRs, wiki entries, conventions via ripgrep, qmd, fff, and ctx

Data & Documents 114 stars 13 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
69
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Documentation Search ## When to Use Use this skill when: - Starting work on a feature that may have existing decisions or ADRs - Need to understand project conventions or patterns - Looking for past design discussions or trade-off analyses - Want to find relevant wiki entries or knowledge base articles - Need to understand how existing documentation is structured - Planning to write documentation and want to match existing style ## What It Does Helps you find and navigate existing project documentation using available tools (grep, qmd, fff, ctx). Documentation is often scattered across multiple locations — this skill provides a systematic approach to find what you need. ## Where Documentation Lives This project stores documentation in several locations: | Location | Content | Best For | |----------|---------|----------| | `docs/` | User-facing guides (quick-start, tutorials) | Getting started, feature guides | | `ADRs` via `configs/adr/*` | Architecture Decision Records | Why decisions were made | | `wiki/` | LLM wiki — entities, concepts, log | Knowledge base, cross-references | | `MEMORY.md` | Durable project learnings and gotchas | Known issues, conventions | | `skills/*/SKILL.md` | Agent skill definitions | Tool capabilities | | `configs/*.md` | Tool-specific documentation | Per-tool behavior | | `AGENTS.md` | Agent instructions and guidelines | Development workflow | | qmd knowledge base | Indexed project knowledge | Searchable, AI-powered retrieval | ## How to...

Details

Author
jellydn
Repository
jellydn/my-ai-tools
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

mkdocs-finder

Retrieve up-to-date library, framework, and project documentation using scripts + MCP tools (Context7, Context Hub) with intelligent fallback. Use this skill whenever the user or agent needs documentation for any library, framework, API, SDK, or internal project spec. Triggers on "docs for [X]", "how does [library] work", "find documentation", "API reference for", "look up [feature] in [library]", "latest docs", "what's the API for", "find our [internal spec]", or any request that requires current, accurate documentation rather than relying on training data. Always prefer this skill over raw WebSearch for documentation retrieval — it returns structured, context-efficient results.

14 Updated 3 weeks ago
ngocsangyem
AI & Automation Listed

living-docs

Run a project's documentation as a living system — docs-first issues/PRDs, MADR-lite ADRs (supersede, never delete), Behavior Decision Records (BDRs), a project constitution, research artifacts, living Mermaid architecture diagrams, and semantic-index organization where every doc lands in exactly one place and indexes never drift. Use when setting up or maintaining project docs, writing an ADR/PRD/BDR/constitution/issue/research note, defining a term or acronym in the glossary, drawing or updating an architecture/flow/sequence diagram, splitting an oversized doc into an index, or enforcing the no-drift maintenance rule.

10 Updated 6 days ago
ejklock
AI & Automation Solid

docs-project

Project (engineering) documentation branch — the 'how': README, ENTRY, AGENT/DELIVERY runbooks, and docs/ (REFERENCE map, ARCHITECTURE, ADR, SAGA, TEST_CASES, DEV_GUIDE, IMPROVEMENTS, TROUBLESHOOTING, BACKLOG, REVIEW, STATUS) plus contracts/ (OpenAPI/AsyncAPI — machine truth written BEFORE code). The map rule: every doc gets a card in REFERENCE.md. Full catalog + checklist in references/project-docs.md. Triggers: 'проектная документация', 'архитектура документация', 'adr', 'engineering docs', 'документация разработчика', 'контракты openapi', 'project docs', 'инженерная документация'.

5 Updated yesterday
bestdeejay-design