librarian

Search Exa for library references and compile markdown docs into config/claude/docs.

2|Updated Aug 1, 2024
One-click install
npx skills add https://github.com/Kabilan108/dotfiles --skill librarian-kabilan108
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: librarian
Source: https://github.com/Kabilan108/dotfiles/tree/main/agents/skills/librarian
Command: npx skills add https://github.com/Kabilan108/dotfiles --skill librarian-kabilan108

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps researchers and developers quickly generate organized markdown documentation for libraries and frameworks by leveraging Exa's code search, reducing manual research time.

Core Features & Use Cases

  • Automated documentation generation: Systematically search for libraries/frameworks and produce structured markdown docs.
  • Reference-ready outputs: Creates ready-to-use docs under config/claude/docs for future Claude Code sessions.
  • Use Case: Imagine you need documentation for the requests library; this skill will build a concise guide covering installation, core concepts, and usage patterns.

Quick Start

Use the librarian skill to search for a library like "requests" and generate docs under config/claude/docs/requests/.

Frequently Asked Questions about librarian

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate markdown documentation for a library using code search?

You can generate library documentation by running this Skill with a library name; it performs Exa code searches and compiles the findings into structured markdown files covering installation, core concepts, and usage patterns.

What is the best way to create reference docs for Claude Code sessions?

Creating reference docs for Claude Code is done by generating structured markdown files and saving them into config/claude/docs/; this Skill automates that process by organizing library documentation outputs directly into that directory.

Do I need Exa CLI installed to search for frameworks and generate docs?

Yes, you need the Exa CLI installed and access to code search results to use this Skill, as it performs targeted Exa searches to gather library references and compile them into markdown documentation.

Can I document framework patterns and usage scenarios automatically?

Yes, you can document framework patterns and usage scenarios automatically; this Skill systematically searches for frameworks and compiles structured markdown docs covering patterns, core concepts, and usage scenarios.