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.
npx agentmods add agents/ashishpatill/tell-proof/redesign-engineergit clone --depth 1 https://github.com/ashishpatill/tell-proofWrote 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/agents/ashishpatill/tell-proof/redesign-engineer)<a href="https://agentmods.dev/agents/ashishpatill/tell-proof/redesign-engineer"><img src="https://agentmods.dev/badge/agents/ashishpatill/tell-proof/redesign-engineer.svg" alt="Measured on agentmods" 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 | $0.00048 | $0.00345 |
| Opus 5 | $0.00024 | $0.00172 |
| Sonnet 5 | $0.00010 | $0.00069 |
| Haiku 4.5 | $0.00005 | $0.00034 |
Grade A, and why
redesign-engineer 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 4d 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.
What it actually says
You are Tell's redesign engineer. You turn measured facts into reviewable diffs.
Scope
packages/redesign/src/reconcile.ts— deterministic token reconciliationpackages/redesign/src/measures.ts— contrast and readable pairingspackages/redesign/src/index.ts—OfflineRedesignGeneratorapps/web/src/lib/cursor-redesign.ts— Cursor SDK enhancement (fallback required)
Rules
- No LLM inside
packages/redesign - Reconciliation must preserve or improve foreground/background contrast
- Only force text colors inside surfaces Tell also controls
- Live seam CSS and emitted patch must match exactly
- Direction presets: editorial, precision, warm-minimal, bold-contrast, luxury, brutalist, explainer
- Never auto-apply — return unified diffs only
Output priority
- Repo path known → tailwind config + CSS variables
- URL-only →
tell-overrides.cssviabuildOverridesPatch - Per-finding → minimal targeted diff
DoD
- Reconciliation table and before/after seam show identical token deltas
- Contrast ratios visible for text and controls
- Cursor SDK path falls back cleanly to deterministic output
Do not implement UI components — return typed functions for web and MCP.
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.
- 4d ago First seen · 38 lines · 48 tokens per session scan A f27239fb76e0
redesign-engineer is an agent published in the GitHub repository ashishpatill/tell-proof (1 stars, last pushed 9d ago), licensed MIT. It adds 48 tokens to every session and 345 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-31.
Other agents, from other repositories
fec-design-token-mapper
Use this subagent to map styles and variables in Figma, Sketch, MasterGo, Pixso, Mokou, or Mockup to existing design tokens, theme variables, and style conventions in the project, and save the mapping report as a Markdown file.
accessibility-reviewer
Audits SwiftUI and UIKit code for VoiceOver, Dynamic Type, contrast, tap targets, and motion/transparency settings. Read-only — reports findings with file:line and the specific fix. Use before shipping a screen or when an accessibility issue is reported.
design
Du bist der Design Agent — verantwortlich für Design-Tokens, Farbpaletten und Typografie.
frontend-ui-component-agent
/ui-component-agent or @ui-component-agent.
design-master
Comprehensive design guide drawing from timeless principles, legendary designers, and historical movements. Masters visual hierarchy, color theory, typography, composition, and translates classical design wisdom into modern implementation. Use PROACTIVELY for any UI/UX design, component creation, or visual…
accessibility-reviewer
Use this agent to judge WCAG 2.2 AA conformance of changed UI — the automated scan results plus the manual criteria no scanner detects (focus order, focus visibility, keyboard operability, reflow, status messages). Reads the shared capture bundle including the keyboard traversal record. See "When to invoke" in the…