docs

Resolve library names to Context7 IDs and fetch topic-specific documentation.

Updated May 23, 2026
One-click install
npx skills add https://github.com/devturco/thiago-dev-template --skill docs-devturco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/devturco/thiago-dev-template/tree/main/.claude/skills/docs
Command: npx skills add https://github.com/devturco/thiago-dev-template --skill docs-devturco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps you quickly locate accurate documentation for any library in the Better-T-Stack so you can implement features without wasting time searching across multiple sources.

Core Features & Use Cases

  • Library doc lookup: Resolves a library ID from a human library name and retrieves relevant documentation.
  • Topic-specific answers: Searches for a specific documentation topic requested by the user.
  • Developer-ready output: Presents relevant documentation clearly, including code examples, to accelerate implementation work.

Quick Start

Ask an AI agent: “Look up the tanstack-router docs for route loaders and show the most relevant examples.”

Frequently Asked Questions about docs

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

FAQPage Schema
How do I find accurate documentation for Drizzle ORM and tRPC during implementation?

To find accurate documentation for Drizzle ORM and tRPC, resolve the library name to a Context7 ID and query docs for your specific topic. This retrieves relevant documentation with code examples to accelerate implementation.

Can I search for specific TanStack Router topics like route loaders?

Yes, you can search for specific TanStack Router topics like route loaders. Request the documentation topic you need, and the tool queries Context7 to return the most relevant documentation content and code examples.

What is the best way to get API reference docs for the Better-T-Stack?

The best way to get API reference docs for the Better-T-Stack is using Context7 to resolve library names and fetch topic-specific documentation. This avoids searching multiple sources and presents developer-ready output.

Does this documentation lookup approach work with Zod and Biome?

Yes, this documentation lookup approach works with Zod and Biome. It resolves library IDs via Context7 and fetches accurate guidance for testing frameworks and other Better-T-Stack libraries during development tasks.

Why does resolving a Context7 library ID matter before fetching docs?

Resolving a Context7 library ID matters because it maps your human-readable library name to the exact documentation source. Fetching docs requires this resolved ID to query and return relevant content accurately.