APPLIED AI FOR SOFTWARE DEVELOPMENT
Learn to Build Applications with an AI Coding Agent
CLAUDE CODE WORKSHOP / 1 DAY
Gain hands-on experience with Claude Code, Anthropic's agentic AI coding assistant. From installation and configuration to building a working application, mastering permissions, and creating reusable skills and custom agents. Practical skills you can apply from day one.
One Workshop. One Day. Eight Skills You Keep.
This workshop provides structured, hands-on training in Claude Code, from installation to building functional applications using natural language. Participants learn the agentic loop architecture, configure the permission model for safe AI-assisted development, manage context windows, and build reusable skills and custom agents. Graduate with practical proficiency in AI-augmented software development.
What You'll Master
-
Install & Configure Claude Code
Set up Claude Code on macOS, Windows, or Linux with confidence.
-
The Agentic Loop
How Claude gathers context, takes action, and verifies results.
-
Permission Model
Master Allow, Ask, and Deny rules for safe AI-assisted coding.
-
Build a Working Todo App
Ship a functional application using only natural language prompts.
-
Context Window Management
Use /context, /compact, /clear to stay sharp in long sessions.
-
Reusable Skills
Create skills that eliminate repetitive prompts forever.
-
Custom Agents
Build purpose-built AI personas for code review and beyond.
-
Essential Commands
/init, /plan, /rewind, /export, /cost, /resume: every workflow shortcut.
Tools You'll Use
Testimonials
Using AI to build applications became much clearer after this session.
Pradeep Balakrishnan
I took the Claude Code bootcamp and, as a beginner, getting my first website up and running was an exciting experience.
Swatha J
THE SYSTEM
What You Will Learn
Seven progressive topics, each practiced hands-on with Claude Code.
INSTALLATION & SETUP
10 MINInstall Claude Code on macOS, Windows, or Linux. Set up environment variables, authenticate with /login, verify with /doctor, and integrate with VS Code or Cursor. Your first Claude session starts here.
THE AGENTIC LOOP
15 MINUnderstand how Claude works in three phases: Gather Context (reads your code), Take Action (edits files, runs commands), and Verify Results (runs tests, checks output). This is what makes Claude Code an agent, not just a chatbot.
CONTEXT WINDOW MANAGEMENT
15 MINThe context window is Claude's working memory (~200K tokens). Learn to visualize usage with /context, condense conversations with /compact, and start fresh with /clear. Auto-compact keeps sessions running smoothly when memory fills up.
PERMISSION MODEL
15 MINControl what Claude can and cannot do on your machine. ALLOW rules run automatically. ASK rules pause for approval. DENY rules block completely. Use /permissions to view and manage. Safety without friction.
BUILD A REAL APP
30 MINBuild a complete todo application using only natural language prompts. Create tasks, complete tasks, add edit functionality. Then improve it: add input validation, fix edge cases, fetch design inspiration from the web. Use /init, /plan, /rewind to control your workflow.
EXTEND CLAUDE WITH SKILLS
20 MINSkills save reusable instructions so you never repeat the same prompts. Create a SKILL.md file at project or user level. Define once, apply everywhere. Example: build a logging skill that Claude applies automatically when you invoke it.
CREATE CUSTOM AGENTS
15 MINBuild named, purpose-built AI personas with their own system prompt, model, and toolset. Create a code review agent manually or let Claude auto-generate one from a prompt. Use /agents to manage them, then invoke with a single command.
Your Instructors
Prem Kumar
AI Architecture Expert
"Anyone can build an AI demo. I teach you how to build the architecture behind systems that scale, because the gap between prototype and production is where most teams get stuck."
Specialty
Himal Rajan
Full Stack & AI Developer
"From React frontends to Python AI backends, I've spent my career building full-stack systems that actually ship, RAG pipelines, autonomous agents, and production APIs that handle real traffic. At RocketOne, I teach you the exact engineering decisions that turn an AI prototype into a system your users can depend on."
Specialty
Naveen Kumar
AI/ML Engineer
"I've built AI systems across Zoho, Virtusa, and now SquareShift, from machine learning pipelines to generative AI applications. At RocketOne, I teach you the practical skills to build AI-powered solutions that work in the real world, not just in notebooks."
Specialty
What You Need Before Day 1
Required
- Laptop with internet access (macOS, Windows, or Linux)
- Basic familiarity with HTML/CSS/JS or any programming language
- VS Code or Cursor installed
Not Required
- AI experience
- Claude Code experience
- Paid subscriptions
No AI experience needed. You need basic coding familiarity. The rest is what this workshop teaches.
Before vs. After This Workshop
| DIMENSION | BEFORE | AFTER |
|---|---|---|
| Building Apps | Write every line manually, debug by guessing | Describe what you want, Claude builds, edits, and fixes it |
| Debugging | Read stack traces, search StackOverflow, trial and error | Paste the error, Claude reads your code, finds the bug, and fixes it |
| Repetitive Tasks | Copy-paste the same prompts and instructions every session | Create skills once, invoke them with a single command forever |
| Code Review | Manual review or wait for a teammate | Build a custom agent that reviews your codebase on demand |
| Safety | Hope AI does not delete or overwrite something important | Permission model controls exactly what Claude can and cannot do |