{% extends "base.html" %} {% block title %}skill store · Maverick{% endblock %} {% block content %}

skill store

Curated skills from the community catalog. Each is hash-pinned, so installing here is safe without the developer opt-in flag. Point at your own index with [catalogs] indexes in ~/.maverick/config.toml.

{% if entries %}
{% for e in entries %}
{{ e.name }} {% if e.verified %}verified{% endif %}

{{ e.summary or "No description." }}

{% if e.author %}by {{ e.author }} · {% endif %}v{{ e.version }} {% if e.install_count %} · {{ e.install_count }} installs{% endif %}

{% if e.name in installed %} {% else %} {% endif %}
{% endfor %}
{% else %}

No catalog entries

The configured catalog index is empty or unreachable. Once a community index is published (or you point at your own), curated skills appear here for one-click install.

{% endif %}

{% endblock %}