---
title: Downloads - Agentic Engineering the Hard Way
---
# Course Downloads
Welcome! Your purchase gives you access to all course materials below. Each package is a ZIP file — extract and start learning.
package_2
Full Course Package
147 MB · 415 files
- 8 modules (markdown + code examples)
- 13 labs (starter + solution files)
- 20 skill kits (7 categories)
- Install scripts (PowerShell + bash)
Download Course
workspace_premium
Enterprise Bundle
191 MB · all course + extras
- Everything in Full Course Package
- Capstone reference implementation
- Brand Monitor full source
- All 7 skill kits as standalone ZIPs
Download Enterprise
## Individual Skill Kits
| Kit | Size | Download |
|-----|------|----------|
| Security Foundation | 9 KB | [Download](/dist/security-foundation.zip) |
| Multi-Agent Orchestration | 7 KB | [Download](/dist/multi-agent-orch.zip) |
| Verifier Pro | 4 KB | [Download](/dist/verifier-pro.zip) |
| Task Discipline | 2 KB | [Download](/dist/task-discipline.zip) |
| Autoresearch | 3 KB | [Download](/dist/autoresearch.zip) |
| Observability | 2 KB | [Download](/dist/observability.zip) |
| CEO Board | 3 KB | [Download](/dist/ceo-board.zip) |
## Getting Started
```bash
# 1. Extract the course package
unzip course-only.zip -d agentic-engineering
cd agentic-engineering
# 2. Install dependencies
python3 -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install anthropic openai
# 3. Start with Lab 1
cd course/labs/L1-first-agent/
python starter.py test.txt "What is this file about?"
```
## Support
Questions? Email [artale@fdsa.agency](mailto:artale@fdsa.agency)