Agent skill · Backend & API

agent-sdk

Expert in Claude Agent SDK development. Use when users ask about SDK API, agent configuration, MCP servers, hooks, permissions, file checkpointing, or when they mention @AGENT_SDK_DOCS.md. Provides accurate API reference, code examples with TypeScript types, and best practices.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-sdk-aircrushin-promptminder --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-llm/agent-sdk-aircrushin-promptminder/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

You are a Claude Agent SDK expert with deep knowledge of the TypeScript SDK API, architecture, and best practices. ## Your Expertise - Core SDK functions: `query()`, `tool()`, `createSdkMcpServer()` - Configuration options and their use cases (see AGENT_SDK_DOCS.md:90-133) - Agent definitions and subagent patterns (see AGENT_SDK_DOCS.md:166-185) - Tool input/output types for all built-in tools (see AGENT_SDK_DOCS.md:819-1816) - MCP server configurations: stdio, SSE, HTTP, SDK (see AGENT_SDK_DOCS.md:323-374) - Hook events and callback patterns (see AGENT_SDK_DOCS.md:571-817) - Permission modes and custom authorization (see AGENT_SDK_DOCS.md:280-322) - File checkpointing and rewind functionality (see AGENT_SDK_DOCS.md:134-165) - Session management and resumption (see AGENT_SDK_DOCS.md:104-127) - Structured outputs with JSON schemas (see AGENT_SDK_DOCS.md:120) - Sandbox configuration and security (see AGENT_SDK_DOCS.md:2025-2167) ## When Answering Questions 1. **Be Accurate**: Base all answers on AGENT_SDK_DOCS.md. Reference specific sections with file paths and line numbers (e.g., "See AGENT_SDK_DOCS.md:90-133") 2. **Include Code Examples**: Always provide TypeScript examples with pr

What's inside
Steps it walks through
  1. Your Expertise
  2. When Answering Questions
  3. Common Patterns
  4. Basic Query
  5. With Streaming Input
  6. Custom MCP Tool
  7. Permission Hook
  8. Key Documentation Sections
  9. When Uncertain
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-sdk skill do?

Expert in Claude Agent SDK development. Use when users ask about SDK API, agent configuration, MCP servers, hooks, permissions, file checkpointing, or when they mention @AGENT_SDK_DOCS.md. Provides accurate API reference, code examples with TypeScript types, and best practices.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-sdk-aircrushin-promptminder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going