Composed domain expertise for AI coding agents.
Pull a stack into your project and your agent instantly knows how to deploy, operate, troubleshoot, and upgrade the target software — with verified commands, safety rules, and version-specific knowledge. Every project includes common-skills — training, guided walkthroughs, orientation, and feedback capture that work across all domain stacks.
Works with Claude Code, Codex CLI, Gemini, Cursor, and any agent that reads markdown.
pipx install agentic-stacks
agentic-stacks init my-deployment
cd my-deployment
agentic-stacks pull kubernetes-talos
agentic-stacks pull hardware-dell
claudeYour agent reads .stacks/*/CLAUDE.md and combines expertise from every stack you've pulled.
common-skills is pulled automatically on agentic-stacks init and provides:
| Skill | What It Does |
|---|---|
| training | Interactive teaching — builds a curriculum from pulled stacks |
| guide | Guided walkthroughs — assesses your environment, walks you through tasks |
| orientation | Project overview — summarizes all pulled stacks and capabilities |
| feedback | Captures learnings — writes fixes to domain stacks for upstream PRs |
> train me on this stack
> guide me through deploying Kubernetes
> what can you help me with?
> capture that NTP fix we just did
| Stack | Category | Description |
|---|---|---|
| docker | Platform | Complete operational knowledge for building, deploying, managing, and troubleshooting production containerized applications using Docker Engine |
| kubernetes-talos | Platform | Complete operational knowledge for deploying, managing, and operating production Kubernetes clusters using Talos Linux |
| openstack-core | Platform | Comprehensive operational knowledge for all major OpenStack services |
| openstack-kolla | Platform | Agent-driven OpenStack cloud deployment and operations using kolla-ansible |
| ceph | Storage | Complete operational knowledge for deploying, managing, and operating production Ceph storage clusters using cephadm on bare metal |
| hardware-dell | Hardware | Teaches AI agents to manage Dell PowerEdge server hardware — BIOS configuration, iDRAC remote management, RAID setup, firmware updates, and hardware inventory |
| hardware-hpe | Hardware | Complete operational knowledge for administering HPE ProLiant Gen10 and Gen11 servers |
| hardware-supermicro | Hardware | Teaches AI agents to manage Supermicro server hardware — BMC configuration, BIOS management, RAID setup, firmware updates, and hardware inventory |
| frr | Networking | Teaches AI agents to deploy, configure, operate, troubleshoot, and develop FRR (Free Range Routing) |
| ipxe | Networking | Teaches agents to build, deploy, and operate iPXE network boot infrastructure across bare metal, virtual, and cloud environments |
| ansible | Automation | Fleet automation — teaches agents to write, deploy, test, and troubleshoot Ansible automation |
| terraform | Automation | Infrastructure as Code provisioning — teaches AI agents to operate Terraform and OpenTofu across the full lifecycle: project setup, provider configuration, state management, modules, CI/CD integration, upgrades, and troubleshooting |
| prometheus-grafana | Observability | Monitoring stack — teaches AI agents to deploy, configure, operate, and troubleshoot Prometheus metrics collection, Grafana dashboards, Alertmanager notifications, and the exporter ecosystem |
| common-skills | Other | Cross-cutting skills for all agentic stacks projects — interactive training, guided walkthroughs, project orientation, and operational feedback capture |
| linux | Other | Comprehensive Linux systems administration — from installation through day-two operations |
| rails | Other | Ruby on Rails full-stack and API-only web application framework |
- Browse Stacks — search and discover
- Getting Started — install and first project
- Author a Stack — build your own
- Stack Factory — automated stack creation pipeline