Manages reconstruction, postprocessing, and volume analysis in the SIMPLE src/main/volume subsystem.
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.Key capabilities
- →Work with reconstruction objects
- →Handle even/odd reconstruction
- →Perform volume analysis
- →Manage docking and interpolation
- →Apply postprocessing policies like automasking
How it works
The skill provides guidance for working within the SIMPLE `src/main/volume` subsystem, which manages reconstruction and postprocessing objects.
Inputs & outputs
When to use simple-main-volume
- →Modify volume reconstruction logic
- →Implement nonuniform filters
- →Debug docking and interpolation workflows
- →Enforce postprocessing policies
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.
When not to use it
- →When working outside SIMPLE's src/main/volume subsystem
- →When the task does not involve reconstruction or postprocessing objects
Limitations
- →The skill is specific to SIMPLE's `src/main/volume` subsystem.
- →It is closely tied to `refine3D`, `rec3D`, `interp/`, `image/`, and `project/`.
How it compares
This skill provides structural guidance specific to the SIMPLE `src/main/volume` subsystem, ensuring adherence to its design principles, unlike a generic approach to volume processing.
Compared to similar skills
simple-main-volume side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| simple-main-volume (this skill) | 0 | 1mo | No flags | Intermediate |
| software-architecture | 333 | 6mo | No flags | Intermediate |
| architect-review | 109 | 4mo | No flags | Advanced |
| mcp-builder | 136 | 3mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
software-architecture
davila7
Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.
architect-review
sickn33
Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural decisions.
mcp-builder
anthropics
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
solid-principles
SmidigStorm
Enforce SOLID principles (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion) in object-oriented design. Use when writing or reviewing classes and modules.
codex
Lucklyric
Invoke Codex CLI for complex coding tasks requiring high reasoning capabilities. This skill should be invoked when users explicitly mention "Codex", request complex implementation challenges, advanced reasoning, or need high-reasoning model assistance. Automatically triggers on codex-related requests and supports session continuation for iterative development.
architecture-patterns
wshobson
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.