agent-sdk-dev/new-sdk-app

Create and setup a new Claude Agent SDK application

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.md

Skill 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-official

Then reference at plugins/agent-sdk-dev/commands/new-sdk-app.md

Related Skills