invoice-generator
This skill provides automated assistance for invoice generator tasks within the Business Automation domain.
Content Preview
--- name: invoice-generator description: | Invoice Generator - Auto-activating skill for Business Automation. Triggers on: invoice generator, invoice generator Part of the Business Automation skill category. allowed-tools: Read, Write, Edit, Bash version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Invoice Generator ## Purpose This skill provides automated assistance for invoice generator tasks within the Business Automation domain. ## When to Use Thi
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/invoice-generator.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/19-business-automation/invoice-generator/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/19-business-automation/invoice-generator/SKILL.md
Related Skills
invoice-organizer
Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of automated organization.
invoice-organizerinvoiceorganizer
by davepoon · buildwithclaude
billing-automation
Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.
workflowbilling
by sickn33 (Antigravity) · antigravity-awesome-skills
networkx
Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks, or visualizing network topologies. Applicable to social networks, biological networks, transportation systems, citation networks, and any domain involving pairwise relationships.
networkxnetworkxpython
by K-Dense-AI · claude-scientific-skills