nibzard

Daytona Claude Code Demo — Development skill for Claude Code

Development community

A demonstration project for using Daytona with Claude Code.

How to install Daytona Claude Code Demo

This entry records only its repository, not the path inside it, so there is no exact command to give. Open nibzard/daytona-claude-code-demo and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Daytona Claude Code Demo does

A demonstration project for using Daytona with Claude Code.

Alternatives in Development

  • Claude Managed Agents Demo — Example for connecting Linear Agents SDK with Claude Managed Agents 88 ★
  • Manage Managed Silo Lifecycle — Apply start / pause / delete lifecycle transitions to a managed E2B or Daytona cloud silo with farm silo , for 67 ★
  • Demo — Demo-Ready Mode — clean up dev artifacts and prepare for demos/screenshots 63 ★

README

Daytona Claude Code Demo

A demonstration project for using Daytona with Claude Code.

Setup

Python

pip install daytona-sdk

TypeScript

npm install @daytonaio/sdk

Running the Project

Python

python daytona_sandbox_demo.py

Debugging Python

python -m debugpy --listen 5678 --wait-for-client daytona_sandbox_demo.py

Project Structure

  • daytona_sandbox_demo.py - Main Python demo application
  • fallback_demo.py - Fallback demo application

Development Guidelines

For detailed development guidelines, see [CLAUDE.md](./CLAUDE.md)