shadcn-htmx AGENTS.md

shadcn-htmx AGENTS.md is an instructions file for Codex, OpenCode from productdevbook/shadcn-htmx. It costs 2,254 tokens per session, scanned A, original, MIT.

Repository instructions for a component library combining htmx 4, Tailwind CSS 4, and browser web standards. The repository includes read-only copies of the libraries’ source and documentation as reference material.

In plain words
What is it for?
Use them when building or changing components, checking current htmx or Tailwind behavior, and following the project’s rules about vendored sources and browser-native features.
Why use it?
They prevent agents from copying code from managed reference folders or relying on outdated knowledge about rapidly changing library versions.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/productdevbook/shadcn-htmx/agents-md
Clone the repo
git clone --depth 1 https://github.com/productdevbook/shadcn-htmx

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for shadcn-htmx AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/productdevbook/shadcn-htmx/agents-md.svg)](https://agentmods.dev/instructions/productdevbook/shadcn-htmx/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/productdevbook/shadcn-htmx/agents-md"><img src="https://agentmods.dev/badge/instructions/productdevbook/shadcn-htmx/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,254 This file is loaded in full into every session.
When invoked 2,254 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02254 $0.02254
Opus 5 $0.01127 $0.01127
Sonnet 5 $0.00451 $0.00451
Haiku 4.5 $0.00225 $0.00225

Measured 3d ago against content hash 8c72202b239e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

shadcn-htmx AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 144 lines

How it starts

The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Guide

This repository builds a shadcn-style component library for htmx v4 + Tailwind CSS v4, anchored to web standards. The goal is components that work because the platform supports them — no hacks, no userland reinvention of features the browser already ships.

To make that possible, this repo vendors the source code and documentation of the libraries and specs we depend on under repos/. You should read those vendored sources before you write or modify code. They are not training data; they are the current, authoritative ground truth for this project.


Hard rules

  1. repos/ is read-only reference material. Never import from it, bundle it, or copy code out of it into src/. If you need something from a vendored repo in our shipped code, rewrite it in our style — don't transplant.
  2. Do not commit changes inside repos/. It is managed by scripts/sync-repos.sh. Local edits there will be wiped on the next sync.
  3. Prefer reading repos/ over recalling from training data. Your training cutoff predates current htmx v4 and Tailwind v4 details. When the vendored source disagrees with what you remember, the vendored source wins.
  4. No hacks. If a feature requires polyfills, runtime feature-detection branches, or workarounds for "browsers don't do this yet," stop and ask. This project ships only what the platform supports natively today. Progressive enhancement is fine; emulation is not.
  5. Cite what you read. When you make a non-obvious decision, mention which file under repos/ justified it (e.g., repos/htmx/src/htmx.js:1234). This lets reviewers verify against the source.

What's vendored, and when to read each

repos/htmx/ — htmx v4 source (branch: four-dev)

The htmx v4 development branch. This is the version we target. v3 syntax and behaviors are not authoritative here.

  • Read for: attribute names and semantics (hx-*), event names, the request/swap lifecycle, extension API, behavioral differences from v3.
  • Best entry points:
    • repos/htmx/src/ — core implementation. htmx.js is the main file.
    • repos/htmx/www/src/content/ — official docs (Astro content). Markdown reference for every attribute and concept.
    • repos/htmx/www/reference.md — single-file API reference.
    • repos/htmx/CHANGELOG.md — what changed from v3 to v4.
    • repos/htmx/test/ — behavioral specifications by example.
  • Do not assume v3 behavior. If you're not sure whether something changed in v4, grep the source.

Read the full file on GitHub · 144 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 144 lines · 2,254 tokens per session scan A 8c72202b239e

Subscribe to this mod's changes

shadcn-htmx AGENTS.md is an instructions file published in the GitHub repository productdevbook/shadcn-htmx (51 stars, last pushed 3mo ago), licensed MIT. It adds 2,254 tokens to every session, about $0.0113 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.