# Orcaflex Post Processing Complete Post Processing Configuration

> Sub-skill of orcaflex-post-processing: Complete Post-Processing Configuration (+1).

- Skill: `vamseeachanta/orcaflex-post-processing-complete-post-processing-configurat` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/orcaflex-post-processing-complete-post-processing-configurat`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/orcaflex-post-processing-complete-post-processing-configurat/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/orcaflex-post-processing-complete-post-processing-configurat

---


# Complete Post-Processing Configuration (+1)

## Complete Post-Processing Configuration


```yaml
basename: mooring_analysis

orcaflex:
  postprocess:
    # Summary statistics for all key variables
    summary:
      flag: true
      variables:
        - object: "Line1"

*See sub-skills for full details.*

## Minimal Quick Summary


```yaml
orcaflex:
  postprocess:
    summary:
      flag: true
      output_format: csv
      output_path: "results/quick_summary.csv"
```

