Claude Launchpad
Description
A clear, beginner-friendly guide to the Claude developer ecosystem — Claude API, Claude Desktop, Claude Code, and the Agent SDK — with runnable Python examples.
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 Launchpad
**Four ways to build with Claude, and how to tell them apart.** Chat, Claude Desktop, Claude Code, and the Agent SDK each solve a different problem. This repo explains what each one is, why it exists, and when to reach for it — in plain language, with real Python you can run.
The one-paragraph version
Getting a model to answer a question is easy now. The hard part is choosing the *right* tool for what you're actually doing. Reach for the raw **API** when you want Claude inside software you're building. Open **Claude Desktop** when you want to get work done without writing glue code. Run **Claude Code** when you want real coding done in a real project. Build with the **Agent SDK** when you want to ship an autonomous agent of your own. Pick wrong and everything feels harder than it should. Pick right and it feels like the tool was made for the job — because it was.
Start here
New to all of this? Read the table below, look at the architecture diagram, then run [`examples/1_api_hello.py`](./examples/1_api_hello.py). Each example is a single, short, commented file. Full setup is at the [bottom](#setup).
The four ways in
Everything is built on the model API. The other three are progressively more capable ways of putting that model to work — from a raw call, to an app you use, to an agent that acts, to an agent you build.
| What it is | Reach for it when… | You interface via | |
|---|---|---|---|
| Claude API | Direct programmatic access to the models (the Messages API) | You're putting Claude inside your own app — a bot, a summarizer, a classifier, a backend | Python / HTTP |
| Claude Desktop | The app: chat, Cowork, connectors (MCP), scheduled tasks | You want to get work done — f |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11