{{ tool }}
Tool not yet in registry
{% extends "base.html" %} {% from "components/tool_card.html" import tool_card %} {% block title %}{{ collection.display_name }} - CmdForge Collections{% endblock %} {% block meta_description %}{{ collection.description or 'A curated collection of AI-powered CLI tools.' }}{% endblock %} {% block content %}
Curated by {{ collection.maintainer }}
{% if collection.description %}{{ collection.description }}
{% endif %}cmdforge install --collection {{ collection.name }}
Installs {{ collection.tools|length if collection.tools else 0 }} tool{{ 's' if collection.tools|length != 1 else '' }} with a single command
{{ collection.tools|length if collection.tools else 0 }} tool{{ 's' if collection.tools|length != 1 else '' }} included
Tool not yet in registry
This collection doesn't have any tools yet.