发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Subagents Patterns
Guide to designing and orchestrating specialized subagents.
Session Management Guide
Complete guide to sessions, resuming, and forking in Claude Agent SDK.
Query API Reference
Complete reference for the `query()` function - the primary interface for Claude Agent SDK.
Permissions Guide
Complete guide to permission control in Claude Agent SDK.
MCP Servers Guide
Complete guide to creating and using Model Context Protocol (MCP) servers with Claude Agent SDK.
Claude Agent SDK - Structured Outputs & Error Prevention Guide
**Package**: @anthropic-ai/claude-agent-sdk@0.2.12 **Breaking Changes**: v0.1.45 - Structured outputs (Nov 2025), v0.1.0 - No default system prompt, settingSources required
Custom Agent Description Pattern
When creating custom agents in `.claude/agents/`, the description field determines whether Claude will automatically delegate tasks to the agent.
Agent Self-Documentation Principle
When building or improving agent systems, all changes must be captured IN the agent prompts/templates themselves. Future agent instances won't have your conversation context.
Agent Implementation Pattern
When building agent-like functionality in Claude Code projects, use Task sub-agents instead of remote API calls.
Agent Development for Claude Code
Build effective custom agents for Claude Code with proper delegation, tool access, and prompt design.