Use when working in SIMPLE's src/main/volume subsystem, including reconstruction objects, even/odd reconstruction handling, volume analysis, docking, interpolation, polar-Fourier volume correlation, and postprocessing policy such as automasking and nonuniform filtering.
Install
mkdir -p .claude/skills/simple-main-volume && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13393" && unzip -o skill.zip -d .claude/skills/simple-main-volume && rm skill.zipInstalls to .claude/skills/simple-main-volume
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when working in SIMPLE's src/main/volume subsystem, including reconstruction objects, even/odd reconstruction handling, volume analysis, docking, interpolation, polar-Fourier volume correlation, and postprocessing policy such as automasking and nonuniform filtering.270 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
About this skill
SIMPLE src/main/volume
This folder owns reconstruction and postprocessing objects.
Read First
simple_reconstructor.f90simple_reconstructor_eo.f90simple_vol_pproc_policy.f90simple_volanalyzer.f90simple_dock_vols.f90
Connections
- Very closely tied to
refine3D,rec3D,interp/,image/, andproject/ - Policy docs in
doc/policies/are especially relevant here - Nonuniform filter implementation details live in
src/main/nu_filt
Working Rule
Preserve the distinction between reconstruction mechanics and workflow/postprocess policy.