This is a full workflow skill for pulling structured data out of SEC EDGAR filings, specifically targeting DEF 14A forms and executive compensation tables. You get a CLI tool that walks you through setup (API keys, user agent), project creation with example files, pattern analysis, code generation, and extraction runs that output CSV or JSON. The rate limiting and CIK formatting helpers are useful if you've ever hit SEC API errors. It's recipe-driven, so you can template extraction logic for multiple companies without rewriting parsers. Best fit for compliance work, comp benchmarking, or any job where you need to scrape dozens of proxy statements without doing it by hand.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill sec-edgar-pipeline