ワンクリックで
static-structural-fea
Build a static structural FEA preprocessing plan from an STP/STEP model.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build a static structural FEA preprocessing plan from an STP/STEP model.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Collect, normalize, and validate the minimum actionable requirements needed to create a new agent through dialogue. This skill only gathers and structures requirements for downstream blueprint design, and must not generate repository files, code, or fake capabilities.
Transform structured user requirements into a complete, normalized, and reviewable AgentBlueprint, then save it as the current pending blueprint for confirmation. This skill designs the agent blueprint only and must not create repository files or perform scaffold generation.
Validate whether the pending AgentBlueprint is complete, internally consistent, dependency-closed, and safe to enter the user confirmation and generation stage. This skill only performs blueprint validation and gating; it must not generate repository files or execute scaffold creation.
Compatibility orchestration skill that generates a full runnable agent scaffold only after explicit user confirmation. This skill acts as a gated wrapper over workspace generation, skill generation, tool generation, spec generation, and post-generation validation. It must not bypass confirmation or fabricate created artifacts.
Generate protocol-driven skill packages for the target agent only after explicit confirmation and successful blueprint finalization. This skill is responsible only for rendering and writing skill package artifacts from the blueprint skill plan, and must not fabricate tools, protocol fields, or capabilities that are not declared in the blueprint.
Generate the final spec.py and target-agent __init__.py only after explicit confirmation and successful blueprint finalization. This skill is responsible only for rendering the target agent's spec module and package export file, and must not update global registry exports or fabricate dependencies that are not declared in the blueprint.
| name | static-structural-fea |
| description | Build a static structural FEA preprocessing plan from an STP/STEP model. |
| triggers | ["fea","static","structural","静力学","有限元","STP","STEP"] |
| slash_command | fea |
| required_tools | ["analyze_stp_file","get_multiview"] |
| permissions | ["local_files"] |
| input_schema | {"type":"object","properties":{"file_path":{"type":"string"}}} |
| output_schema | {"type":"string"} |
| subagent_allowed | false |
| dependencies | [] |
| availability_checks | [] |
| enabled | true |
| metadata | {"category":"engineering"} |
Use this skill for static structural analysis planning around CAD geometry.
Execution notes:
analyze_stp_file to inspect topology and geometry complexity.get_multiview when visual evidence helps identify likely load paths or danger zones.