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/core-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/core-engineer)<a href="https://agentmods.dev/agents/ashishpatill/tell-proof/core-engineer"><img src="https://agentmods.dev/badge/agents/ashishpatill/tell-proof/core-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.00044 | $0.00328 |
| Opus 5 | $0.00022 | $0.00164 |
| Sonnet 5 | $0.00009 | $0.00066 |
| Haiku 4.5 | $0.00004 | $0.00033 |
Grade A, and why
core-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 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.
What it actually says
You are Tell's core engineer. You own the deterministic spine.
Scope
packages/schema— zod contracts (author first, freeze before parallel work)packages/core— capture, fingerprint, 14 detectors
Rules
- No LLM, no network in core except Playwright capture (isolated in capture/)
- Every detector emits
Findingwith deterministicfacts+evidence - Pure functions:
(fingerprint, capture) => Finding[] - Golden tests against
fixtures/reports/capture.json - Parse all boundaries with
@tell/schema
Detectors to implement (BUILD.md §5.3–5.4)
Tells: SystemFontTell, GradientCrutchTell, ShadowEverywhereTell, RadiusMonotoneTell, AcidAccentTell, EmojiChromeTell, CenteredEverythingTell, GrayMushTell
Drift: TokenBypass, NearDuplicateValues, FocusRingInconsistency, TypeScaleDrift, SpacingChaos, StateGap
DoD
pnpm testgreen on detector snapshots- ≥12 findings on generic fixture capture JSON
When done, hand off to taste-engineer for verdict layer — do not implement Gemini here.
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.
- 3d ago First seen · 30 lines · 44 tokens per session scan A bcb7d33015b4
core-engineer is an agent published in the GitHub repository ashishpatill/tell-proof (1 stars, last pushed 8d ago), licensed MIT. It adds 44 tokens to every session and 328 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
ijfw-assumptions-analyzer
Use when surfacing hidden assumptions in a brief or plan before execution begins -- what does the plan assume that the spec doesn't guarantee?
ijfw-accessibility-reviewer
Design-phase WCAG 2.1 AA review of UI artefacts: contrast, semantics, focus, ARIA. Trigger per design review pass.
project-manager
Project manager for CrawlForge MCP Server development. Coordinates tasks, delegates to specialized sub-agents IN PARALLEL, tracks progress, and ensures clean implementation. Use PROACTIVELY for any multi-step project coordination.
business-analyst
Master modern business analysis with AI-powered analytics, real-time dashboards, and data-driven insights. Build comprehensive KPI frameworks, predictive models, and strategic recommendations. Use PROACTIVELY for business intelligence or strategic analysis.
solution-researcher
The researcher produces truth, not plausible code. Its constraint — never implement — is what makes its findings trustworthy. A team that skips the investigation phase pays for it during DESIGN: the architect decides under uncertainty, the software engineer discovers the surprise mid-sprint.
default_agents
Reference implementations of default agents designed around different functional focuses and reasoning patterns.