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/alecs5am/ralphy/dev-publish-templatenpx skills add alecs5am/ralphy --skill dev-publish-templategit clone --depth 1 https://github.com/alecs5am/ralphyWrote 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/alecs5am/ralphy/dev-publish-template)<a href="https://agentmods.dev/skills/alecs5am/ralphy/dev-publish-template"><img src="https://agentmods.dev/badge/skills/alecs5am/ralphy/dev-publish-template.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.1 | $0.00064 | $0.00679 |
| Opus 5 | $0.00032 | $0.00340 |
| Sonnet 5 | $0.00013 | $0.00136 |
| Haiku 4.5 | $0.00006 | $0.00068 |
Grade A, and why
dev-publish-template 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 — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Publish a finished unit to the library
This skill bridges two repositories without mixing their responsibilities:
- The current
ralphyrepository owns projects, Units, provenance, extraction, and validation. ../ralphy-webownslib/library-v2/library.json, public media upload, and the/libraryUI.
Read the templater skill first. It owns extraction, classification,
blueprints, and de-duplication.
Hard rules
- Do not publish before the unit passes its project and workspace evaluators.
- De-duplicate every proposed Template, Style, Recipe, and Asset against the current library before creating a new block.
- Run the web publisher in dry-run mode first.
--pushrequires explicit user approval of the entity list and files. - Keep source project artifacts append-only. Publishing reads them; it never moves, rewrites, or deletes them.
- Commit and push the
ralphy-webrepository, not the CLI repository, for library changes. Heavy reusable media belongs in siblingralphy-assets. - All committed text and commit messages are English-only.
Procedure
-
Resolve the active workspace, project, and unit slug. Read
unit.json, the postmortem, eval output, generation log, and referenced artifacts. -
Run the
templaterclassification and emit block specs plus any blueprint. -
Compare candidates with
../ralphy-web/lib/library-v2/library.json; reuse existing ids whenever semantics match. -
From
../ralphy-web, run the generated publish commands without--push:bun run scripts/publish-entity.ts --block-file <block.json> bun run scripts/publish-entity.ts --unit <absolute-unit-dir> bun run scripts/publish-entity.ts --blueprint <absolute-blueprint-dir> -
Show the user the dry-run entity list, uploaded-media plan, and exact files that will change. Wait for explicit approval.
-
Repeat the commands with
--pushin dependency order: blocks, unit, then blueprint. -
In
ralphy-web, run its documented lint, typecheck, tests, and build checks; rungitleaks protect --staged --redact; then commit and push the library change. -
If media moved to
ralphy-assets, verify and commit that repository separately. Never combine repositories in one commit. -
Report the published unit id, reused and new block ids, and live
/libraryURL.
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 · 68 lines · 64 tokens per session scan A 0f8fbd6f7e66
dev-publish-template is a skill published in the GitHub repository alecs5am/ralphy (129 stars, last pushed 10d ago), licensed Apache-2.0. It adds 64 tokens to every session and 679 once invoked, about $0.0003 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-30.
Other skills, from other repositories
imaging-data-commons
Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.
clinical-reports
Write comprehensive clinical reports including case reports (CARE guidelines), diagnostic reports (radiology/pathology/lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP, H&P, discharge summaries). Full support with templates, regulatory compliance (HIPAA, FDA, ICH-GCP), and validation…
clinical-decision-support
Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading…
geo-database
Access NCBI GEO for gene expression/genomics data. Search/download microarray and RNA-seq datasets (GSE, GSM, GPL), retrieve SOFT/Matrix files, for transcriptomics and expression analysis.
bioimage-analysis
Microscopy image analysis for cell biology. Cell segmentation (Cellpose, watershed), object tracking (trackpy), morphology quantification, colony counting, colocalization analysis, and cytoskeleton characterization. For pathology WSI use pathml; for flow cytometry use flow-cytometry-analysis.
flow-cytometry-analysis
Complete flow cytometry analysis pipeline. FCS file handling, compensation, manual/automated gating, immunophenotyping, CFSE proliferation analysis, cell cycle analysis (Dean-Jett-Fox), and apoptosis assays. Extends flowio with analytical workflows. For raw FCS parsing only use flowio.