Agent skill · Documentation

pop-knowledge-lookup

Queries cached external documentation and blog content for authoritative, up-to-date information. Sources include Claude Code docs, engineering blog, and configured knowledge bases with 24-hour TTL caching. Use when you need current information about Claude Code features, hooks, or best practices. Do NOT use for general coding questions - rely on training knowledge or web search instead.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill pop-knowledge-lookup --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-llm/pop-knowledge-lookup/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Knowledge Lookup ## Overview Query cached external documentation and blog content to get fresh context for development tasks. Knowledge sources are synced on session start and cached for 24 hours. **Core principle:** Get authoritative, up-to-date information from official sources. **Trigger:** When you need current information about Claude Code, best practices, or configured documentation sources. ## When to Use Invoke this skill when: - User asks about Claude Code features or best practices - You need to reference official documentation - Answering questions about hooks, commands, or Claude Code architecture - Looking for examples from the engineering blog ## Available Knowledge Sources Default sources (synced automatically): 1. **anthropic-engineering** - Claude Code Engineering Blog 2. **claude-code-docs-overview** - Claude Code Documentation Overview 3. **claude-code-docs-hooks** - Claude Code Hooks Reference ## Lookup Process ### Step 1: List Available Knowledge Use the **Read tool** to check what knowledge is available: ``` Read: ~/.claude/config/knowledge/sources.json ``` ### Step 2: Check Cache Freshness Use bash for SQLite queries (no native equivalent): ```bash sqlite3

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Available Knowledge Sources
  4. Lookup Process
  5. Step 1: List Available Knowledge
  6. Step 2: Check Cache Freshness
  7. Step 3: Read Specific Content
  8. Step 4: Search Across Sources
  9. Step 5: Semantic Search (If Available)
  10. Response Format
  11. Example Queries
  12. Query: "How do hooks work in Claude Code?"
  13. Query: "What are best practices for Claude Code?"
  14. Query: "Is there something about X in the docs?"
Ships with 1 file
  • metadata.json
Commands it runs
sqlite3 ~/.claude/config/knowledge/cache.db \
python hooks/utils/embedding_init.py --force
More from claude-skill-registry
All skills →
About this skill
What does the pop-knowledge-lookup skill do?

Queries cached external documentation and blog content for authoritative, up-to-date information. Sources include Claude Code docs, engineering blog, and configured knowledge bases with 24-hour TTL caching. Use when you need current information about Claude Code features, hooks, or best practices. Do NOT use for general coding questions - rely on training knowledge or web search instead.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill pop-knowledge-lookup --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going