agent-sdk-meta

Locate official Claude Agent SDK documentation for installation and custom tools.

5|1|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/melodic-software/claude-code-plugins --skill agent-sdk-meta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-sdk-meta
Source: https://github.com/melodic-software/claude-code-plugins/tree/main/plugins/claude-ecosystem/skills/agent-sdk-meta
Command: npx skills add https://github.com/melodic-software/claude-code-plugins --skill agent-sdk-meta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Navigating the complexities of Claude Agent SDK (TypeScript/Python), including installation, authentication, sessions, custom tools, and permissions, can be challenging and time-consuming. This skill centralizes all official documentation access, simplifying the process of building and managing robust AI agents.

Core Features & Use Cases

  • Comprehensive SDK Guidance: Covers SDK installation, authentication (Anthropic, Bedrock, Vertex), session management, custom tool creation, and permission configuration.
  • Official Documentation Delegation: Delegates 100% to the official-docs skill, ensuring always-current and accurate information directly from canonical sources.
  • Troubleshooting & Best Practices: Provides quick decision trees, keyword registries for efficient searches, and troubleshooting tips for common SDK issues.
  • Use Case: A developer needs to integrate a custom tool into their Claude Agent. They can use this skill to quickly find the official documentation on custom tool creation, including schema definition and handler implementation, without sifting through various online resources.

Quick Start

Use the agent-sdk-meta skill to find out how to install the Claude Agent SDK for Python.