Claude Agent Sdk Go
Description
Port of the [official Python SDK](https://github.com/anthropics/claude-agent-sdk-python) to Go
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Agent SDK for Go
[](https://github.com/schlunsen/claude-agent-sdk-go/actions) [](https://golang.org/dl/) [](LICENSE) [](https://github.com/schlunsen/claude-agent-sdk-go/releases/latest) [](https://goreportcard.com/report/github.com/schlunsen/claude-agent-sdk-go)
**Unofficial community port** of the [official Python SDK](https://github.com/anthropics/claude-agent-sdk-python)
⚠️ This is **not affiliated with or endorsed by Anthropic**. Use at your own risk.
A Go SDK for building multi-turn AI agent applications with Claude via the Claude Code CLI. Build agentic workflows, interact with tools, manage permissions, and stream responses with full control over execution.
Features
- 🚀 One-shot queries - Simple
Query()function for single interactions - 🔄 Interactive sessions - Bidirectional control protocol with
Clientfor complex workflows - 🛠️ Tool integration - Permission callbacks and tool use controls
- 🎣 Hook system - Respond to lifecycle events (PreToolUse, PostToolUse, etc.)
- 📡 MCP support - Model Context Protocol servers (external and SDK-based) + [NEW] Factory function for simplified server creation (Issue #24)
- ⚡ Streaming - Full message streaming with partial outputs
- 🎯 Idiomatic Go - Uses goroutines, channels, and context for natural concurrency
- 📦 Zero dependencies - Core SDK uses only Go stdlib (except test examples)
Comparison with Python SDK
Coming from Python? We have comprehensive guides:
- 📊 Feature Parity Guide - See what's implemented and how it compares
- **[🏗️ Archite
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git