Skip to content

Latest commit

 

History

History
80 lines (67 loc) · 3.98 KB

File metadata and controls

80 lines (67 loc) · 3.98 KB

Claude Code Workshop 1: Getting Productive

Total Duration: ~2.5 hours

A hands-on workshop for developers learning Claude Code. You'll go from understanding the basics to building a custom skill that automates your development workflow with Jira.

Prerequisites

  • Claude Code installed and authenticated
  • Add claude to the system PATH
  • gh CLI installed and authenticated (gh auth login)
  • Node.js 18+ (for MCP servers)
  • Jira Cloud account with project access
  • A project repository to work in
  • Install python version 3.12

Workshop Modules

Module Topic Duration
00 Setup 5 min
01 Understanding the Context Window 10 min
02 Token Management 15 min
03 Core Workflows 15 min
04 CLAUDE.md & Memory 15 min
05 Prompting Best Practices 10 min
06 MCP Servers 15 min
07 Custom Skills 15 min
08 Bundled Skills 10 min
09 Meta Skills 20 min
10 Summary & Exercises 10 min

Learning Path

Context Window → Token Management → Core Workflows
                                         │
                                         ▼
                                  ┌─────────────┐
                                  │  CLAUDE.md   │  ← Project instructions
                                  └──────┬──────┘
                                         │
                                         ▼
                                  ┌─────────────┐
                                  │  Prompting   │  ← Get better results
                                  └──────┬──────┘
                                         │
                          ┌──────────────┴──────────────┐
                          ▼                             ▼
                   ┌───────────┐              ┌───────────────┐
                   │    MCP    │              │    Skills      │
                   │  Servers  │              │ Custom+Bundled │
                   └─────┬─────┘              └───────┬───────┘
                         │                            │
                         └────────────┬───────────────┘
                                      ▼
                             ┌─────────────────┐
                             │   Meta Skills   │  ← Chain skills into
                             │  /dev-workflow  │    full dev lifecycle
                             └────────┬────────┘
                                      ▼
                             ┌─────────────────┐
                             │   Summary &     │  ← Hands-on exercises
                             │   Exercises     │
                             └─────────────────┘

What You'll Build

By the end of this workshop you will have:

  • A CLAUDE.md with project-specific instructions
  • Playwright and Jira MCP servers connected
  • A custom /implement-ticket skill that reads a Jira ticket and automates implementation
  • Experience with bundled skills (/simplify, /batch) for code cleanup and parallel refactoring
  • A /dev-workflow orchestrator skill that chains /create-ticket, /expand-ticket, /implement-ticket, and /qa-ticket into a full dev lifecycle pipeline

Start with 00_setup.md