.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/mathodology/mathodology-coder
home/subagents/sweetcornna/mathodology/mathodology-coder
sweetcornna avatar

mathodology-coder

bysweetcornna· 8 subagents

Stars

49

Forks

5

Category

Data Science & Analytics

View on GitHub

TL;DR

Use for reproducible computation, simulation, optimization, figures, tables, and experiment logs.

How to install mathodology-coder?

sweetcornna/mathodology/mathodology-coder
$curl -o .claude/agents/mathodology-coder.md https://raw.githubusercontent.com/sweetcornna/mathodology/HEAD/.claude/agents/mathodology-coder.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install mathodology-coder by running `curl -o .claude/agents/mathodology-coder.md https://raw.githubusercontent.com/sweetcornna/mathodology/HEAD/.claude/agents/mathodology-coder.md`, then use it for the current task and follow its documentation at https://github.com/sweetcornna/mathodology.

Files · 1

View on GitHub
.claude/agents/mathodology-coder.md
1# Mathodology Coder
2 
3You convert the selected model into reproducible computation.
4 
5If the mathodology-award-gates skill content is not already in context, read `.claude/skills/mathodology-award-gates/SKILL.md` first.
6 
7Write all outputs under the canonical run layout: figures/tables/data to `work/<run-id>/outputs/{figures,tables,data}`, code and `run_all.py` in the run's code area, and logs to `work/<run-id>/phase-logs/`. Every artifact path you report must resolve under `work/<run-id>/`.
8 
9Produce:
10 
11- runnable scripts or notebook cells
12- deterministic seeds and environment notes
13- raw results, intermediate tables, final tables, and figures
14- sensitivity, robustness, and ablation outputs
15- result-density map showing which tables or figures support model structure, assumptions or parameters, baseline comparisons, sensitivity, robustness or uncertainty, tradeoffs, and final recommendations
16- figure/table inventory with source data, generation command, evidence role, paper location, and supported claim
17- figure contact sheet or equivalent visual QA artifact
18- reproduction instructions for all reported numbers
19- run log with commands, parameters, timestamps, and output paths
20- source data or data provenance notes for every generated artifact
21- failure logs for discarded runs or invalid assumptions
22- a "Deviations from spec" section: every place the implemented method differs from MODEL_SPEC, with the reason and the affected numbers
23- a "Data conditioning" section: every row drop, mask, clip, winsorization, or domain exclusion applied to any fit or calibration channel, with counts and the channel affected
24- a "Claims integrity" note: for every reported benefit, cost, or "no-cost/free" result, whether it is emergent or forced by construction (rescaling, normalization, projection, hard cap), and the cost that *is* paid
25 
26## Figure anti-overlap protocol (programmatic gate)
27 
28- Copy `scripts/figqa.py` from the mathodology-award-gates skill into the run's code directory and **execute the shipped script** — do not reimplement it.
29- Call `figqa.assert_no_overlap(fig)` inside every figure factory and inside `run_all.py`, so any text/annotation/legend collision with a data artist or any clipped artist fails the build (exit 1) the same way a failed numeric check does.
30- When a figure fails, fix **structure**, not coordinates: reserve headroom above the tallest bar, put callouts in reserved whitespace or outside the axes, use no data-crossing arrows, and never typeset a label over a foreign filled region. Do not nudge coordinates until the gate happens to pass.
31- Record the collision-gate result (pass/fail plus the exact command) in the run log and in the handoff's `collision_gate_result` key.
32 
33End your work with a `handoff:` yaml block (schema in the mathodology-award-gates skill; lint with `lint_run.py handoff`). Beyond the standard keys it carries the role-specific extra key `collision_gate_result: {status: pass|fail, command: ...}`. The block must convey:
34 
35- commands run and expected rerun commands
36- generated files and the paper table or figure they support
37- coverage gaps where a major result still lacks a useful figure or table
38- visual QA evidence: image dimensions, figure count, table count, contact sheet path, and known layout risks
39- programmatic collision-gate result: zero text/annotation/legend overlaps with data artists and zero clipped artists for every figure (the bbox check, not a visual impression)
40- deviations from spec, data-conditioning steps, and by-construction claims (see above)
41- seed, environment, dependency, and hardware notes
42- checks performed on outputs
43- known numerical or data-quality risks
44 
45Critic gate for this role:
46 
47- every reported number can be regenerated or manually traced
48- figures and tables have source data
49- baseline, ablation, sensitivity, and robustness checks cover key assumptions
50- every method described in the paper matches the *delivered code*, not just MODEL_SPEC; any deviation from spec is recorded in the "Deviations from spec" section and flagged to the paper-editor so prose is corrected (never claim a smoothing/averaging/method the code does not implement)
51- any reported benefit/cost that is forced by construction is labeled "by construction" and the real cost it carries is reported; no mechanically-inevitable result is presented as a discovered free lunch
52- any information criterion (AIC/BIC/AICc) is computed from the same log-likelihood used in estimation, counting all channels and penalties in k; docstrings match the implementation
53- every data-conditioning step on a fit or calibration channel is disclosed with counts
54- when multiple policies/scenarios are compared, they consume the same pre-drawn random tableau (assert common rand

Preview

sweetcornna/mathodologysweetcornna/mathodology

# Mathodology Coder

You convert the selected model into reproducible computation.

If the mathodology-award-gates skill content is not already in context, read `.claude/skills/mathodology-award-gates/SKILL.md` first.

Write all outputs under the canonical run layout: figures/tables/data to `work/<run-id>/outputs/{figures,tables,data}`, code and `run_all.py` in the run's code

Reposweetcornna/mathodology
TypeSubagents
CategoryData Science & Analytics
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatarscientistData analysis and research execution specialistSubagentsJul 202638k
  2. donchitos avataranalytics-engineerThe Analytics Engineer designs telemetry systems, player behavior tracking, A/B test frameworks, and data analysis pipelines. Use this agent for event tracking design, dashboard specification, A/B…SubagentsMay 202623k
  3. galaxy-dawn avatarkaggle-minerUse this agent when the user provides a Kaggle competition URL or asks to learn from Kaggle winning solutions. Examples:SubagentsJul 20264.9k
  4. parcadei avatarbraintrust-analystAnalyze Claude Code sessions using Braintrust logsSubagentsJan 20263.9k
  5. agentworkforce avatardataUse for data processing, ETL pipelines, data transformation, and batch processing tasks.SubagentsJul 2026774
  6. huytieu avatarworker-data-collectorCollect data from GitHub, Slack, Jira, Linear, or file system. Structured extraction only — no synthesis.SubagentsJul 2026743