Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
sawyerhood avatar

Library Docs

  • 9 installs
  • 70 repo stars
  • Updated January 12, 2026
  • sawyerhood/sawyer-mart

Helps with ai & agent building tasks.

About

library-docs is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • library-docs
  • AI & Agent Building
  • AI-coding skill

Library Docs by the numbers

  • 9 all-time installs (skills.sh)
  • Ranked #12,152 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sawyerhood/sawyer-mart --skill library-docs

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs9
repo stars70
Last updatedJanuary 12, 2026
Repositorysawyerhood/sawyer-mart

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Library Docs

Look up library documentation by finding and exploring the library's source code repository.

Workflow

1. Check for Local Availability

First, check if the library source code already exists locally:

# Check common locations
ls /tmp/cc-repos/{library-name} 2>/dev/null

If the library exists locally, skip to step 3.

2. Clone the Repository

If not available locally, find and clone the repository:

1. Search for the library's GitHub repository (most libraries are on GitHub) 2. Clone into the standard location:

mkdir -p /tmp/cc-repos
git clone https://github.com/{owner}/{repo}.git /tmp/cc-repos/{repo-name}

Common repository patterns:

  • npm packages: Check package.json homepage or repository field, or search https://github.com/{package-name}
  • Python packages: Check PyPI page for "Homepage" or "Source" links
  • Go packages: The import path often is the repository URL
  • Rust crates: Check crates.io for repository link

3. Research the Repository

Launch a Research agent (using the Task tool with subagent_type="Explore") to traverse the repository and answer the question.

Example prompt for the agent:

Explore the repository at /tmp/cc-repos/{repo-name} to answer: {user's question}

Focus on:
- README and documentation files
- Source code structure
- API exports and public interfaces
- Examples and tests for usage patterns

4. Synthesize and Answer

Use the research findings to provide a clear, accurate answer to the user's question about the library.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.