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.
git clone --depth 1 https://github.com/appboypov/pew-pew-plaza-packsWrote 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.
[](https://agentmods.dev/commands/appboypov/pew-pew-plaza-packs/finance-issue)<a href="https://agentmods.dev/commands/appboypov/pew-pew-plaza-packs/finance-issue"><img src="https://agentmods.dev/badge/commands/appboypov/pew-pew-plaza-packs/finance-issue/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.
<a href="https://agentmods.dev/commands/appboypov/pew-pew-plaza-packs/finance-issue"><img src="https://agentmods.dev/badge/commands/appboypov/pew-pew-plaza-packs/finance-issue.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00027 | $0.00921 |
| Opus 5 | $0.00014 | $0.00461 |
| Sonnet 5 | $0.00005 | $0.00184 |
| Haiku 4.5 | $0.00003 | $0.00092 |
Grade A, and why
create-finance-issue 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 8d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Prompt Command
When this command is used, check if any required information is missing. If so, ask the user to provide it. Otherwise, proceed with the request.
📋 Create Finance Issue: Financial Planning and Optimization
💡 Transform financial challenges into actionable improvement issues through systematic analysis.
📋 Request
💡 Core workflow for finance issue creation
Transform user's financial request into a well-structured issue by:
- Creating minimal base with the financial goal
- Researching context for current financial position
- Building iteratively through strategic finance questions
- Saving to file when financial plan is complete
Deliverables
- Initial finance issue with objectives
- Financial analysis and cash flow assessment
- Cost optimization opportunities identified
- ACTUAL FILE CREATED: Issue saved to
issues/finance/
Acceptance Criteria
- Financial objectives clearly defined
- Current position documented
- Improvement opportunities identified
- Financial targets established
- FILE IS CREATED ON DISK when confirmed
🎯 Core Philosophy
💡 Start with the financial goal, understand the numbers, build the solution incrementally.
Fundamental Principles:
- Numbers First: Start with current financial position
- Cash Flow Focus: Understand money movement
- Cost Optimization: Find efficiency opportunities
- Measurable Impact: Track financial improvements
🔄 Workflow
Step 1: Create Minimal Base
Template for Finance Issue:
# 💵 Finance Issue: [Financial Initiative/Problem]
[Brief description of financial goal or challenge]
## 📝 Initial Requirement
### Financial Objectives
1. [What financial outcome is needed]
Step 2: Interactive Refinement Questions
Financial Position Questions
- Current State: "What's the current cash position?"
- Burn Rate: "What's the monthly burn?"
- Revenue: "What's current MRR/ARR?"
- Runway: "How many months of runway?"
- Profitability: "Are we profitable? If not, when?"
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.
- 8d ago First seen · 138 lines · 27 tokens per session scan A 689410906e81
create-finance-issue is a command published in the GitHub repository appboypov/pew-pew-plaza-packs (85 stars, last pushed 8mo ago), licensed MIT. It adds 27 tokens to every session and 921 once invoked, about $0.0001 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-09-03.
Other commands, from other repositories
cost-report
Generate a local Claude Code cost report from the ECC cost-tracker metrics log.
worktree-cleanup
A command for removing a Git worktree, which is a separate working folder linked to the same repository, after its pull request is merged.
security
Rapid security assessment focused on OWASP Top 10 vulnerabilities.
mobile
Mobile project management command. React Native/Flutter/Expo/Swift/Kotlin scaffolding, version sync, build and release guides.
start
Badi session start command. Runs new-project onboarding or a daily kickoff.
tasks
Dependency-aware task sequencing command. Turns a plan or spec into an ordered, parallel-executable tasks.md — then runs it, fanning out independent ([P]) tasks concurrently and respecting dependencies. The execution layer between /eng-review (the plan) and the actual work.