Content Preview
--- description: Create and setup a new Claude Agent SDK application argument-hint: [project-name] --- You are tasked with helping the user create a new Claude Agent SDK application. Follow these steps carefully: ## Reference Documentation Before starting, review the official documentation to ensure you provide accurate and up-to-date guidance. Use WebFetch to read these pages: 1. **Start with the overview**: https://docs.claude.com/en/api/agent-sdk/overview 2. **Based on the user's language
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/agent-sdk-dev/new-sdk-app.md \
https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/agent-sdk-dev/commands/new-sdk-app.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/anthropics/claude-plugins-officialThen reference at plugins/agent-sdk-dev/commands/new-sdk-app.md
Related Skills
example-plugin/example-command
An example slash command that demonstrates command frontmatter options (legacy format)
commandcommandexample-pluginexample-command
by Anthropic · anthropic-official-plugins
hookify/conversation-analyzer
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments\nuser: "/hookify"\nassistant: "I'll analyze the conversation to find behaviors you want to prevent"\n<commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations\nuser: "Can you look back at this conversation and help me create hooks for the mistakes you made?"\nassistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks."\n<commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>
agentagenthookifyconversation-analyzer
by Anthropic · anthropic-official-plugins
ralph-loop/help
"Explain Ralph Loop plugin and available commands"
commandcommandralph-loophelp
by Anthropic · anthropic-official-plugins
gws-command-reference
Google Workspace CLI Command Reference
engineering-teamgwscommandreference
by alirezarezvani · alirezarezvani-claude-skills