claude-sdklisted
Install: claude install-skill frankxai/claude-skills-library
# Claude SDK Expert Skill
## Purpose
This skill provides comprehensive guidance on building autonomous AI agents using the Claude Agent SDK (formerly Claude Code SDK), leveraging computer use capabilities, tool orchestration, and MCP integration for production deployments.
## SDK Overview
### Claude Agent SDK (2025)
The Claude Agent SDK enables building autonomous agents that can interact with computers, write files, run commands, and iterate on their work.
**Evolution:** Renamed from "Claude Code SDK" to reflect broader capabilities beyond coding.
**Core Philosophy:** Give Claude a computer to unlock agent effectiveness beyond chat-based interactions.
## Key Capabilities
### 1. Computer Use
**Revolutionary Feature:** Claude can control a computer environment to complete tasks.
**What This Enables:**
- File system operations (read, write, edit)
- Terminal command execution
- Iterative debugging and refinement
- Multi-step autonomous workflows
- Real-world task completion
**Use Cases:**
- Finance agents analyzing portfolios
- Personal assistants booking travel
- Customer support handling complex requests
- Development agents building software
- Research agents gathering and analyzing data
### 2. Built-in Tools
**File Operations:**
- `Read` - Read file contents
- `Write` - Create or overwrite files
- `Edit` - Make targeted edits to existing files
**Command Execution:**
- `Bash` - Run shell commands and scripts
**Search & Discovery:**
- `Grep` - Search file contents