Presenter introduces themselves as an engineer on the cloud code team and outlines the agenda: SDK quick start, live GitHub action demo, advanced SDK features, and setting up the GitHub action.
Asks audience about their familiarity with cloud code and claude.
Encourages installing cloud code locally to follow along.
Cloud code SDK enables programmatic access to the cloud code agent in headless mode, acting as a foundational building block for new application types.
The SDK can be used like a Unix tool, integrated with bash or terminal workflows, and used in pipelines.
Supports use cases like code review, automated linter creation, and building custom chatbots or remote code writing systems.
Upcoming support for Python and TypeScript bindings.
Live demonstration using a small open source quiz app repository.
Claude can be prompted via GitHub issues to implement new features (e.g., '50/50' powerup and 'skip question' options), even with sparse specifications.
Additional issue (per-question timer) is also submitted for Claude to build.
Claude's workflow: responds to the issue, creates a job run with logs, generates a to-do list, and works through the implementation.
Claude GitHub action can read code, create PRs from issues, add commits to existing PRs, answer technical questions, and review code—all via GitHub comments.
No infrastructure burden: action runs on GitHub-hosted runners, leveraging existing CI infrastructure.