📚
AI EngineeringGo

Library Docs Lookup

by duckbugio

Library Docs Lookup is an AI Engineering skill for Claude Code, published by duckbugio in flock.

508 stars5 forkson duckbugio/flockAdded 2026/08/26Repository updated 2026/08/24
ai-agentanthropicautonomous-agentschatbotclaudeclaude-codecode-reviewgolangllmself-hostedtelegram-botvk-bot
Install in seconds
Install Library Docs Lookup
Copy Library Docs Lookup into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/duckbugio/flock/tree/main/core/skills/library-docs-lookup ~/.claude/skills/library-docs-lookup

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/duckbugio/flock.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
core/skills/library-docs-lookup/SKILL.md in duckbugio/flock
Installs to
~/.claude/skills/library-docs-lookup
Collection
One of 2 skills cataloged from this repository
Category
AI Engineering2451 skills

What Library Docs Lookup does

Library Docs Lookup fetches current documentation for external libraries, frameworks, SDKs, and APIs before you code against them. Use it when a dependency, method, or config option is unfamiliar or may differ from memory.

Library Docs Lookup is cataloged under AI Engineering on DirSkills. Library Docs Lookup comes from a repository tagged ai-agent, anthropic, autonomous-agents, chatbot and claude.

Documentation

README

Look up real library docs (don't guess the API)

Training data goes stale: library APIs, method signatures, config keys, and best practices change between versions. Guessing them is a top source of subtly-wrong code. When you touch an external library/framework/SDK/API, get the CURRENT docs.

How

The context7 MCP server is available. Use its tools:

  1. resolve-library-id — resolve the library name (e.g. "tauri", "centrifuge-go", "react-query") to its context7 id.
  2. get-library-docs — fetch the up-to-date docs for that id, scoped to the topic/symbol you need (the specific hook, method, or config option).

Pull the version the project actually depends on — check go.mod / package.json / Cargo.toml / requirements.txt — not "latest", when they differ.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Library Docs Lookup

  • What else does duckbugio publish alongside Library Docs Lookup?

    Library Docs Lookup is one of 2 skills that DirSkills catalogs from duckbugio/flock, the repository it ships in. Its siblings there include Verification Before Completion. Each one is a separate skill with its own page in this directory, installs the same way Library Docs Lookup does, and is maintained by duckbugio in that same repository. The rest of the collection is listed on the duckbugio/flock page.

  • How does Library Docs Lookup compare to other AI Engineering skills?

    Library Docs Lookup ranks #2164 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Library Docs Lookup against them. Open each page to compare what they document and how they install.