Cd14715 Claude Code Classroom banner
udacity udacity

Cd14715 Claude Code Classroom

Development community

Description

This repo contains the classroom material for Claude Code (Agent SDK) course.

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

Setup instructions

# Install everything
npm install

# Or install only one demo/exercise
npm install --workspace lesson-10-multi-agent-orchestration/demo

Run a specific demo/exercise from the repo root:

npm run --workspace lesson-10-multi-agent-orchestration/demo start

You can also `cd` into a demo/exercise folder and run `npm start` after the root install.