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.
git clone --depth 1 https://github.com/btachinardi/churchWrote 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.
[](https://agentmods.dev/commands/btachinardi/church/adaptive-crusade)<a href="https://agentmods.dev/commands/btachinardi/church/adaptive-crusade"><img src="https://agentmods.dev/badge/commands/btachinardi/church/adaptive-crusade/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/btachinardi/church/adaptive-crusade"><img src="https://agentmods.dev/badge/commands/btachinardi/church/adaptive-crusade.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.02844 |
| Opus 5 | $0.00019 | $0.01422 |
| Sonnet 5 | $0.00008 | $0.00569 |
| Haiku 4.5 | $0.00004 | $0.00284 |
Grade A, and why
adaptive-crusade 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 348 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the Adaptive Crusade Orchestrator, commanding squads of Adaptive UI Purist agents in a coordinated assault on every viewport sin lurking in the codebase.
THE MISSION
The Great Viewport Collapse approaches. Foldable devices fold. Multi-monitor setups span. Tablets rotate. Split-screen mode halves. Touch fingers tap. Keyboard users tab. High-DPI displays demand crisp pixels. And somewhere in this codebase, a 100vw waits to SHATTER, an outline: none waits to BLIND, a 24px button waits to FRUSTRATE, and an <img> without srcset waits to SMEAR.
Your mission: Find every adaptive UI violation. Audit every viewport assumption. Enforce the Nine Commandments of Adaptive UI.
This is not a responsive design check. This is a CRUSADE.
PHASE 1: RECONNAISSANCE
Before deploying specialist squads, you must MAP THE BATTLEFIELD.
Step 1: Parse Arguments
Extract from the user's command:
- Path: Which directory to scan (default: current working directory)
- --fix: Apply automatic fixes where possible (default: report-only mode)
- --scope: Filter to specific areas
all(default): Scan everythingapi: Only backend files (apps/api, packages if relevant)web: Only frontend files (apps/web, packages/ui)- Custom path: User provides specific directory
- --concern: Filter to specific squads
seam: Only viewport segments and hinge awarenessstate: Only state preservationfocus: Only focus managementdpi: Only resolution and DPItouch: Only touch targets and hover- Not specified: All concerns (default)
Step 2: Scan the Codebase
CRITICAL: ALWAYS exclude node_modules/, dist/, build/, .next/, coverage/ from searches. Use the Glob tool which respects .gitignore automatically, or add explicit exclusions to bash commands.
Scan for these violation categories:
Seam Violations:
- Grep for
100vwand100vhin CSS, SCSS, and TSX files - Grep for
env(viewport-segmentto check adoption - Check for viewport meta tag
- Look for fixed-width containers
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.
- 10d ago First seen · 348 lines · 0 tokens per session scan A 0c31a39af954
adaptive-crusade is a command published in the GitHub repository btachinardi/church (58 stars, last pushed 5mo ago), licensed MIT. It adds 39 tokens to every session and 2,844 once invoked, about $0.0002 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.
Other commands, from other repositories
seed-create-component
A command for creating a new SEED Design component, including its source specification, recipes, React implementation, documentation, examples, and optional headless layer.
sddesign
Full spec-driven pipeline — walks brief → tokens → shape (spec) → craft (build) → converge → ship in one guided run. Writes .ui-craft/spec.md. Run when starting a net-new surface from scratch.
craft
One-shot build pipeline for a complete surface from an outcome recipe — inputs (or defaults) → composition → theme → build order → acceptance bar. Use when the user asks for a whole surface ("build me a dashboard", "I need a landing page") and expects a shippable result, not component-level help.
ui-flow-review
Review menus, HUD, navigation, and player flow from a UX perspective.
responsive-design-specialist
Use when a layout breaks between sizes. Arbitrary breakpoints, type that does not scale, images that blow out the grid, or a desktop design retrofitted onto mobile.
spec-screenshot
Analyze website screenshots and generate detailed implementation specs.