miscellany
Offline Office editing, PRD specs, and repo audits
All Skills in This Repository (15)
Pure Emerald Level Indicatorspdf-offline
Orchestrates Python libraries to read, write, merge, split, and fill PDFs offline.
codebase-spec-extractor
Extract implementable engineering specifications from existing codebases.
headless-web-viewer
Render JavaScript-heavy webpages and extract visible text with Playwright.
docx-offline
Extracts text, unpacks OOXML, and manages tracked changes in DOCX files offline.
prd-writing-guide
Generate complete PRDs using structured templates and completeness checklists.
xlsx-offline
Recalculate Excel formulas offline and validate workbook integrity with LibreOffice and openpyxl.
ui-ux-spec-genome
Scan frontend UI sources and generate a standardized ui-ux-spec documentation bundle.
repo-compliance-audit
Audit repository compliance and generate markdown reports with Python scripts.
skill-create-flow
Generate a self-contained SKILL.md and accompanying artifacts from a skill concept.
repo-deep-dive-report
Generate structured Markdown and HTML repository reviews with Mermaid diagrams.
brainstorming
Convert vague ideas into validated designs through structured dialogue.
prd-to-engineering-spec
Transform a PRD into an implementation-ready engineering specification with architecture, data modeling, API design, security, deployment, and testing.
Frequently Asked Questions
FAQPage SchemaHow to install miscellany skills?โผ
Run `npx skills add okwinds/miscellany --all -g -y` in your terminal to install all skills in this collection globally.
Can it edit Office files without internet?โผ
Yes. The pdf-offline, docx-offline, xlsx-offline, and pptx-offline skills read, edit, merge, and repack Office files locally, including tracked changes and formula recalculation.
How to turn a PRD into an engineering spec?โผ
Use the prd-writing-guide skill to draft a complete PRD, then prd-to-engineering-spec converts it into data models, API contracts, security, and test plans developers can implement directly.
Does it work with Claude Code and Codex?โผ
Yes. Every skill follows the standard SKILL.md format and runs in Claude Code, Codex, Cursor, and other compatible runners.
Can it audit a code repository for compliance?โผ
Yes. The repo-compliance-audit skill produces evidence-based Markdown and JSON reports, and can apply safe fixes only for findings you explicitly select.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core