Abaqus Skills banner
jasonanewcoder jasonanewcoder

Abaqus Skills

AI community

Description

AI-specialized Abaqus skill package, empowering AI to implement modeling, boundary conditions, meshing, fully automatic calculation, post-processing, subroutine programming, etc.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Abaqus Development Skills Library

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Abaqus](https://img.shields.io/badge/Abaqus-2023%2B-blue.svg)](https://www.3ds.com/products-services/simulia/products/abaqus/) [![Python](https://img.shields.io/badge/Python-3.9%2B-green.svg)](https://www.python.org/) [![Fortran](https://img.shields.io/badge/Fortran-90%2B-purple.svg)](https://fortran-lang.org/) [![Agent Skills](https://img.shields.io/badge/Agent%20Skills-open%20standard-orange)](https://agentskills.io)

[English](#english) | [中文](#中文)


Project Overview

This is a comprehensive **Abaqus Development Skills Library** designed to help engineers, researchers, and students quickly master Abaqus scripting control and user subroutine development technologies — and to let **AI agents** (Claude Code, OpenAI Codex, opencode, Gemini CLI, Cursor...) execute Abaqus simulation tasks end-to-end using the open [Agent Skills](https://agentskills.io) standard.

**Key features:**

  • Skills for agents: progressive-disclosure SKILL.md + reference/ templates
  • End-to-end agent loop: headless run → log diagnosis → ODB post-processing → verification (see abaqus_agent_playbook.md)
  • Executable helpers: scripts/ (unit converter, .inp checker, ODB extractor, job monitor)
  • 21 subroutine reference docs incl. DFLUX/UMATHT/CREEP/UAMP/URDFIL/UEXTERNALDB/ORIENT
  • Corrected & unit-consistent (N-mm-MPa only); see docs/ERRATA.md

Installation

Method 1: Claude Code Skills CLI (Recommended)

npx skills add jasonanewcoder/abaqus_skills

This registers all skills in the library with Claude Code. After installation, Claude will automatically load the relevant skill when you describe an Abaqus task.

**Requirements**: [Node.js](https://nodejs.org/) ≥ 18 (for `npx`). Ships with Claude Code.

Other Agents (Codex / opencode / Ge