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.
- Claude Code installed and authenticated
- Add
claudeto the system PATH ghCLI 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
| 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 |
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 │
└─────────────────┘
By the end of this workshop you will have:
- A
CLAUDE.mdwith project-specific instructions - Playwright and Jira MCP servers connected
- A custom
/implement-ticketskill that reads a Jira ticket and automates implementation - Experience with bundled skills (
/simplify,/batch) for code cleanup and parallel refactoring - A
/dev-workfloworchestrator skill that chains/create-ticket,/expand-ticket,/implement-ticket, and/qa-ticketinto a full dev lifecycle pipeline
Start with 00_setup.md