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.
npx skills add takaoumehara/superforge-skill --skill superforge-bizgit clone --depth 1 https://github.com/takaoumehara/superforge-skillWrote 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/skills/takaoumehara/superforge-skill/superforge-biz)<a href="https://agentmods.dev/skills/takaoumehara/superforge-skill/superforge-biz"><img src="https://agentmods.dev/badge/skills/takaoumehara/superforge-skill/superforge-biz/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/skills/takaoumehara/superforge-skill/superforge-biz"><img src="https://agentmods.dev/badge/skills/takaoumehara/superforge-skill/superforge-biz.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.00263 | $0.02548 |
| Opus 5 | $0.00131 | $0.01274 |
| Sonnet 5 | $0.00053 | $0.00510 |
| Haiku 4.5 | $0.00026 | $0.00255 |
Grade A, and why
superforge-biz 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 11d 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 — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Superforge Biz — Business Architecture & Monetization Engine
Use this skill whenever defining monetization models, pricing tiers, paywall placements, or business growth loops. This engine turns product ideas into sustainable, high-margin software businesses.
0. The gate — is this market worth entering at all
Everything below assumes the answer is yes. Check it first, because a perfect pricing model for a market that cannot support one person is a wasted month.
Three questions, in this order:
- How many customers does this actually need?
必要な年間売上 ÷ (価格 × 継続率). Run this before any market-size figure — a large TAM reliably stops everyone, models included, from asking whether a path to those customers exists. - Is the market big enough, computed both ways? Top-down and bottom-up. The gap between them is the finding; if they differ by an order of magnitude, one assumption is wrong and you need to know which.
- Can you get in, and does getting in protect you? Every barrier is a cost before revenue and a moat after it. A market with no barriers is a warning, not an opportunity.
End with a verdict code, never with prose: GO / GO/NARROW / NO-GO/TOO-SMALL
/ NO-GO/NO-PATH / NO-GO/LOCKED / WAIT. A WAIT carries the one-sentence
condition that would change it, and that sentence is the same one
superforge-brain stores on its Lab shelf.
Full method — the two-directional math, the A/B/C/D confidence tiers on every
input, maturity staging, and which mature markets remain enterable →
references/market-sizing.md. Run it after superforge-brain's market
pass, never before: sizing a market before the ideas exist collapses the idea
space, which is the exact failure that skill's §8 is built to prevent.
1. Monetization Archetype Selection
Evaluate the product against 4 core revenue mechanics and select the primary driver:
- Freemium & Feature Paywall: Free entry with high-value feature gates (e.g. usage limits, advanced exports, pro automation).
- Recurring Subscription (SaaS): Tiered monthly/annual plans with clear value metrics (per-seat, per-usage, or feature-tier).
- Usage-Based / Metered: Pay-as-you-go based on consumed computational or API value.
- B2B Enterprise / Custom: High-touch licensing, dedicated support, custom integrations, and SLA guarantees.
What ships with it
11 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- evals/evals.json 3.6 KB
- README.es.md 7.9 KB
- README.ja.md 8.5 KB
- README.ko.md 8.1 KB
- README.md 7.3 KB
- README.zh-CN.md 6.9 KB
- references/behavioral-frameworks.md 15 KB
- references/customer-acquisition.md 14 KB
- references/market-sizing.md 12 KB
- references/service-business.md 10 KB
- references/value-pitch.md 8.6 KB
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.
- 11d ago First seen · 198 lines · 263 tokens per session scan A ea06a5daaf5c
superforge-biz is a skill published in the GitHub repository takaoumehara/superforge-skill (1 stars, last pushed 26d ago), licensed MIT. It adds 263 tokens to every session and 2,548 once invoked, about $0.0013 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-31.
Other skills, from other repositories
spec-kitty-charter-doctrine
Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter"…
mongodb-query-optimizer
Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query…
polar-local-environment
This skill should be used when setting up or managing Polar local development environment with Docker.
neo4j-modeling-skill
Design, review, and refactor Neo4j graph data models. Use when choosing node labels vs relationship types vs properties, migrating relational/document schemas to graph, detecting anti-patterns (generic labels, supernodes, missing constraints), designing intermediate nodes for n-ary relationships, enforcing schema with…
lov-article-creator
A skill that turns source material or a draft into a complete, branded WeChat public-account article package.
lov-repo2docs
Turn any folder of source material — a code repository, a pile of articles, a mixed knowledge dump with images — into a professional, polished Fumadocs (Next.js) documentation website, then deploy it to https://{product-id}.example.com/docs. Works by reading the folder one unit at a time and incrementally growing and…