home / skills / zpankz / mcp-skillset / claude-docs
This skill helps you reference Claude Code official documentation efficiently for accurate implementation of hooks, skills, and subagents.
npx playbooks add skill zpankz/mcp-skillset --skill claude-docsReview the files below or copy the command above to add this skill to your agents.
---
created: 2025-11-05
modified: 2025-11-05
title: "Get Skill"
url: https://docs.claude.com/en/api/skills/get-skill
category: api
subcategory: skills
tags:
- api
- skills
related:
- '[[create-skill]]'
- '[[create-skill-version]]'
- '[[delete-skill]]'
- '[[delete-skill-version]]'
- '[[get-skill-version]]'
---
# Get Skill
get /v1/skills/{skill_id}
---
**Source:** [Official Documentation](https://docs.claude.com/en/api/skills/get-skill)
This skill lets you consult the official Claude Code documentation at docs.claude.com with selective fetching. It pulls only the specific pages or endpoints you need, avoiding large upfront downloads. Use it to get accurate, up-to-date guidance when implementing Claude Code hooks, skills, subagents, or MCP servers. It streamlines referencing official docs during development and debugging.
The skill accepts a targeted query or identifier for a documentation page and fetches the precise content from docs.claude.com. It parses the returned documentation and returns the relevant sections, such as endpoint details, parameters, responses, and examples. The fetch is selective and on-demand, minimizing latency and bandwidth compared to loading the full docs set. Results are presented in a concise, developer-focused format to support implementation tasks.
Does the skill download the entire documentation site?
No. It performs selective, on-demand fetches of only the pages or sections you request.
Are fetched pages kept up to date?
Yes. Each fetch retrieves the current live content from docs.claude.com; use caching cautiously and refresh when confirming breaking changes.