Stop prompting. Start delegating. A 20-minute mentor session on building sub-agents and agent teams with Claude Code — delivered at the Vibe Coding Workshop, Estonian Business School.
https://ahmed-aleryani.github.io/claude-code-team-workshop/
- Slides —
index.html. Live at the link above. - Demo —
demo/— full TODO app with agent teams in action; React + Vite + Express + SQLite + JWT. Seedemo/README.md. - Template —
template/— drop-in agent-team scaffold for your own project. Seetemplate/README.md. - Bootstrap guide —
AGENTS.md— how to scaffold a new project from the template.
The deck is a single index.html. Serve it with anything; this works:
python3 -m http.server 8000Then open http://localhost:8000.
cp -r template/. ~/my-project/
cd ~/my-project && claude
Then fill in AGENTS.md placeholders. Spawn recon-squad first (read-only) to test the scaffolding, then build-squad for real work.
- agency-agents by msitarzewski — https://github.com/msitarzewski/agency-agents. A public collection of subagent definitions covering common engineering and ops roles. A good library to mine when defining your own subagents — referenced in the talk.
- paperclip by paperclipai — https://github.com/paperclipai/paperclip. A tool for managing a team of agents end-to-end. Cited as an example of the tooling growing around multi-agent workflows.
- Speaker: Ahmed Aleryani
- Event: Vibe Coding Workshop, Estonian Business School (EBS), Tallinn
- Date: 2026-05-09
- Format: 20-minute mentor session
Code is released under the MIT License.
Slide content © Ahmed Aleryani — free to share with attribution.