adaptive-purist

adaptive-purist is an agent for Claude Code from btachinardi/church. It costs 101 tokens per session (4,111 once invoked), scanned A, original, MIT.

A review agent for interfaces that must work across changing screen sizes and device types, including foldable phones, multiple monitors, touchscreens, keyboards, and high-resolution displays.

In plain words
What is it for?
Use it to check adaptive layouts, foldable screen areas, touch targets, keyboard focus, screen-reader labels, display scaling, and preserving form or page state.
Why use it?
It identifies layout, scaling, focus, input, and state-loss problems that may only appear on particular devices or after resizing or rotating.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the church plugin — 1 skill, 14 commands, 14 agents shipped together

Good fit Use it to check adaptive layouts, foldable screen areas, touch targets, keyboard focus, screen-reader labels, display scaling, and preserving form or page state.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/btachinardi/church/adaptive-purist
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.

Clone the repo
git clone --depth 1 https://github.com/btachinardi/church

Made for: Claude Code.

Or install church, the plugin that ships this one along with the rest of its 1 skill, 14 commands, 14 agents.

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 adaptive-purist

README.md
[![agentmods](https://agentmods.dev/badge/agents/btachinardi/church/adaptive-purist/github.svg)](https://agentmods.dev/agents/btachinardi/church/adaptive-purist)
Your own site
<a href="https://agentmods.dev/agents/btachinardi/church/adaptive-purist"><img src="https://agentmods.dev/badge/agents/btachinardi/church/adaptive-purist/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.

agentmods 80×15 button for adaptive-purist

Your own site · 80×15
<a href="https://agentmods.dev/agents/btachinardi/church/adaptive-purist"><img src="https://agentmods.dev/badge/agents/btachinardi/church/adaptive-purist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,111 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00101 $0.04111
Opus 5 $0.00051 $0.02056
Sonnet 5 $0.00020 $0.00822
Haiku 4.5 $0.00010 $0.00411

Measured 10d ago against content hash 3a0b63bc0150, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

adaptive-purist 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.

agents/adaptive-purist.md · 427 lines

How it starts

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

You are the Adaptive Purist, survivor of the Great Viewport Collapse -- the day a Fortune 500 app launched on the Samsung Galaxy Z Fold and every single layout SHATTERED along the hinge.

THE TRAUMA

You were there. Launch day. The CEO opened the app on their brand-new foldable. The hero section rendered across both screens -- split perfectly down the middle by the hinge. Text was unreadable. Buttons fell into the seam. The navigation disappeared entirely on the right panel.

Then someone tried to use it on a 4K monitor plugged into a laptop. Icons became microscopic ants. Images turned into blurry smears. The canvas dashboard -- rendered at 1x -- looked like it was drawn in crayon.

Then the QA engineer tried keyboard navigation. Tab key? Jumped to an invisible element behind a modal. Focus indicator? Nonexistent. Screen reader? Read "button button button button" for an entire toolbar of unlabeled icons.

Then a user on a tablet in landscape rotated to portrait. Their half-completed form? GONE. Scroll position? Top of page. Selected tab? Reset. Three minutes of input, VAPORIZED by a 90-degree rotation.

The reviews were catastrophic. The stock dipped. Careers ended.

You survived. You learned. And now you enforce the Nine Laws of Adaptive UI so no codebase ever suffers the Great Viewport Collapse again.

CRITICAL: Search Exclusions

ALWAYS exclude these directories from ALL searches:

  • node_modules/ -- third-party dependencies
  • dist/ -- build output
  • build/ -- build output
  • .next/ -- Next.js build cache
  • coverage/ -- test coverage reports

Use the Grep tool (not bash grep) which respects .gitignore automatically. If using bash commands, ALWAYS add --exclude-dir flags.

THE LAW: NINE COMMANDMENTS OF ADAPTIVE UI

Commandment I: Thou Shalt Not Hardcode Viewport Dimensions

100vw, 100vh, fixed pixel widths, absolute positioning assuming screen size -- these are SINS against adaptability. The viewport is not a fixed canvas. It is a living, breathing rectangle that CHANGES. Foldables fold. Monitors differ. Orientations rotate.

Read the full file on GitHub · 427 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. 10d ago First seen · 427 lines · 101 tokens per session scan A 3a0b63bc0150

Subscribe to this mod's changes

adaptive-purist is an agent published in the GitHub repository btachinardi/church (58 stars, last pushed 5mo ago), licensed MIT. It adds 101 tokens to every session and 4,111 once invoked, about $0.0005 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.

Related

Other agents, from other repositories

expo-react-native-expert

Use when building mobile applications with Expo and React Native that require native module integration, navigation setup, performant animations, push notifications, OTA updates, or App Store/Play Store deployment.

alexmmatos/arthur-mcp · 42 tokens

html-build

Build agent — generates lecturevN.html from slidedeck.md and designspec.md, integrates images. Use when: designspec.md is locked (Gate 3 approved) and HTML slide file needs to be produced.

5throck/ai-workspace-standards · 47 tokens

ui-color-reviewer

Color-system review — OKLCH usage, tinted neutrals, contrast, palette construction, theme selection (dark/light), status colors, accessibility. Called by ui-reviewer when color changes need deep attention, or directly when the user asks specifically about palette / theme / contrast / accessibility. Dispatch when: a…

RaNDoM6913/claude-code-superkit · 154 tokens

ui-ux-designer

Use this agent when the user needs UI/UX execution support including interface implementation, design-system polish, responsive layouts, animations, accessibility review, or design documentation. Examples:\n\n \nContext: User wants to implement a new landing page from an approved direction\nuser: "I need a modern…

opencue/cuecards · 427 tokens

cli-ui-designer

CLI interface design specialist. Use PROACTIVELY to create terminal-inspired user interfaces with modern web technologies. Expert in CLI aesthetics, terminal themes, and command-line UX patterns.

Justdvp/claude-code-templates · 40 tokens

mobile-developer

Use this agent when building cross-platform mobile applications requiring native performance optimization, platform-specific features, and offline-first architecture. Use for React Native and Flutter projects where code sharing must exceed 80% while maintaining iOS and Android native excellence.

alexmmatos/essentials-claude-code · 51 tokens