doc-search

doc-search is a skill for Claude Code from jellydn/my-ai-tools. It costs 26 tokens per session (1,270 once invoked), scanned A, original, MIT.

A project-documentation search workflow for locating architecture decisions, guides, wiki entries, conventions, and stored project knowledge. It searches sources such as docs, ADRs, wiki files, memory notes, and skill instructions.

In plain words
What is it for?
Use it before changing a feature, when investigating past trade-offs, or when matching the project's documentation and coding conventions.
Why use it?
It helps you find existing decisions and practices when project information is spread across many places.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions AGENTS.md; mentions Codex; built for cline.

Good fit Use it before changing a feature, when investigating past trade-offs, or when matching the project's documentation and coding conventions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jellydn/my-ai-tools/doc-search
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 jellydn/my-ai-tools --skill doc-search
Clone the repo
git clone --depth 1 https://github.com/jellydn/my-ai-tools

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/jellydn/my-ai-tools/doc-search/github.svg)](https://agentmods.dev/skills/jellydn/my-ai-tools/doc-search)
Your own site
<a href="https://agentmods.dev/skills/jellydn/my-ai-tools/doc-search"><img src="https://agentmods.dev/badge/skills/jellydn/my-ai-tools/doc-search/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 doc-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/jellydn/my-ai-tools/doc-search"><img src="https://agentmods.dev/badge/skills/jellydn/my-ai-tools/doc-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,270 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Rogue Agent · line 146
    Skill modifies its own code, configuration, or behavior at runtime. Self-modification enables an agent to escalate privileges, disable safety constraints, or install persistent backdoors.
    Fix: Prevent the skill from modifying its own code, SKILL.md, or configuration files. Treat skill files as read-only at runtime.
How audits are shown
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.00026 $0.01270
Opus 5 $0.00013 $0.00635
Sonnet 5 $0.00005 $0.00254
Haiku 4.5 $0.00003 $0.00127

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

Security

Grade A, and why

doc-search 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 12d ago.

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.

configs/amp/plugins/my-ai-tools-skills/skills/doc-search/SKILL.md · 165 lines

How it starts

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

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

Step 1: Find Relevant Documents

Use fff to locate documentation files:

fff "*.md" docs/         # All documentation files
fff "*adr*"              # Architecture Decision Records
fff "*auth*" docs/       # Auth-related documentation
fff "*wiki*"             # Wiki entries

Use rg (ripgrep) to search documentation content:

rg "decision" docs/                   # Find decisions in docs
rg "ADR-0" . --glob "*.md"           # Find ADR references
rg "rate.limiting" --glob "*.md"     # Find docs about rate limiting

Read the full file on GitHub · 165 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. 12d ago First seen · 165 lines · 26 tokens per session scan A db2b25512955

Subscribe to this mod's changes

doc-search is a skill published in the GitHub repository jellydn/my-ai-tools (120 stars, last pushed today), licensed MIT. It adds 26 tokens to every session and 1,270 once invoked, about $0.0001 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-08-30.