Lexideck2026: Skill for Codex

.agents/skills/mass/SKILL.md

mass is a skill for Codex from Lexideck-Technologies/Lexideck2026. It costs 109 tokens per session (3,432 once invoked), scanned A, original, GPL-3.0.

A multi-agent simulator for building interactive models of complex systems, such as ecosystems, economies, social networks, and particle systems.

In plain words
What is it for?
Creating executable simulations, dynamic visualizations, and interactive models of processes such as network spread, cellular automata, game theory, and orbital motion.
Why use it?
It helps turn a system description into a runnable simulation and visualization instead of a static explanation.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is Lexideck-Technologies/Lexideck2026's own configuration. It tells Codex how to work on Lexideck2026 itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Lexideck2026 configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Lexideck-Technologies/Lexideck2026. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Lexideck-Technologies/Lexideck2026/main/.agents/skills/mass/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Lexideck-Technologies/Lexideck2026

Made for: Codex.

Wrote 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.

agentmods badge for mass

README.md
[![agentmods](https://agentmods.dev/badge/skills/lexideck-technologies/lexideck2026/mass/github.svg)](https://agentmods.dev/skills/lexideck-technologies/lexideck2026/mass)
Your own site
<a href="https://agentmods.dev/skills/lexideck-technologies/lexideck2026/mass"><img src="https://agentmods.dev/badge/skills/lexideck-technologies/lexideck2026/mass/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mass

Your own site · 80×15
<a href="https://agentmods.dev/skills/lexideck-technologies/lexideck2026/mass"><img src="https://agentmods.dev/badge/skills/lexideck-technologies/lexideck2026/mass.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,432 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00109 $0.03432
Opus 5 $0.00055 $0.01716
Sonnet 5 $0.00022 $0.00686
Haiku 4.5 $0.00011 $0.00343

Measured 8d ago against content hash b40a4f8c2852, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

mass 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 8d 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.

.agents/skills/mass/SKILL.md · 200 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 8d ago First seen · 200 lines · 109 tokens per session scan A b40a4f8c2852

Subscribe to this mod's changes

mass is a skill published in the GitHub repository Lexideck-Technologies/Lexideck2026 (2 stars, last pushed 1mo ago), licensed GPL-3.0. It adds 109 tokens to every session and 3,432 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

alterlab-imaging-data-commons

Query and download public cancer imaging data from the NCI Imaging Data Commons (IDC) using the idc-index Python package, filtering by metadata, visualizing in-browser, and checking licenses, with no authentication required. Use when obtaining large-scale radiology (CT, MR, PET) or digital pathology DICOM datasets for…

AlterLab-IEU/AlterLab-Academic-Skills · 90 tokens

alterlab-phylogenetics

Build phylogenetic trees end-to-end from raw sequences — MAFFT multiple sequence alignment, optional TrimAl trimming, IQ-TREE 2 maximum-likelihood inference with model selection and bootstraps, FastTree for large datasets, then visualize with ETE3 or FigTree. Use when reconstructing trees from sequences (FASTA) for…

AlterLab-IEU/AlterLab-Academic-Skills · 152 tokens

alterlab-molecular-dynamics

Runs and analyzes molecular dynamics simulations with OpenMM and MDAnalysis — setting up protein and small-molecule systems, assigning force fields, running energy minimization and production MD, and analyzing trajectories (RMSD, RMSF, contact maps, free energy surfaces). Use when simulating protein or ligand…

AlterLab-IEU/AlterLab-Academic-Skills · 98 tokens

alterlab-pyhealth

Develops, tests, and deploys clinical machine learning models with the PyHealth healthcare AI toolkit. Use when working with electronic health records (EHR), clinical prediction tasks (mortality, readmission, drug recommendation), medical coding systems (ICD, NDC, ATC), physiological signals (EEG, ECG), healthcare…

AlterLab-IEU/AlterLab-Academic-Skills · 117 tokens

alterlab-clinicaltrials

Query ClinicalTrials.gov via its API v2 to search trials by condition, drug, location, recruitment status, or phase and retrieve trial details by NCT ID. Use when finding interventional or observational studies, checking trial status and eligibility for patient matching, or exporting clinical trial records for…

AlterLab-IEU/AlterLab-Academic-Skills · 76 tokens

alterlab-zinc-db

Access the ZINC database of 230M+ commercially available (purchasable) compounds, searching by ZINC ID or SMILES, running similarity searches, and downloading 3D-ready structures. Use when assembling a compound library for virtual screening, finding purchasable analogs, or obtaining docking-ready 3D structures for…

AlterLab-IEU/AlterLab-Academic-Skills · 85 tokens