context

Fetch version-specific official documentation for libraries and frameworks.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/mgsystemsdev/POD --skill context-mgsystemsdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context
Source: https://github.com/mgsystemsdev/POD/tree/main/agent-system-base/.claude/skills
Command: npx skills add https://github.com/mgsystemsdev/POD --skill context-mgsystemsdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch up-to-date, version-specific official documentation for any library so you can make accurate API decisions directly in conversation.

Core Features & Use Cases

  • Retrieve official docs by library and version
  • Verify deprecations and API changes before coding
  • Read local code references when docs are unavailable or outdated

Quick Start

Look up the current API for numpy 1.25 and paste the results into the chat.

Frequently Asked Questions about context

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

FAQPage Schema
How do I check version-specific API documentation for a library before writing code?

You can fetch version-specific official documentation for any library to inform code decisions by retrieving the exact API syntax and verifying version context directly in your chat.

What is the best way to verify deprecated methods and API changes for a specific framework version?

Verifying deprecated methods involves fetching official docs by library and version to identify API changes and read local code references when external documentation is unavailable or outdated.

Can I look up official documentation for an unfamiliar web API without leaving my development environment?

Yes, you can retrieve up-to-date official documentation for any library or framework directly in conversation to make accurate API decisions when working with unfamiliar web APIs.

Does this documentation fetcher provide direct links to official sources for the API syntax I check?

The documentation fetcher includes direct links to official sources and notes the version context for the library or framework documentation you requested.

How do I get current API syntax for a specific library version like numpy 1.25?

To get current API syntax, you look up the official documentation for the specific library and version, then retrieve the results containing accurate API details and version context.