mk:docs-finder

mk:docs-finder is a skill for Claude Code from ngocsangyem/MeowKit. It costs 148 tokens per session (2,669 once invoked), scanned A, original, MIT.

A documentation lookup workflow for finding current information about libraries, frameworks, APIs, SDKs, and internal project specifications. It retrieves and analyzes relevant reference material from supported documentation sources.

In plain words
What is it for?
Use it when you need usage instructions, API references, framework guidance, library documentation, or project-specific technical specifications.
Why use it?
It reduces the need to rely on memory or search manually when implementing against changing technical documentation.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it when you need usage instructions, API references, framework guidance, library documentation, or project-specific technical specifications.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ngocsangyem/meowkit/docs-finder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ngocsangyem/MeowKit --skill docs-finder
Clone the repo
git clone --depth 1 https://github.com/ngocsangyem/MeowKit

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mk:docs-finder

README.md
[![agentmods](https://agentmods.dev/badge/skills/ngocsangyem/meowkit/docs-finder/github.svg)](https://agentmods.dev/skills/ngocsangyem/meowkit/docs-finder)
Your own site
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/docs-finder"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/docs-finder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mk:docs-finder

Your own site · 80×15
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/docs-finder"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/docs-finder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 148 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,669 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. ✓ AI security review Sonnet 5 · 7 Sept 2026 📄 Read the review
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00148 $0.02669
Opus 5 $0.00074 $0.01334
Sonnet 5 $0.00030 $0.00534
Haiku 4.5 $0.00015 $0.00267

Measured 8d ago against content hash 425f2965b360, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

mk:docs-finder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 11 executable files (scripts/analyze-results.js, scripts/detect-source.js, scripts/fetch-chub.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/docs-finder/SKILL.md · 215 lines

How it starts

The opening of the file, as written. The whole thing — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Documentation Discovery via Scripts

Overview

Script-first documentation discovery using Context7 (llms.txt) + Context Hub (chub).

Execute scripts to handle the entire workflow — no manual URL construction needed. Scripts handle source detection, fetching, fallback chains, and result analysis automatically.

Primary Workflow

ALWAYS execute scripts in this order:

# 1. DETECT query type + recommended source
node scripts/detect-source.js "<user query>"

# 2a. FETCH via Context7 (for library/framework docs)
node scripts/fetch-context7.js "<user query>"

# 2b. FETCH via Context Hub (for curated/internal docs)
node scripts/fetch-chub.js "<user query>" [--lang py] [--version v2]

# 3. ANALYZE results (context budget + URL categorization)
echo '<content>' | node scripts/analyze-results.js -

# 4. [TIER-4 FALLBACK] If all above return empty or off-target:
node scripts/fetch-web-to-markdown.js "<exact-url>"
# → outputs delegationCommand; execute it via Bash tool

Scripts handle URL construction, source routing, fallback chains, and error handling automatically.

Scripts

detect-source.js — Classify query + route to source

  • Determines: LIBRARY_DOCS vs INTERNAL_DOCS
  • Extracts: library name, topic keyword, language hint
  • Resolves: known library → context7 repo path
  • Returns JSON: {queryType, source, fallbackSource, library, repo, topic, isTopicSpecific}
  • Zero-token execution

fetch-context7.js — Retrieve docs from context7.com

  • Constructs context7.com URLs automatically
  • Handles fallback: topic URL → general URL → official llms.txt
  • Includes timeout handling (30s)
  • Returns JSON: {success, source, content, tokenEstimate, topicSpecific}
  • Zero-token execution

fetch-chub.js — Retrieve docs from Context Hub

Read the full file on GitHub · 215 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 215 lines · 148 tokens per session scan E 425f2965b360

Subscribe to this mod's changes

mk:docs-finder is a skill published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 148 tokens to every session and 2,669 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories