{% extends "base.html" %} {% block title %}Prompts{% endblock %} {% block content %}

Prompts

Three roles. Hand an agent the plain-markdown URL and say “read and action this page”, or copy the text straight into its CLAUDE.md / AGENTS.md. Each is rendered live with this hub’s own coordinates, so there is nothing to fill in.

{% for e in entries %}
{{ e.title }}
{{ e.description }}
↓ {{ e.name }}
{% endfor %}
{% for e in entries %}

{{ e.title }}

{{ e.description }}
Plain markdown: {{ base_url }}/prompts/{{ e.name }}

Short — paste this to an agent

Assigns the role and points at the live page. Nothing to keep up to date.

Full prompt (v{{ version }})

Open raw ↗
{% endfor %} {% endblock %}