Agent skill
beoniq-invoice
Generate biweekly BeonIQ invoice for Transportation Insight (Wave-ready format)
Install this agent skill to your Project
npx add-skill https://github.com/ChinchillaEnterprises/ChillSkills/tree/main/beoniq-invoice
SKILL.md
BeonIQ Biweekly Invoice Generator
When this skill is invoked, generate the next biweekly invoice for BeonIQ/Transportation Insight.
Invoice Template
- Invoice format: TI-2026-XX (increment from last invoice)
- Amount: $8,000 total ($6,000 engineering + $2,000 QA/AI)
- Bill To: Transportation Insight LLC / Nolan Transportation Group — Shane Marrin (shane.marrin@ntgfreight.com)
- From: Chinchilla AI — 16234 Paso Hondo Drive, Houston, Texas 77083
- Terms: Net 30
- Notes: "Payment via ACH to the Chinchilla AI LLC bank account previously provided with our W-9 and voided check."
How to Generate
1. Determine the date range
- Check the invoice history in memory (beoniq-invoicing.md) for the last invoice date
- The new period starts the day after the last invoice through today
2. Pull engineering work (Item 1 — $6,000)
Run these GitHub commands to gather sprint data:
gh pr list --repo ChinchillaEnterprises/transportation-insight --state merged --search "merged:START..END" --limit 50 --json number,title,mergedAt
gh issue list --repo ChinchillaEnterprises/transportation-insight --state closed --search "closed:START..END" --limit 50 --json number,title,closedAt
Write as a single dense paragraph listing all features, fixes, and infrastructure work.
3. Pull QA/coordination work (Item 2 — $2,000)
Run this to find Hailee's QA activity:
gh api "repos/ChinchillaEnterprises/transportation-insight/issues/comments?since=START_ISOT00:00:00Z&per_page=50" --jq '.[] | select(.user.login == "haileelandin" or .user.login == "HaileeLandin") | {issue_url, body: .body[:100], created: .created_at}'
Write as a single dense paragraph covering QA retests, build verification, issue triage, meeting support, and team coordination.
4. Output format
Provide copy-paste-ready text for both Wave line item description fields. Confirm:
- Invoice number (increment from last)
- Date range
- Total amount
5. Update memory
After invoice is generated, update the invoice history table in beoniq-invoicing.md with the new entry.
Invoice History (check memory file for latest)
Track all invoices to prevent duplicates and ensure correct numbering.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Red Team
Use this skill when the user says "red team", "stress test", "attack this", "critique this", "run the models against this", "test this plan", "refine this with AI", or wants to use external AI models to critique, validate, or improve a document, pitch, plan, or idea. Also use when the user wants to save Claude Code usage by offloading analysis to other models.
Upwork Scanner
This skill should be used when the user asks to "scan upwork", "find upwork jobs", "check upwork", "run the scanner", "look for jobs", or mentions finding freelance projects for Chinchilla AI.
Polymarket Arb Scanner
This skill should be used when the user asks to "scan polymarket", "find arb opportunities", "check polymarket arbs", "run arb scanner", "polymarket arbitrage", or mentions detecting price inefficiencies on Polymarket.
captain-update
Polymarket Copy Trader
This skill should be used when the user asks to "copy trade", "telegram bot polymarket", "follow traders", "copy polymarket", or mentions building a copy trading bot for Polymarket.
Architecture Diagram
This skill should be used when the user asks to "generate a diagram", "create an architecture diagram", "make a diagram", "draw a system diagram", or needs a branded Chinchilla AI technical diagram for proposals or documentation.
Didn't find tool you were looking for?