Turns markdown research results into a consolidated report with a smart table of contents. You point it at a directory of JSON files (from research you've already done), and it generates a Python script that builds a proper markdown doc with anchor links, summary metrics in the TOC, and categorized detail sections. The interesting bit is how it handles messy real world data: it'll skip uncertain values, deal with both flat and nested JSON structures, and collect orphaned fields into an "Other Info" bucket. Honestly most useful when you've automated research gathering and need a readable deliverable without manually wrangling dozens of JSON files into a coherent narrative.
npx skills add https://github.com/weizhena/deep-research-skills --skill research-report