API Documentation Lookup

Fetch Effect-TS API signatures and usage examples from official documentation.

8|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/andrueandersoncs/claude-skill-effect-ts --skill api-documentation-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: API Documentation Lookup
Source: https://github.com/andrueandersoncs/claude-skill-effect-ts/tree/main/skills/api-docs
Command: npx skills add https://github.com/andrueandersoncs/claude-skill-effect-ts --skill api-documentation-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding exact API signatures and usage details from the Effect-TS documentation can be time-consuming and error-prone. This skill provides direct access to the official docs to accelerate accurate lookups.

Core Features & Use Cases

  • Quick access to the most relevant API pages from the official Effect-TS docs.
  • Look up function signatures, module overviews, and usage examples without leaving the chat.
  • Use Case: When you need the signature for Effect.map or to understand Schema.Struct, this skill fetches the exact docs you need.

Quick Start

Example: Look up the Effect.retry signature by requesting the function name and module, and the skill will fetch the corresponding docs.

Frequently Asked Questions about API Documentation Lookup

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

FAQPage Schema
How do I look up Effect-TS API signatures and module descriptions quickly?

To look up Effect-TS API signatures, you provide a function name and module to retrieve targeted documentation. The skill identifies the correct module, constructs the official documentation URL pattern, and fetches exact function signatures and usage examples via WebFetch.

Can I retrieve Effect-TS usage examples without leaving my chat environment?

Yes, you can retrieve official Effect-TS usage examples without leaving your chat environment. By fetching targeted information from the official docs directly, the skill provides quick access to module overviews and function signatures within your current interface.

What is the best way to find the exact function signature for Effect.map or Schema.Struct?

The best way to find exact function signatures for Effect.map or Schema.Struct is to request the specific function and module name. The skill fetches the corresponding official Effect-TS documentation pages to deliver accurate API references quickly.

Does this API documentation lookup tool work with all Effect-TS modules?

This API documentation lookup tool works with Effect-TS modules available in the official documentation. It constructs the appropriate documentation URL pattern for the identified module and uses WebFetch to retrieve the available descriptions and function signatures.

How do I get the Effect.retry signature from the official Effect-TS docs?

To get the Effect.retry signature from the official Effect-TS docs, you request the function name and its module. The skill then fetches the corresponding documentation page to deliver the exact signature and relevant usage details instantly.