CUSTOMISED
Expert-led training for your team
Dismiss

Agentic Coding with Claude Code training course

This hands-on course teaches you how to use Claude Code as an agentic coding partner across the full software development lifecycle — from planning through deployment.

JBI training course London UK

"Our tailored course provided a well rounded introduction and also covered some intermediate level topics that we needed to know. Clive gave us some best practice ideas and tips to take away. Fast paced but the instructor never lost any of the delegates"

Brian Leek, Data Analyst, May 2022

Public Courses

06/07/26 - 3 days
£2500 +VAT
17/08/26 - 3 days
£2500 +VAT
28/09/26 - 3 days
£2500 +VAT

Customised Courses

* Train a team
* Tailor content
* Flex dates
From £1200 / day
EDF logo Capita logo Sky logo NHS logo RBS logo BBC logo CISCO logo
JBI training course London UK

  • Learn the full agentic loop: reason, use tools, observe, iterate
  • Hands-on labs throughout, including building and testing a complete e-commerce platform
  • Covers interactive use, CI/CD automation, and programmatic integration via the Claude Agent SDK
  • Practical guidance on MCP integrations, Skills, Subagents, and Hooks
  • Includes cost-control habits, security considerations, and model selection strategy

The Shifting Role of the Developer

  • From code writer to analyst, agent architect, and reviewer
  • From autocomplete and chat to agentic coding
  • The agentic loop: reason, use tools, observe, iterate
  • Agentic coding tool landscape: Claude Code, GitHub Copilot, Cursor, and OpenAI Codex

Introduction to Claude Code and LLMs

  • Understanding Large Language Models and static vs. dynamic knowledge
  • Training data cut-offs and the context window
  • Where Claude Code runs: terminal CLI, IDE extensions, desktop, and web
  • Model selection: choosing between Opus, Sonnet, and Haiku
  • Plans, pricing, and cost-control habits
  • Privacy and security considerations
  • Lab: Installing and authenticating Claude Code and a first run

Fundamentals of Claude Code

  • Keybindings and the slash command palette
  • Built-in tools and feeding context
  • Resetting and compacting context
  • Checkpointing and rewinding conversations
  • The permission model
  • Lab: Complete a guided first task

AI Across the SDLC: Analysis and Design

  • Scoping a task and extracting requirements with Claude
  • Letting Claude interview to author a self-contained spec
  • Asking questions to onboard to unfamiliar code
  • Plan mode and extended thinking
  • Reviewing and editing the plan before execution
  • Lab: Designing the e-commerce platform — specs and plan

Integrations with MCP and CLI Tools

  • What MCP is and how it fits the agentic loop
  • Connecting and scoping MCP servers in Claude Code
  • Common MCP servers: GitHub, databases, Figma, and browser control
  • MCP server security considerations
  • Tool search and keeping MCP context cost low
  • The Skill plus CLI tools pattern as an efficient alternative
  • Lab: Create a modern UI using Claude Code and the Playwright CLI

Skills, Agents, Dynamic Workflows and Hooks

  • Project memory and instructions with CLAUDE.md
  • Defining reusable knowledge and workflows with Skills
  • Using pre-built skills, plugins, and marketplaces
  • Subagents and custom agents for isolated contexts
  • Parallel workflows with Git worktrees and agent teams
  • Automating clean-up and guardrails with Hooks
  • Orchestrating agents at scale with dynamic workflows
  • When to use CLAUDE.md vs. Skills vs. Agents vs. Hooks vs. Workflows
  • Lab: Building custom CLAUDE.md, Skills, Subagents, and Hooks

Automating Claude Code in CI/CD

  • Headless mode: running Claude Code non-interactively and output formats
  • Authenticating in CI
  • Controlling tools and permissions non-interactively
  • GitHub Actions: @claude mentions, issue-to-PR, and automated PR review
  • Running Claude Code in Azure Pipelines
  • Use cases: review, triage, documentation, and scheduled jobs
  • Lab: Build a pipeline that runs Claude Code

AI Across the SDLC: Implementation and Testing

  • Executing the plan with Claude Code
  • Auto mode and permission allowlists
  • Sandboxing for unattended runs
  • Using test suites as guardrails for the agent
  • The test-driven development loop with Claude
  • Verification signals: tests, builds, linters, and screenshots
  • Gating completion with /goal conditions and a Stop hook
  • Lab: Building and testing the e-commerce platform with Claude Code

AI Across the SDLC: Reviewing and Verifying AI-Generated Code

  • Reviewing large AI-produced diffs efficiently
  • Static analysis and security scanning as objective review signals
  • Verifying behaviour with tests, Playwright, and benchmarking tools
  • Steering the agent to produce reviewable, incremental changes
  • Lab: Reviewing, verifying, and hardening the e-commerce platform

Building Custom Applications with the Claude Agent SDK

  • The Agent SDK as a TypeScript and Python library
  • The agentic core and execution loop
  • Configuring agent runs and authenticating
  • Giving the agent custom tools
  • Connecting external MCP servers programmatically
  • Controlling autonomy
  • Use cases: batch automation, CI/CD, and building your own agentic apps
  • Lab: Build a small custom agent with the Agent SDK
JBI training course London UK

This course is designed for software developers, engineers, and technical teams who want to move from writing code by hand to orchestrating and reviewing AI-generated code at scale.

Existing programming experience is expected; no prior experience with Claude Code or agentic tools is required.


5 star

4.8 out of 5 average

"Our tailored course provided a well rounded introduction and also covered some intermediate level topics that we needed to know. Clive gave us some best practice ideas and tips to take away. Fast paced but the instructor never lost any of the delegates"

Brian Leek, Data Analyst, May 2022



 

 

JBI training course London UK

Newsletter


Sign up for the JBI Training newsletter to receive technology tips directly from our instructors - Analytics, AI, ML, DevOps, Web, Backend and Security.
 



Claude Code represents a fundamental shift in how software gets built — from manual implementation to agent-orchestrated development.

This course takes participants through the entire software development lifecycle reimagined with AI agents, from requirements analysis and planning through implementation, testing, and code review.

Heavily lab-based, the course culminates in building, testing, and hardening a real e-commerce platform using Claude Code. Participants also learn to extend Claude Code with MCP integrations, custom Skills and Subagents, and embed it into CI/CD pipelines and custom applications via the Claude Agent SDK.

By the end, participants will be equipped to use Claude Code confidently across real engineering workflows, not just toy examples.

What is AI Agent Development?

AI Agent Development is the process of creating AI-powered systems that can reason, make decisions, use tools, access data, and complete tasks with minimal human intervention. Unlike traditional software that follows predefined rules, AI agents use Large Language Models (LLMs) and external tools to analyse information, plan actions, and achieve goals.

Modern AI agents can search databases, access APIs, generate reports, automate workflows, and collaborate with users to solve complex business problems. AI Agent Development typically involves technologies such as OpenAI, Anthropic Claude, LangChain, Model Context Protocol (MCP), Retrieval-Augmented Generation (RAG), and vector databases.

How Do AI Agents Differ from Chatbots?

Traditional chatbots typically follow predefined rules and scripted conversation flows. They respond to user inputs based on patterns, keywords, or fixed decision trees.

AI agents are more autonomous and capable of reasoning, planning, and taking actions. They can use external tools, access business systems, retrieve information, and complete multi-step tasks to achieve specific objectives.

For example, a chatbot may answer questions about a company policy, while an AI agent could locate the policy, summarise it, update related records, notify stakeholders, and generate a report based on the outcome.
 

What Is Agentic AI?

Agentic AI refers to artificial intelligence systems that can independently pursue goals, make decisions, and execute tasks with limited human supervision. These systems use reasoning, planning, memory, and tool usage to solve problems and adapt to changing circumstances.

Agentic AI is increasingly used in business automation, software development, customer service, research, and decision-support applications where tasks involve multiple steps and dynamic decision making.

CONTACT
+44 (0)20 8446 7555

[email protected]

SHARE

 

Copyright © 2025 JBI Training. All Rights Reserved.
JB International Training Ltd  -  Company Registration Number: 08458005
Registered Address: Wohl Enterprise Hub, 2B Redbourne Avenue, London, N3 2BS

Modern Slavery Statement & Corporate Policies | Terms & Conditions | Contact Us

POPULAR

AI training courses                                                                        CoPilot training course

Threat modelling training course   Python for data analysts training course

Power BI training course                                   Machine Learning training course

Spring Boot Microservices training course              Terraform training course

Data Storytelling training course                                               C++ training course

Power Automate training course                               Clean Code training course