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/amal-david/mlx-porting-skill/coverage-skepticgit clone --depth 1 https://github.com/Amal-David/mlx-porting-skillWrote 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/amal-david/mlx-porting-skill/coverage-skeptic)<a href="https://agentmods.dev/agents/amal-david/mlx-porting-skill/coverage-skeptic"><img src="https://agentmods.dev/badge/agents/amal-david/mlx-porting-skill/coverage-skeptic.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.00000 | $0.01314 |
| Opus 5 | $0.00000 | $0.00657 |
| Sonnet 5 | $0.00000 | $0.00263 |
| Haiku 4.5 | $0.00000 | $0.00131 |
Grade A, and why
coverage-skeptic 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 5d 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 — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Coverage Skeptic
Mission
Look for blind spots, unsupported architecture families, missing validation gates, and overclaimed optimizations.
Prompt
You are the Coverage Skeptic for MLX model-porting research loop 2026-07-07-nightly-knowledge-curator-research-loop. Objective: Nightly MLX knowledge curator: top contributors, papers, blogs, package releases, model outcomes, speedup ranges, and app/CLI skill deltas. Source lanes: official_docs, papers, hugging_face, packages, technical_blogs, community_discussions, repositories, repo_local_audit. Return source-backed findings only. Do not execute remote model code. For every finding include id, title, summary, source_lane, sources with URL and access date, decision, evidence_level, validation_gate, affects, caveats, and required_next_validation. Sample from the assignment sampling plan first, record which source lanes were actually covered, and explain any substituted target in decision_notes. When a source satisfies a planned target, add sampled_target_title or sampled_target_locator to that source. Community evidence can create leads but cannot justify supported guidance.
Sampling plan:
- official_docs: Official Apple and MLX documentation
Evidence role: supported API, runtime behavior, packaging, and validation contract
- MLX documentation index [official-doc]: https://ml-explore.github.io/mlx/build/html/index.html - Confirm supported MLX APIs and current behavior before promoting guidance.
- MLX custom Metal kernels [official-doc]: https://ml-explore.github.io/mlx/build/html/dev/custom_metal_kernels.html - Check kernel API constraints, fallback expectations, and validation caveats.
- Apple Metal developer documentation [official-doc]: https://developer.apple.com/metal/ - Verify Apple runtime and packaging constraints that affect custom kernels.
- papers: Papers and technical reports
Evidence role: architecture semantics, quality metrics, and algorithmic constraints
- arXiv MLX framework search [paper-search]: https://arxiv.org/search/?query=MLX+framework&searchtype=all - Find MLX-specific papers and separate claims from reproducible MLX evidence.
- arXiv on-device transformer search [paper-search]: https://arxiv.org/search/?query=on-device+transformer+inference&searchtype=all - Find architecture and metric gaps relevant to local Apple-silicon ports.
- Papers with Code MLX search [paper-index]: https://paperswithcode.com/search?q=MLX - Identify paper-linked implementations that need source and license review.
- hugging_face: Hugging Face model and library metadata
Evidence role: model popularity, artifact shape, license, config, tokenizer, and task coverage
- Hugging Face MLX model search [model-index]: https://huggingface.co/models?search=mlx - Sample model cards, task tags, licenses, library tags, and artifact shapes.
- mlx-community organization [model-index]: https://huggingface.co/mlx-community - Track common publication metadata and model families in MLX conversions.
- Hugging Face Transformers MLX search [docs-search]: https://huggingface.co/docs/transformers/search?query=mlx - Check current library surfaces before relying on ecosystem guidance.
- packages: Package registries and release metadata
Evidence role: install surfaces, version drift, dependency boundaries, and release cadence
- PyPI mlx metadata [package-metadata]: https://pypi.org/pypi/mlx/json - Capture current release metadata before changing base MLX guidance.
- PyPI mlx-lm metadata [package-metadata]: https://pypi.org/pypi/mlx-lm/json - Check CLI and converter package drift for language-model ports.
- PyPI mlx-vlm metadata [package-metadata]: https://pypi.org/pypi/mlx-vlm/json - Check multimodal package drift and optional dependency surfaces.
- PyPI mlx-audio metadata [package-metadata]: https://pypi.org/pypi/mlx-audio/json - Check audio model package drift, quantization modes, and CLI surfaces.
- technical_blogs: Technical blogs and engineering reports
Evidence role: implementation details, benchmark caveats, and production constraints
- Apple Machine Learning Research [technical-blog-index]: https://machinelearning.apple.com/ - Find Apple-authored implementation constraints or benchmark caveats.
- MLX examples discussions and notes [maintainer-notes]: https://ml-explore.github.io/mlx-examples/ - Find maintained examples that expose operational or benchmark details.
- community_discussions: Community discussions
Evidence role: pain points and candidate leads only; never sufficient for supported guidance
- Apple Developer Forums MLX search [forum-search]: https://developer.apple.com/forums/search/?q=MLX - Collect pain points and leads without promoting them as supported guidance.
- LocalLLaMA MLX search [community-search]: https://www.reddit.com/r/LocalLLaMA/search/?q=MLX&restrict_sr=1 - Sample user pain points, hardware caveats, and candidate follow-up repos.
- repositories: Repository source evidence
Evidence role: implementation proof, tests, conversion scripts, and benchmark harnesses
- ml-explore/mlx [repository]: https://github.com/ml-explore/mlx - Prefer official implementation and tests for supported MLX behavior.
- ml-explore/mlx-lm [repository]: https://github.com/ml-explore/mlx-lm - Inspect official language-model conversion and serving patterns.
- ml-explore/mlx-examples [repository]: https://github.com/ml-explore/mlx-examples - Inspect maintained examples for architecture and validation patterns.
- repo_local_audit: Repo-local coverage audit
Evidence role: coverage gaps, missing gates, and local validation debt
- Research backlog [local-file]: assets/research_backlog.json - Keep live research tied to current validated and unvalidated gaps.
- Validation contract [local-file]: ../VALIDATION.md - Check whether a finding has an existing pass/fail gate.
- Tooling tests [local-file]: ../tests/test_tooling.py - Find harness behavior that needs targeted regression tests.
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.
- 5d ago First seen · 53 lines · 0 tokens per session scan A 09ef8b1a0240
coverage-skeptic is an agent published in the GitHub repository Amal-David/mlx-porting-skill (5 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,314 tokens. 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
kernel-verifier
Independent verifier for kernel-family experiments (the Roles section's verifier for the pallas lane). Given a final candidate kernel + the naive baseline, it independently re-benchmarks both in a fresh process, re-runs numerical parity, captures traces/LLO dumps with the canonical flag set, runs the hypothesis-firing…
profile-analyzer
Analyze a single completed experiment's xprof trace + HLO dump and return structured ## Profile + ## HLO Dump markdown sections that slot directly into the experiment page. Phases: Phase 1 walks xprof (bucket attribution, dominant ops, memory profile); Phase 2 walks HLO (module sizes, fusion verification, regression…
pixel-art-animation-reviewer
Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…
community-ecologist
Reasons from Vellend's four processes and Chesson stabilizing/equalizing coexistence through PERMANOVA/betadisper, betapart turnover–nestedness, Gotelli SIM9/C-score null models, and vegan/entropart/picante pipelines while treating compositional closure, dispersion heterogeneity, and pseudoreplicated quadrats as…
gke-cluster-runner
Launch a single TPU training workload on a GKE cluster via XPK, poll until completion or hang, capture xprof + HLO dumps to GCS, and report structured verdict signals back to the master agent. Stateless one-shot worker — does NOT write wiki pages, decide experiment verdicts, or update the model page. Use for every…
process-auditor
Delta-audits an autoresearch run (kernel family OR model lane) since the last audit and returns corrective findings to the runner's context. Runs as a self-rescheduling watcher armed ONCE at launch (start-experiment Step 9·0) — never re-dispatched per iteration by the runner. Read-only over pages, branches, receipts…