Install
$ agentstack add skill-lldxflwb-claude-code-skills-agent-sdk ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Claude Agent SDK
Provides local documentation for the Claude Agent SDK (formerly Claude Code SDK). Use this skill to answer questions about building AI agents with the Agent SDK, including Python and TypeScript API usage, built-in tools, hooks, subagents, MCP, sessions, permissions, structured outputs, hosting, deployment, and more.
When to use
- When the user asks about Claude Agent SDK development, API, or configuration
- When developing code that imports
claude_agent_sdkor@anthropic-ai/claude-agent-sdk - When the user mentions "agent sdk", "claude agent sdk", or "claude code sdk"
- When building AI agents using the Agent SDK
When NOT to use
- General Claude API questions that don't involve the Agent SDK
- Claude Code CLI usage questions (use claude-code-guide agent instead)
Instructions
- Read the documentation index at
skills/agent-sdk/docs/INDEX.mdto understand the available docs - Based on the user's question, read the relevant doc file(s) from
skills/agent-sdk/docs/ - Answer the question using the documentation content, providing code examples when appropriate
- Always include both Python and TypeScript examples when available in the docs
Documentation update
When the user says "update agent sdk docs" or "更新 agent sdk 文档":
- Run the update script:
python3 skills/agent-sdk/scripts/update-docs.py - Report how many pages were updated successfully
Key documentation files
| Topic | File | |-------|------| | Overview & getting started | docs/overview.md | | Quickstart tutorial | docs/quickstart.md | | Agent loop internals | docs/agent-loop.md | | Claude Code features | docs/claude-code-features.md | | Sessions & context | docs/sessions.md | | Streaming input | docs/streaming-vs-single-mode.md | | Streaming output | docs/streaming-output.md | | MCP servers | docs/mcp.md | | Custom tools | docs/custom-tools.md | | Tool search | docs/tool-search.md | | Permissions | docs/permissions.md | | User input & approvals | docs/user-input.md | | Hooks | docs/hooks.md | | File checkpointing | docs/file-checkpointing.md | | Structured outputs | docs/structured-outputs.md | | Hosting | docs/hosting.md | | Secure deployment | docs/secure-deployment.md | | System prompts | docs/modifying-system-prompts.md | | Subagents | docs/subagents.md | | Slash commands | docs/slash-commands.md | | Skills | docs/skills.md | | Cost tracking | docs/cost-tracking.md | | Todo lists | docs/todo-tracking.md | | Plugins | docs/plugins.md | | TypeScript SDK ref | docs/typescript.md | | TypeScript V2 | docs/typescript-v2-preview.md | | Python SDK ref | docs/python.md | | Migration guide | docs/migration-guide.md |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: lldxflwb
- Source: lldxflwb/claude-code-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.