business-document-generator

business-document-generator is a skill for Claude Code, Codex from ailabs-393/ai-labs-claude-skills. It costs 47 tokens per session (1,651 once invoked), scanned A, original, MIT.

A document generator for filling professional PDF templates with information for project proposals, business plans, and annual budgets.

In plain words
What is it for?
Use it to create client proposals, startup or investor business plans, and annual budget documents.
Why use it?
It avoids manually formatting these documents and produces a consistent finished file from supplied data.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create client proposals, startup or investor business plans, and annual budget documents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ailabs-393/ai-labs-claude-skills/business-document-generator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ailabs-393/ai-labs-claude-skills --skill business-document-generator
Clone the repo
git clone --depth 1 https://github.com/ailabs-393/ai-labs-claude-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for business-document-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/ailabs-393/ai-labs-claude-skills/business-document-generator/github.svg)](https://agentmods.dev/skills/ailabs-393/ai-labs-claude-skills/business-document-generator)
Your own site
<a href="https://agentmods.dev/skills/ailabs-393/ai-labs-claude-skills/business-document-generator"><img src="https://agentmods.dev/badge/skills/ailabs-393/ai-labs-claude-skills/business-document-generator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for business-document-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/ailabs-393/ai-labs-claude-skills/business-document-generator"><img src="https://agentmods.dev/badge/skills/ailabs-393/ai-labs-claude-skills/business-document-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,651 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk pass 15 Feb 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.01651
Opus 5 $0.00023 $0.00826
Sonnet 5 $0.00009 $0.00330
Haiku 4.5 $0.00005 $0.00165

Measured 13d ago against content hash b6462084676d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

business-document-generator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (index.js, scripts/generate_document.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/skills/business-document-generator/SKILL.md · 242 lines

How it starts

The opening of the file, as written. The whole thing — 242 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Business Document Generator

Overview

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.

When to Use This Skill

Activate this skill when the user asks to:

  • Create a business proposal or project proposal
  • Generate a business plan document
  • Develop an annual budget plan
  • Create any professional business document based on the available templates
  • Fill in business templates with specific data

Available Document Types

This skill supports three types of professional business documents:

  1. Project Proposal - Professional proposals for client projects

    • Template: assets/templates/Professional Proposal Template.pdf
    • Use case: Pitching projects to clients, stakeholders
  2. Business Plan - Comprehensive business planning documents

    • Template: assets/templates/Comprehensive Business Plan Template.pdf
    • Use case: Startup planning, investor presentations, strategic planning
  3. Annual Budget - Detailed budget planning documents

    • Template: assets/templates/Annual Budget Plan Template.pdf
    • Use case: Financial planning, budget proposals, fiscal year planning

Quick Start Workflow

Step 1: Understand User Requirements

Gather information from the user about:

  • Document type needed (proposal, business plan, or budget)
  • Key data to include (company name, client info, dates, etc.)
  • Any specific customization needs

Step 2: Prepare the Data

Create a JSON file with the document data. Reference the data schemas in references/document_schemas.md for field requirements.

Example for Proposal:

{
  "title": "Digital Transformation Initiative",
  "subtitle": "A Comprehensive Plan for Acme Corporation",
  "client_org": "Acme Corporation",
  "client_contact": "Jane Smith, CTO",
  "company_name": "TechSolutions Inc.",
  "contact_info": "[email protected]",
  "date": "November 3, 2025"
}

Read the full file on GitHub · 242 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 242 lines · 47 tokens per session scan A b6462084676d

Subscribe to this mod's changes

business-document-generator is a skill published in the GitHub repository ailabs-393/ai-labs-claude-skills (445 stars, last pushed 10mo ago), licensed MIT. It adds 47 tokens to every session and 1,651 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories