MCP HubMCP Hub
スキル一覧に戻る

abaqus-docs

majiayu000
更新日 Today
140 閲覧
58
9
58
GitHubで表示
ドキュメントwordapi

について

このスキルはabqpy APIドキュメントのダウンロードを管理し、Abaqus Python APIリファレンスへのアクセスを提供します。開発者がパラメータの参照、メソッドのリファレンス、またはドキュメントの更新が必要な場合にご利用ください。API関連のクエリに対して、ユーザーを事前ダウンロード済みのドキュメント(`.claude/docs/abaqus-api/modules/`)に誘導します。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/majiayu000/claude-skill-registry
Git クローン代替
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/abaqus-docs

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

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

TaskDocumentation File
Model databasemodules/mdb.md
Model internalsmodules/mdb_model.md
Part creationmodules/part.md
2D sketchingmodules/sketcher.md
Assembly/instancesmodules/assembly.md
Material propertiesmodules/material.md
Section propertiesmodules/property.md
Meshingmodules/mesh.md
Analysis stepsmodules/step.md
Loadsmodules/load.md
Boundary conditionsmodules/bc.md
Contact/tiesmodules/interaction.md
Time-varying definitionsmodules/amplitude.md
Initial/predefined fieldsmodules/field.md
Output requestsmodules/output.md
Topology optimizationmodules/optimization.md
Job managementmodules/job.md
Results accessmodules/odb.md

How to Use

Answering API Questions

  1. Identify which module the user needs from the index above
  2. Read the relevant documentation file
  3. Extract specific method signatures, parameters, or examples

Common Lookups

User Asks AboutRead This Module
Creating geometrypart.md, sketcher.md
Positioning partsassembly.md
Defining materialsmaterial.md
Creating sectionsproperty.md
Generating meshmesh.md
Setting up analysisstep.md
Applying forcesload.md
Fixing supportsbc.md
Defining contactinteraction.md
Running analysisjob.md
Extracting resultsodb.md

Refreshing Documentation

If documentation is missing or outdated:

  1. Run the download script at .claude/skills/abaqus-docs/scripts/download_abqpy_docs.py
  2. Use --force flag to overwrite existing files

Documentation Sources

Code Patterns

For actual API syntax and code examples, see:

  • references/api-quick-ref.md
  • references/common-patterns.md

GitHub リポジトリ

majiayu000/claude-skill-registry
パス: skills/data/abaqus-docs

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

creating-opencode-plugins

メタ

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

スキルを見る

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

polymarket

メタ

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

スキルを見る