docs

Fetches and summarizes current API documentation for specified libraries and frameworks.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/sethihq/guide --skill docs-sethihq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/sethihq/guide/tree/main/public/kit/skills/docs
Command: npx skills add https://github.com/sethihq/guide --skill docs-sethihq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures you always have the most up-to-date information on libraries and frameworks, preventing errors caused by outdated API knowledge.

Core Features & Use Cases

  • API Documentation Retrieval: Fetches current documentation for a specified library and topic.
  • Pre-Implementation Guidance: Provides essential information like key APIs, import statements, and example usage before coding.
  • Use Case: When a user asks "how to use GSAP's ScrollTrigger", this skill will fetch the latest ScrollTrigger documentation, summarize its core APIs, and provide the necessary import statements and usage examples.

Quick Start

Use the docs skill to fetch the latest documentation for GSAP's ScrollTrigger.

Frequently Asked Questions about docs

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

FAQPage Schema
How do I fetch current API documentation for a library before coding?

To fetch current API documentation for a library, this Skill retrieves and summarizes real-time details including import statements and usage examples to prevent errors from outdated API knowledge.

What is the best way to get pre-implementation guidance for a framework?

The best way to get pre-implementation guidance for a framework is to fetch its latest documentation, summarizing core APIs and usage examples to ensure deterministic task execution before you implement external packages.

Can I retrieve up-to-date code reference for external packages?

Yes, you can retrieve up-to-date code reference for external packages by fetching real-time API details via web fetching tools, ensuring you have accurate library documentation before writing code.

How do I find the correct import statements and usage examples for a library?

To find the correct import statements and usage examples for a library, fetch its current documentation to receive a summarized breakdown of essential pre-implementation information and core APIs.

Why does using outdated API knowledge cause errors with external frameworks?

Using outdated API knowledge causes errors because external frameworks frequently change their interfaces and methods. Fetching current documentation provides accurate, real-time API details to prevent these implementation failures.