Install
$ agentstack add skill-scimate-ai-hpc-skills-hpc-calculix ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
HPC CalculiX
Treat CalculiX as an input-deck-driven FEM workflow centered on .inp keywords.
Start
- Read
references/input-deck-manual.mdbefore creating or editing a.inpfile. - Read
references/keyword-and-step-matrix.mdwhen mapping materials, sections, loads, and analysis steps. - Read
references/mesh-boundary-and-output.mdwhen working with nodes, elements, sets, boundary conditions, and result output. - Read
references/cluster-execution-playbook.mdwhen staging a CalculiX deck for scheduler-backed cluster execution. - Read
references/error-recovery.mdwhen parsing, solving, or post-processing fails.
Additional References
Load these on demand:
references/time-control-and-amplitudes.mdfor step time, amplitude logic, and incremental loading behaviorreferences/result-files-and-postprocessing.mdfor.dat,.frd, and eigenmode artifactsreferences/thermal-and-coupled-procedures.mdfor heat transfer and coupled analysis patternsreferences/step-load-output-matrix.mdfor procedure-to-load-to-output compatibility tablesreferences/element-section-material-matrix.mdfor element, section, and material assignment lookup tablesreferences/error-pattern-dictionary.mdfor structured parse, singularity, and procedure-mismatch failure signaturesreferences/cluster-execution-playbook.mdfor launch style, result-artifact planning, and cluster-side deck execution
Reusable Templates
Use assets/templates/ when a concrete .inp scaffold is needed, especially:
static_minimal.inpfrequency_minimal.inpthermal_minimal.inpbeam_static.inpcalculix-ccx-slurm.sh
Guardrails
- Do not invent Abaqus-style keywords that CalculiX does not support.
- Do not mix node or element set names inconsistently across sections and steps.
- Do not define loads and boundary conditions without checking the active step type.
- Do not skip material and section coherence when the deck fails later in the solve.
Outputs
Summarize:
- analysis type
- materials and sections
- sets and boundary assumptions
- step sequence
- expected result files
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: SciMate-AI
- Source: SciMate-AI/HPC-Skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.