This is an orchestrator for sweeping through TypeScript monorepos and bringing documentation up to standard. It scans packages for public exports, writes or improves TSDoc comments based on actual implementation intent, then rewrites READMEs into a consistent retrieval-friendly structure. Each package gets its own commit. It respects your repo's own conventions first, falls back to built-in TSDoc and README templates when those don't exist, and runs a review council pass after each package to check comprehension and quality. Good for periodic doc sweeps or fixing up individual packages that have grown without proper comments. Experimental, TypeScript only, needs filesystem and git access.
npx skills add https://github.com/equinor/fusion-skills --skill fusion-package-scribe