A pattern for standardizing report exports across projects. You run a CLI or script that emits structured data, then pipe it into timestamped CSV, JSON, or markdown files that land in a reports directory. The skill documents real patterns like gitflow-analytics commands and EDGAR compensation exports that use pandas for sorting and percentiles. The naming convention is straightforward: YYYYMMDD suffixes, explicit prefixes like narrative_report_ or comprehensive_export_, and one output directory per repo. It's less a tool and more a documented playbook for keeping your analytics outputs consistent, which matters when you're juggling multiple repos that all need the same export format.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill reporting-pipelines