research-lib

Research libraries from official docs and generate Markdown documentation.

190|33|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/DeL-TaiseiOzaki/claude-code-orchestra --skill research-lib
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-lib
Source: https://github.com/DeL-TaiseiOzaki/claude-code-orchestra/tree/main/.claude/skills/research-lib
Command: npx skills add https://github.com/DeL-TaiseiOzaki/claude-code-orchestra --skill research-lib

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill researches a library and creates comprehensive documentation.

Core Features & Use Cases

  • Web verification of official docs, GitHub READMEs, PyPI/npm pages, and release notes
  • Documentation output to .claude/docs/libraries/{ARGUMENTS}.md including sections like Overview, Core Features, Usage, and Troubleshooting
  • Pattern: generates installation commands, licensing info, and usage examples for real-world integration

Quick Start

Research the "numpy" library to generate documentation at .claude/docs/libraries/numpy.md, including official URL, version, license, installation instructions, and basic usage examples.

Frequently Asked Questions about research-lib

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

FAQPage Schema
How do I generate documentation for a software library from its GitHub README and PyPI page?

To generate library documentation, this skill researches official sources like GitHub READMEs, PyPI pages, and npm pages, then outputs a structured Markdown document covering overview, core features, installation, and usage details.

Can I automatically create a structured Markdown document for a library's installation and usage patterns?

Yes, you can automatically create a structured Markdown document that enforces a consistent data model, generating installation commands, licensing info, and usage examples for real-world integration directly to a specified file path.

What is the best way to document a library's core features and troubleshooting steps from official docs?

The best way to document a library's core features and troubleshooting is by researching official docs and release notes to compile a comprehensive document covering overview, constraints, usage patterns, and troubleshooting guidance.

Does this library documentation approach work with both PyPI and npm package sources?

Yes, this library documentation approach works with both PyPI and npm package sources, verifying official docs, GitHub READMEs, and project websites to extract version, license, official URL, and installation details.

What sections are included in the generated Markdown library documentation?

The generated Markdown library documentation includes sections for overview, core features, usage patterns, constraints, troubleshooting, name, version, license, official URL, and installation instructions.

How do I save generated library research to a specific Markdown file path?

Generated library research is saved as a Markdown document to a specific path at `.claude/docs/libraries/{ARGUMENTS}.md`, ensuring consistent documentation output and structured data model enforcement.