DevFlow Docs
Development Lifecycle · $19 · 4 skills · Free skill: pdf-processor
Documentation generation and processing skills for technical writing.
Installation
bash
skillstore install devflow-docsOr install only the free skill:
bash
skillstore install devflow-docs --free-onlySkills
pdf-processor (FREE)
Extract, analyze, and transform PDF document content.
Example:
/devflow docs:pdf extract all functional requirements, acceptance criteria, and open questions from this 50-page RFP for a healthcare portalapi-doc-generator (Premium)
Generate API documentation from source code and OpenAPI specs.
Example:
/devflow docs:api generate a complete OpenAPI 3.1 spec from these Express routes — include request/response schemas, error codes, and auth flowsreadme-generator (Premium)
Create comprehensive README files with badges and sections.
Example:
/devflow docs:readme generate a README for this CLI tool — installation, usage with examples, configuration reference, and contributing guidechangelog-manager (Premium)
Manage changelogs with conventional commits and versioning.
Example:
/devflow docs:readme generate a CHANGELOG for v2.4.0 from these 47 conventional commits — group by feature, fix, breaking change, and deprecationCommands
/devflow docs:pdf— extract and analyze PDF document content/devflow docs:api— generate API documentation and OpenAPI specs/devflow docs:readme— create README files and manage changelogs