スキル一覧に戻る

md-analysis-planner

HeshamFS
更新日 Yesterday
4 閲覧
40
3
40
GitHubで表示
デザインaidesign

について

このClaudeスキルは、RDF、MSD、応力-ひずみ計算などの適切な解析手法を提案することで、開発者が分子動力学の後処理計画を立てるのを支援します。解析スクリプト作成前に、トラジェクトリ形式の選択や前提条件についてもガイダンスを提供します。材料シミュレーションから信頼性の高い結果を得るためにご活用ください。

クイックインストール

Claude Code

推奨
メイン
npx skills add HeshamFS/materials-simulation-skills -a claude-code
プラグインコマンド代替
/plugin add https://github.com/HeshamFS/materials-simulation-skills
Git クローン代替
git clone https://github.com/HeshamFS/materials-simulation-skills.git ~/.claude/skills/md-analysis-planner

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

ドキュメント

MD Analysis Planner

Goal

Choose the right MD trajectory analyses and prerequisites before writing post-processing code.

Requirements

  • Python 3.10+
  • No external dependencies
  • Works on Linux, macOS, and Windows

Inputs to Gather

InputDescriptionExample
SystemMaterial or molecular systemoxide glass, liquid water
GoalsAnalysis goalsrdf,diffusion,coordination
Trajectory formatDump, DCD, XYZ, H5MD, etc.LAMMPS dump
VelocitiesWhether velocities are storedtrue
StressWhether stress/virial is storedtrue
Unwrap neededWhether atoms cross PBCtrue
Timestepfs per saved frame10

Decision Guidance

  • Use RDF and coordination for local structure.
  • Use MSD for diffusion, but unwrap trajectories and verify diffusive regime.
  • Use VACF/VDOS only when velocities or reliable finite-difference velocities exist.
  • Use stress-strain only if stress/virial and deformation history are available.
  • Always perform equilibration checks before fitting transport or thermodynamic properties.

Script Outputs

scripts/md_analysis_planner.py emits:

  • analysis_plan
  • required_data
  • equilibration_checks
  • pbc_handling
  • warnings

Workflow

python3 skills/simulation-workflow/md-analysis-planner/scripts/md_analysis_planner.py \
  --system "oxide glass" \
  --goals rdf,coordination,bond-angle \
  --trajectory-format dump \
  --unwrap-needed \
  --timestep-fs 10 \
  --json

Error Handling

If velocities, stress, or timestep information is missing, downgrade dependent analyses and report warnings.

Limitations

This skill plans analysis and prerequisites; it does not parse large trajectories directly.

Security

  • Inputs are scalar CLI values and booleans only.
  • The script does not read trajectory files or execute external analysis programs.
  • The skill uses Bash only to run the bundled script.

References

  • See references/md_analysis_checks.md for analysis prerequisites and failure modes.

Version History

  • 1.0.0: Initial MD analysis planning skill.

GitHub リポジトリ

HeshamFS/materials-simulation-skills
パス: skills/simulation-workflow/md-analysis-planner
0
agent-skillsagentscli-toolscomputational-sciencellmmaterials-science

関連スキル

executing-plans

デザイン

executing-plansスキルは、完全な実装計画があり、それを管理されたバッチでレビューチェックポイントを設けながら実行する場合に使用します。このスキルは計画を読み込んで批判的にレビューした後、小さなバッチ(デフォルトは3タスク)でタスクを実行し、各バッチの間に進捗状況を報告してアーキテクトのレビューを受けます。これにより、品質管理チェックポイントが組み込まれた体系的な実装が保証されます。

スキルを見る

requesting-code-review

デザイン

このスキルは、コードレビュアーサブエージェントを起動し、処理を進める前に要件に対してコード変更を分析します。タスク完了後、主要な機能の実装後、またはmainブランチへのマージ前などに使用すべきです。このレビューは、現在の実装と元の計画を比較することで、問題を早期に発見するのに役立ちます。

スキルを見る

connect-mcp-server

デザイン

このスキルは、開発者がHTTP、stdio、またはSSEトランスポートを使用してMCPサーバーをClaude Codeに接続するための包括的なガイドを提供します。GitHub、Notion、カスタムAPIなどの外部サービスを統合するためのインストール、設定、認証、セキュリティについて解説しています。MCP統合のセットアップ、外部ツールの設定、またはClaudeのModel Context Protocolを扱う際にご利用ください。

スキルを見る

web-cli-teleport

デザイン

このスキルは、タスク分析に基づいて開発者がClaude Code WebとCLIインターフェースの選択を支援し、これらの環境間でのシームレスなセッションテレポーテーションを可能にします。Web、CLI、モバイル環境を切り替える際のセッション状態とコンテキストを管理することで、ワークフローを最適化します。様々な段階で異なるツールを必要とする複雑なプロジェクトにご活用ください。

スキルを見る