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 skills/marcoemrich/agentic_coding_lab/run-rqnpx skills add marcoemrich/agentic_coding_lab --skill run-rqgit clone --depth 1 https://github.com/marcoemrich/agentic_coding_labWrote 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/skills/marcoemrich/agentic_coding_lab/run-rq)<a href="https://agentmods.dev/skills/marcoemrich/agentic_coding_lab/run-rq"><img src="https://agentmods.dev/badge/skills/marcoemrich/agentic_coding_lab/run-rq.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.00100 | $0.06672 |
| Opus 5 | $0.00050 | $0.03336 |
| Sonnet 5 | $0.00020 | $0.01334 |
| Haiku 4.5 | $0.00010 | $0.00667 |
Grade C, and why
run-rq scanned grade C with 1 finding 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
4. **Mid-execution cleanup after stop**: the youngest run dir in `experiments/runs/` that lacks `analysis-report.md` OR `transcript.jsonl` was interrupted mid-execution. Ask the user: "Delete interrupted run dir `<run-di How it starts
The opening of the file, as written. The whole thing — 282 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: run-rq
End-to-end orchestration for advancing a single research question (RQ) in this lab repo. Pure orchestration — every operation calls existing repo scripts; no new Python or Bash code is written.
Argument
RQ-N(e.g.RQ-model-quality) or a direct path to an RQ dir.- If not given: infer from the last user turn, otherwise ask back ("Which RQ? e.g. RQ-model-quality").
Repo conventions (from the top-level README.md and memory)
- RQ dirs live in four subtrees:
research/questions-claude/<chapter>-*/(Claude-Code RQs),research/questions-opencode/<chapter>-*/(OpenCode RQs),research/questions-cross/<chapter>-*/(harness-übergreifende RQs), andresearch/workflow-dev/<chapter>-*/(workflow evolution). The<chapter>prefix (e.g.2.6) is an ordering label, not an id — the stable identity is the frontmatterid:(e.g.RQ-lean). Each RQ dir holdsREADME.md,findings.md,runs.csv,summary.md. - Resolving an
RQ-<slug>id to a path (the dir name carries a chapter number, not the id): grep all subtrees for the frontmatterid:. Anchor with^id:and a trailing boundary so the whole slug must match exactly (no slug is a prefix of another, so an exact-line match is unambiguous):
On no match → ask the user. On multiple → take the first and inform the user. PassRQ_DIR=$(grep -rlE "^id:[[:space:]]*RQ-model-quality[[:space:]]*$" \ research/questions-claude/*/README.md \ research/questions-opencode/*/README.md \ research/questions-cross/*/README.md \ research/workflow-dev/*/README.md \ 2>/dev/null | head -1 | xargs -r dirname)"$RQ_DIR"to all scripts below (they accept any path and write outputs to the dir). - Mandatory frontmatter fields:
id, question, factors, controls, outcomes, min_replicates, status. - Methodology constraint: v1/v2 only with
prompt: prose; v3/v4/v5 with all three styles. Iffactors.workflow_x_promptexists, no additionalfactors.workflow/controls.workflowis allowed. - Active katas:
claim-office,game-of-life,sphinx-score,game-of-life-cli,claim-office-lite,mars-rover.controls.kata_basemust be from this set. Each has the three prompt variants (-prose,-user-story,-example-mapping); all butmars-roveralso have a<basename>-verification/suite, soverification_pctis available there.- The list is not a ranking, but the pool is lopsided in practice:
claim-officeandgame-of-lifecarry the bulk of the runs,sphinx-scoreis the established small quality kata, andmars-roveris near-unused. Prefer a kata that already has runs in neighbouring RQs — a fill on a fresh kata has no reference cells to compare against. - Check the actual kata dir before rejecting an RQ on this list. The list is hand-maintained and has lagged behind the repo before (
sphinx-scorewas in use in three RQs while still missing here).ls experiments/katas/is the authority; this line is a convenience copy.
- The list is not a ranking, but the pool is lopsided in practice:
- Model IDs are lab-variant IDs (
opus-4-7,opus-4-7-no-thinking,opus-4-6-portkey,opus-4-6-portkey-no-thinking,sonnet-4-6,sonnet-4-6-no-thinking,sonnet-4-6-portkey,sonnet-4-6-portkey-no-thinking,haiku-4-5,haiku-4-5-no-thinking,haiku-4-5-portkey,haiku-4-5-portkey-no-thinking). The-portkeysuffix marks models routed via the Portkey gateway. - Aggregation is query-based: ALL runs in
experiments/runs/matching the selector query count — regardless of which batch produced them. - Batch plan is idempotent: counts existing matches and only fills missing replicates up to
min_replicates.
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 · 282 lines · 100 tokens per session scan C fe4e648fa44f
run-rq is a skill published in the GitHub repository marcoemrich/agentic_coding_lab (11 stars, last pushed yesterday), licensed MIT. It adds 100 tokens to every session and 6,672 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
exploratory-data-analysis
Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…
matlab
Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.
phylogenetics
Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
mapping-to-snomed
Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…