librarian

Installation
SKILL.md

Librarian Skill

Use this skill when you need deep understanding of external codebases.

Best-use cases:

  • Explain how a third-party library works internally.
  • Find real implementation patterns in public code.
  • Compare two libraries/frameworks for a specific capability.
  • Trace architecture and execution flow across a repository.

Tool routing:

  • Official docs/API questions: use documentation lookup first.
  • Real-world code usage patterns: search public repositories.
  • Internal implementation details: fetch source and read targeted files.

Execution pattern:

  1. Identify target library/repo and scope the question.
  2. Collect high-signal files (README, package metadata, entry points).
  3. Inspect implementation files for the asked behavior.
Related skills
Installs
2
Repository
ajoslin/dot
GitHub Stars
23
First Seen
Feb 21, 2026