Perform an in-depth code review of changed files and produce a structured report. Defaults to reviewing staged changes.
guyoung/boxagnts
SkillsMP has collected 7 skills from guyoung/boxagnts. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 7
- GitHub stars
- 10
- GitHub forks
- 0
Skills in this repository
Showing 7 of 7 collected skills.
Analyze a given style file or component directory, identify redundancy, inefficiency, and maintainability issues, and suggest optimizations.
Production-grade DOCX generator that creates valid Microsoft Word (.docx) files from Markdown or structured AST using a safe streaming ZIP engine and minimal but strict OOXML baseline.
Compress and decompress files using jsexec with built-in zlib and manual format parsing. Supports .gz, .tar, .tar.gz, .tgz, .zip.
Generate a React or Vue component from a natural language description, including TypeScript types, styles, and basic tests.
"Compile Markdown into a valid Microsoft PowerPoint (.pptx) file using pure JavaScript. Pipeline: Markdown → AST → Slide IR → Layout IR → OOXML → ZIP. Images embedded from local files."
Production-grade XLSX generator that creates valid Microsoft Excel (.xlsx) files from structured table data using a DEFLATE-mode ZIP engine (uses zlib for compression). Supports formulas, merged cells, styles…