--- --- The Taprun Library — Taprun {% include head-common.html %} {% assign tap_pages = site.pages | where_exp: "p", "p.layout == 'tap'" | sort: "site_name" %} {% assign sites = tap_pages | map: "site_name" | uniq %} {% assign healthy_count = tap_pages | where: "doctor_verdict", "healthy" | size %}
Taprun Reference EditionTaprun LibraryCompiled Catalog source ↗
Volume 1 · MMXXVI · A Reference Edition

The Taprun Library

Each entry is a compiled browser program — one-time AI authoring via taprun forge, then deterministic execution at $0 per run. Source lives in tap-skills; every entry here is also a machine-readable W3C Annotation.

{{ tap_pages.size }}Entries {{ sites.size }}Sites {{ healthy_count }}Healthy
◆  ◆  ◆
{% if tap_pages.size == 0 %}
Showcase in progress — check back as entries graduate from tap-skills.
{% endif %} {% for s in sites %} {% assign site_taps = tap_pages | where: "site_name", s | sort: "tap_name" %}
{{ s }}
{{ site_taps.size }} entr{% if site_taps.size == 1 %}y{% else %}ies{% endif %}
{% for tap in site_taps %}
{{ tap.tap_name }} {% if tap.description %}
{{ tap.description }}
{% endif %}
{% assign t_intent = tap.intent | default: "read" %}
{% if t_intent == "write" %}write{% else %}read-only{% endif %}
{% if tap.doctor_verdict == "healthy" %}
Healthy{% if tap.doctor_checked %}· {{ tap.doctor_checked }}{% endif %}
{% elsif tap.doctor_verdict == "stale" %}
Stale{% if tap.doctor_checked %}· {{ tap.doctor_checked }}{% endif %}
{% elsif tap.doctor_verdict == "broken" %}
Broken{% if tap.doctor_checked %}· {{ tap.doctor_checked }}{% endif %}
{% else %}
Unchecked
{% endif %}
{% endfor %}
{% endfor %}

Fetch any tap's .jsonld sibling for programmatic consumption. Each entry embeds the same annotation inline as <script type="application/ld+json">.