library-docs

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "library-docs" with this command: npx skills add sawyerhood/sawyer-mart/sawyerhood-sawyer-mart-library-docs

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.

  1. Clone the Repository

If not available locally, find and clone the repository:

  • Search for the library's GitHub repository (most libraries are on GitHub)

  • 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

  1. 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
  1. Synthesize and Answer

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

dev-browser

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

library-docs

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

Acmesh

A pure Unix shell script ACME client for SSL / TLS certificate automation acmesh, shell, acme, acme-challenge, acme-protocol, acme-v2, ash. Use when you need...

Registry SourceRecently Updated
1050ckchzh
Coding

Webhook Tester

Webhook testing and debugging tool. Send test webhook payloads to any URL, simulate various webhook events (GitHub, Stripe, Slack), inspect responses, and lo...

Registry SourceRecently Updated