MCP HubMCP Hub
返回技能列表

abaqus-docs

majiayu000
更新于 Today
328 次查看
58
9
58
在 GitHub 上查看
文档wordapi

关于

This skill manages abqpy API documentation downloads and provides access to Abaqus Python API references. Use it when developers need parameter lookups, method references, or to refresh documentation. It routes users to pre-downloaded docs at `.claude/docs/abaqus-api/modules/` for API-related queries.

快速安装

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

Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。

查看技能

polymarket

这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。

查看技能

evaluating-llms-harness

测试

该Skill通过60+个学术基准测试(如MMLU、GSM8K等)评估大语言模型质量,适用于模型对比、学术研究及训练进度追踪。它支持HuggingFace、vLLM和API接口,被EleutherAI等行业领先机构广泛采用。开发者可通过简单命令行快速对模型进行多任务批量评估。

查看技能

cloudflare-turnstile

这个Skill提供完整的Cloudflare Turnstile集成知识,用于在表单、登录页面和API端点中实现无验证码的机器人防护。它支持React/Next.js/Hono等框架集成,涵盖令牌验证、错误代码调试和端到端测试等场景。通过运行后台不可见挑战,在保持用户体验的同时有效阻止自动化流量和垃圾信息。

查看技能