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/heshamfs/materials-simulation-skills/post-processingnpx skills add HeshamFS/materials-simulation-skills --skill post-processinggit clone --depth 1 https://github.com/HeshamFS/materials-simulation-skillsWrote 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/heshamfs/materials-simulation-skills/post-processing)<a href="https://agentmods.dev/skills/heshamfs/materials-simulation-skills/post-processing"><img src="https://agentmods.dev/badge/skills/heshamfs/materials-simulation-skills/post-processing.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.00130 | $0.05116 |
| Opus 5 | $0.00065 | $0.02558 |
| Sonnet 5 | $0.00026 | $0.01023 |
| Haiku 4.5 | $0.00013 | $0.00512 |
Grade A, and why
post-processing 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 4d 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 — 492 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Post-Processing Skill
Analyze and extract meaningful information from simulation output data.
Goal
Transform raw simulation output into actionable insights through field extraction, statistical analysis, derived quantities, visualizations, and comparison with reference data.
Inputs to Gather
Before running post-processing scripts, collect:
-
Output Data Location
- Path to simulation output files (JSON, CSV, HDF5, VTK)
- Time step/snapshot indices of interest
- Field names to extract
Read field names from the file, never assume them. Before extracting, open the output file (or run
field_extractor.py --input <file> --list --json) and use only the field names that actually appear underfields. Do not invent fields such astemperatureif they are not present, and do not assume a grid size — read the realshape/countfrom the data. -
Analysis Type
- Field extraction (spatial data at specific times)
- Time series (temporal evolution of quantities)
- Line profiles (1D cuts through domain)
- Statistical summary (mean, std, distributions)
- Derived quantities (gradients, integrals, fluxes)
- Comparison to reference data
-
Output Requirements
- Output format (JSON, CSV, tabular)
- Visualization needs
- Report format
Scripts
| Script | Purpose | Key Inputs |
|---|---|---|
field_extractor.py |
Extract field data from output files | --input, --field, --timestep |
time_series_analyzer.py |
Analyze temporal evolution | --input, --quantity, --window |
profile_extractor.py |
Extract line profiles | --input, --field, --start, --end |
statistical_analyzer.py |
Compute field statistics | --input, --field, --region |
derived_quantities.py |
Calculate derived quantities | --input, --quantity, --params |
comparison_tool.py |
Compare to reference data | --simulation, --reference, --metric |
report_generator.py |
Generate summary reports | --input, --template, --output |
What ships with it
17 files 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.
- CHANGELOG.md 4.0 KB
- evals/evals.json 11 KB
- evals/files/analytical.json 181 B
- evals/files/field_output.json 1.8 KB
- evals/files/history.json 553 B
- evals/files/profile.json 192 B
- references/comparison_metrics.md 4.0 KB
- references/data_formats.md 3.3 KB
- references/derived_quantities_guide.md 4.3 KB
- references/statistical_methods.md 4.1 KB
- scripts/comparison_tool.py 14 KB runs code
- scripts/derived_quantities.py 20 KB runs code
- scripts/field_extractor.py 13 KB runs code
- scripts/profile_extractor.py 15 KB runs code
- scripts/report_generator.py 19 KB runs code
- scripts/statistical_analyzer.py 22 KB runs code
- scripts/time_series_analyzer.py 17 KB runs code
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.
- 4d ago First seen · 492 lines · 130 tokens per session scan A 2281a65aa468
post-processing is a skill published in the GitHub repository HeshamFS/materials-simulation-skills (65 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 130 tokens to every session and 5,116 once invoked, about $0.0006 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
hatch3r-cli-gh
GitHub CLI — repos, issues, PRs, releases, gists. Use when drafting GitHub pull requests, issues, releases, gists, or workflow dispatches; invoke gh. Authenticates via the platform's native token mechanism (OAuth / PAT).
hatch3r-cli-toolbox
Category-indexed reference for 34 specialist CLI tools beyond the always-on five (ripgrep, jq, gh, fd, fzf). Use to pick the right tool for HTTP clients, ai-chat, structural-search, sed-style edits, data ops, browser automation, container ops, and more.
choosing-swarm-patterns
Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) plus 14 specialized ones, with decision framework and accurate…
meeting-to-deal
Turn meeting transcripts into deal updates — key points, commitments, and next steps posted to matching CRM deals automatically. Auto-creates contacts for new attendees. Use when someone says "log my meetings to deals", "update CRM from calls", "what did I commit to in meetings", "sync notetaker", "log this meeting"…
notion_synthesize
Synthesize durable ktx wiki pages and semantic-layer sources from staged Notion pages, databases, data-source rows, and clustered Notion evidence. Load when a WorkUnit contains Notion raw files or Notion evidence chunks.
skill-eval-improve
Improves Agent Skills via validate → rule-based eval cases → plugin-eval → prompt evals → bounded edits with held-out gates. Use when tuning skill quality, routing, or adopting Chrome/Microsoft T-named quality gates—not for bulk validate-only or SkillOpt automation.