Agentic Ai Workshop banner
Apra-Labs Apra-Labs

Agentic Ai Workshop

AI community

Description

Hands-on agentic AI workshops for software developers — Basic and Advanced

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Agentic AI Workshop

**Hands-on workshops for software developers learning to work effectively with AI agents.**

Developed and delivered by [Akhil Kumar](https://github.com/kumaakh), CEO & Co-founder, [Apra Labs](https://apralabs.com).


Workshops

Basic Advanced
Audience Developers new to agentic AI Developers with hands-on agentic AI experience
Duration ~2 hours ~3 hours
Labs 4 labs 7 labs
Focus The core agentic workflow: Onboard → Plan → Execute → Verify Memory, skills, MCP, hooks, autonomous loops, overnight harnesses, parallel subagents
You'll build A React frontend on a live REST API, entirely agent-driven Production-grade agentic patterns on a real codebase
Prerequisite None Basic workshop + hands-on experience

Recordings

Both workshops were recorded live with ~20 developers attending each session. Full sessions — not highlights.

Workshop Recording Date Attendees
Basic (~2 hrs) ![Basic workshop recording](https://img.youtube.com/vi/1CUNmxA4O1E/maxresdefault.jpg) 10 Feb 2026 ~20 developers
Advanced (~3 hrs) ![Advanced workshop recording](https://img.youtube.com/vi/cDg0_0FTGE0/maxresdefault.jpg) 18 Feb 2026 ~20 developers

Direct links: [Basic](https://youtu.be/1CUNmxA4O1E?t=20) · [Advanced](https://youtu.be/cDg0_0FTGE0)


Quick Start

Clone the demo project used in both workshops:

git clone https://github.com/Apra-Labs/agentic-workshop-demo.git

Then open the workshop folder for detailed setup instructions:


What is Agentic AI?

An AI agent doesn't just answer questions — it reads your codebase, writes code, runs tests, commits changes, and course-corrects based on results. The