Agent skill · Backend & API

abaqus-docs

Download and manage abqpy API documentation. Use when user asks about API documentation, API reference, or downloading Abaqus docs.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill abaqus-docs-jaimecernuda-abaqus-scripting-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -Read-Write-Bash(uv:*)-Bash(python:*)
Path: skills/api/abaqus-docs-jaimecernuda-abaqus-scripting-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Abaqus Documentation Skill Navigate and access Abaqus Python API documentation for parameter lookups and method reference. ## When to Use This Skill **Route here when user asks:** - "Where is the API documentation?" - "What parameters does X take?" - "What methods are available for Material/Part/Mesh?" - "Show me the API reference for..." - "Download/refresh the docs" **Route elsewhere:** - Learning concepts or workflows -> specific analysis skills - Running analyses -> `/abaqus-static-analysis`, `/abaqus-dynamic-analysis`, etc. - Quick code examples -> module-specific skills like `/abaqus-material` ## Documentation Location All API documentation is pre-downloaded at: `.claude/docs/abaqus-api/modules/` ## Module Index | Task | Documentation File | |------|-------------------| | Model database | `modules/mdb.md` | | Model internals | `modules/mdb_model.md` | | Part creation | `modules/part.md` | | 2D sketching | `modules/sketcher.md` | | Assembly/instances | `modules/assembly.md` | | Material properties | `modules/material.md` | | Section properties | `modules/property.md` | | Meshing | `modules/mesh.md` | | Analysis steps | `modules/step.md` | | Loads | `modules/load.md` | | Boun

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Documentation Location
  3. Module Index
  4. How to Use
  5. Answering API Questions
  6. Common Lookups
  7. Refreshing Documentation
  8. Documentation Sources
  9. Code Patterns
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the abaqus-docs skill do?

Download and manage abqpy API documentation. Use when user asks about API documentation, API reference, or downloading Abaqus docs.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill abaqus-docs-jaimecernuda-abaqus-scripting-2 --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.

Keep going