Turns PDF templates into filled business documents using Python. You get three professional templates (proposals, business plans, budgets), feed them JSON data with your company info and content, and the script overlays it onto the cover pages. Currently only populates the first page with titles, names, and dates, so the body sections are still framework templates you'll need to fill manually or extend yourself. Works well if you need branded cover pages fast and don't mind doing the heavy lifting on content. The pypdf and reportlab setup is straightforward, and the example JSONs give you clear starting points for each document type.
npx skills add https://github.com/ailabs-393/ai-labs-claude-skills --skill business-document-generator