{% extends "base.html" %} {% block title %}Agentic Stacks — Domain Expertise for AI Coding Agents{% endblock %} {% block meta_description %}Give your AI coding assistant deep infrastructure expertise. Pull skill packs for OpenStack deployment, Kubernetes clusters, Ceph storage, Docker containers, and server management into Claude Code, Codex, Gemini, or Cursor.{% endblock %} {% block og_title %}Agentic Stacks — Domain Expertise for AI Agents{% endblock %} {% block og_description %}Pull installable skill packs into your project to give AI agents deep operational expertise.{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Agentic Stacks

Installable skill packs that give your AI coding assistant deep infrastructure expertise.

Works with Claude Code, Codex CLI, Gemini, Cursor, and any agent that reads markdown.

Pull

Install domain expertise with one command.

Compose

Combine hardware + platform + storage stacks in one project.

Operate

Deploy, troubleshoot, upgrade, and run day-two operations.

Improve

Hit an issue? Capture the fix. It feeds back for everyone.

Get started:

pipx install agentic-stacks
agentic-stacks init my-cluster
cd my-cluster
agentic-stacks pull kubernetes-talos
claude
> check repo for my skills
{% if featured_stacks %}

Featured Stacks

{% for stack in featured_stacks %} {% include "_stack_card.html" %} {% endfor %}
{% endif %} {% endblock %}