什么是 business-document-generator?
当用户请求从模板创建专业的业务文档(提案、业务计划或预算)时,应使用此技能。它提供 PDF 模板和 Python 脚本,用于从用户数据生成填充文档。 来源:auldsyababua/instructor-workflow。
当用户请求从模板创建专业的业务文档(提案、业务计划或预算)时,应使用此技能。它提供 PDF 模板和 Python 脚本,用于从用户数据生成填充文档。
通过命令行快速安装 business-document-generator AI 技能到你的开发环境
来源:auldsyababua/instructor-workflow。
Generate professional business documents (Project Proposals, Business Plans, Annual Budgets) from high-quality PDF templates. Use the bundled Python script to fill templates with user-provided data and output polished PDF documents ready for distribution.
Create a JSON file with the document data. Reference the data schemas in references/documentschemas.md for field requirements.
The script outputs a PDF file in the specified output directory. Verify the document was generated successfully and inform the user of the file location.
当用户请求从模板创建专业的业务文档(提案、业务计划或预算)时,应使用此技能。它提供 PDF 模板和 Python 脚本,用于从用户数据生成填充文档。 来源:auldsyababua/instructor-workflow。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/auldsyababua/instructor-workflow --skill business-document-generator当用户请求从模板创建专业的业务文档(提案、业务计划或预算)时,应使用此技能。它提供 PDF 模板和 Python 脚本,用于从用户数据生成填充文档。 来源:auldsyababua/instructor-workflow。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/auldsyababua/instructor-workflow --skill business-document-generator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/auldsyababua/instructor-workflow