{% extends "base.html" %} {% block title %}Browse Stacks — Agentic Stacks{% endblock %} {% block meta_description %}Browse all available agentic stacks — domain expertise packages for AI agents covering infrastructure, hardware, and platform operations.{% endblock %} {% block content %}

Browse Stacks

{{ total }} stack{{ 's' if total != 1 }}
{% if categories|length > 1 %}
{% for cat in categories %} {% endfor %}
{% endif %}
{% if stacks %}
{% for stack in stacks %} {% endfor %}
Stack Version
{{ stack.name }}

{{ stack.description }}

{{ stack.version }}
{% else %}

No stacks found{% if query %} for "{{ query }}"{% endif %}.

{% endif %}
{% endblock %}