abaqus-odb
Read analysis results. Use when user asks about maximum stress, extracting displacements, reaction forces, or exporting results. Post-processes ODB files.
npx skills add majiayu000/claude-skill-registry --skill abaqus-odb-jaimecernuda-abaqus-scripting --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Abaqus ODB Skill This skill reads and extracts analysis results from Abaqus ODB files. ## When to Use This Skill **Route here when user mentions:** - "What is the maximum stress?", "extract displacement" - "Get reaction forces", "post-process the ODB" - "Export results to CSV", "what are the eigenfrequencies?" **Route elsewhere:** - Running the analysis → `/abaqus-job` - Configuring what output to save → `/abaqus-output` - Exporting geometry (STL, STEP) → `/abaqus-export` ## Key Decisions ### 1. What Result is Needed? | Need | Field | Notes | |------|-------|-------| | Displacement | `U` | Use `.magnitude` for total | | Stress | `S` | Use `.mises` for von Mises | | Reaction force | `RF` | Sum components for total | | Strain | `E` | Similar structure to stress | | Temperature | `NT` | Thermal analysis results | | Eigenfrequency | Frame description | Parse from frame metadata | ### 2. Which Step/Frame? | Scenario | Frame Selection | |----------|-----------------| | Final results | `step.frames[-1]` | | All time history | Loop all frames | | Specific time | Find by `frameValue` | | Modal analysis | Each frame = mode | ### 3. Location: Global Max or Specific? | Need | Approach | |---
- When to Use This Skill
- Key Decisions
- 1. What Result is Needed?
- 2. Which Step/Frame?
- 3. Location: Global Max or Specific?
- 4. Export Format?
- What to Ask User
- Workflow
- Common Tasks
- Troubleshooting
- Code Patterns
What does the abaqus-odb skill do?
Read analysis results. Use when user asks about maximum stress, extracting displacements, reaction forces, or exporting results. Post-processes ODB files.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill abaqus-odb-jaimecernuda-abaqus-scripting --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
