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.
The Workshop
Claude Code Workshop: From Installation to Building Apps with AI
This programme provides 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.
- Install and configure Claude Code on any platform (macOS, Windows, Linux)
- Understand the agentic loop — how Claude gathers context, takes action, and verifies results
- Master the permission model — Allow, Ask, and Deny rules for safe AI-assisted coding
- Build a working todo application using only natural language prompts
- Manage the context window — /context, /compact, /clear for long sessions
- Create reusable skills that eliminate repetitive prompts
- Build custom agents — purpose-built AI personas for code review and more
- Use essential commands — /init, /plan, /rewind, /export, /cost, /resume
Tech Stack
What Our Learners Say
"I took the Claude Code bootcamp and, as a beginner, getting my first website up and running was an exciting experience."
Swatha J · Claude Code workshop participant
"Super clear and very practical. As a beginner, it helped me start using Claude with confidence."
Nandita · Engineering Student
"I took the beginner's code and within 30 minutes, I learned how to successfully implement Claude Code in our application."
Vijay Anand M · Claude Code workshop participant
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.
Develop Practical AI-Assisted Development Skills
Hands-on training with industry certification.
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.
SKILL CHECK
How Sharp Are Your Claude Code Skills?
10 questions. 2 minutes. No sign-up required.
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
Clients: Broadcom, Oracle
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
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 |