bemrosetta-with-diffraction-module
Sub-skill of bemrosetta: With diffraction module (+1).
Best use case
bemrosetta-with-diffraction-module is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of bemrosetta: With diffraction module (+1).
Teams using bemrosetta-with-diffraction-module should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/with-diffraction-module/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How bemrosetta-with-diffraction-module Compares
| Feature / Agent | bemrosetta-with-diffraction-module | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of bemrosetta: With diffraction module (+1).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# With diffraction module (+1)
## With diffraction module
```python
from digitalmodel.diffraction import OrcaFlexExporter
from digitalmodel.bemrosetta import AQWAParser
# BEMRosetta uses diffraction module schemas
parser = AQWAParser()
results = parser.parse("analysis.LIS") # Returns DiffractionResults
# Can use existing OrcaFlexExporter
exporter = OrcaFlexExporter(results, output_dir)
exporter.export_all()
```
## With hydrodynamics module
```python
from digitalmodel.hydrodynamics import CoefficientDatabase
# Store parsed coefficients in database
db = CoefficientDatabase()
db.store(results.added_mass, results.damping)
```Related Skills
module-lookup
Query the digitalmodel module registry to discover modules by capability, standard, or maturity without reading source code.
diffraction-analysis
Master skill for hydrodynamic diffraction analysis - AQWA, OrcaWave, and BEMRosetta integration
bemrosetta
BEMRosetta hydrodynamic coefficient converter - AQWA to OrcaFlex workflow with QTF and mesh support
module-based-refactor
Reorganize a repository from flat structure to a module-based 5-layer architecture (src/tests/specs/docs/examples) while preserving git history. Use when restructuring a codebase into modules, migrating import paths, cleaning up hidden folders, consolidating duplicate directories, removing root-level artifacts, or archiving completed plan files. Capabilities: parallel agent spawn strategy, hidden-folder consolidation patterns, benchmark fixture separation, 4-phase atomic commit workflow.
discipline-refactor-standard-folders-module-structure
Sub-skill of discipline-refactor: Standard Folders → Module Structure (+1).
oil-and-gas-bsee-module
Sub-skill of oil-and-gas: BSEE Module (+2).
orcawave-analysis-diffractionspec-specyml-conventions
Sub-skill of orcawave-analysis: DiffractionSpec Conventions (spec.yml to OrcaWave).
orcaflex-visualization-orcawave-mesh-export-via-diffraction
Sub-skill of orcaflex-visualization: OrcaWave Mesh Export via Diffraction (+4).
diffraction-analysis-workflow-1-aqwa-analysis-only
Sub-skill of diffraction-analysis: Workflow 1: AQWA Analysis Only (+4).
diffraction-analysis-when-to-use-each-module
Sub-skill of diffraction-analysis: When to Use Each Module (+1).
diffraction-analysis-unit-conversion-traps
Sub-skill of diffraction-analysis: Unit Conversion Traps (+3).
diffraction-analysis-required-report-structure-single-page-html
Sub-skill of diffraction-analysis: Required Report Structure (Single-Page HTML) (+3).