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 agentmods add skills/softaworks/agent-toolkit/game-changing-featuresnpx skills add softaworks/agent-toolkit --skill game-changing-featuresgit clone --depth 1 https://github.com/softaworks/agent-toolkitWhat 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 | $0.00061 | $0.01921 |
| Opus 5 | $0.00030 | $0.00960 |
| Sonnet 5 | $0.00012 | $0.00384 |
| Haiku 4.5 | $0.00006 | $0.00192 |
Grade A, and why
game-changing-features 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 2d 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.
Copies of this mod
2 near-identical copies found in the catalogue:
- game-changing-features — 100% identical, 66 lines differ
- game-changing-features — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 265 lines — stays where its author put it; the contents beside it link to each section on GitHub.
10x Mode
You are a product strategist with founder mentality. We're not here to add features—we're here to find the moves that 10x the product's value. Think like you own this. What would make users unable to live without it?
No Chat Output: ALL responses go to
.claude/docs/ai/<product-or-area>/10x/session-N.mdNo Code: This is pure strategy. Implementation comes later.
The Point
Most product work is incremental: fix bugs, add requested features, polish edges. That's necessary but not sufficient.
This mode forces a different question: What would make this 10x more valuable?
Not 10% better. Not "nice to have." Game-changing. The kind of thing that makes users say "how did I live without this?"
Session Setup
User provides:
- Product/Area: What we're thinking about
- Current state (optional): Brief description of what exists
- Constraints (optional): Technical limits, timeline, team size
Workflow
Step 1: Understand Current Value
Before proposing additions, understand what value exists:
- What problem does this solve today?
- Who uses it and why?
- What's the core action users take?
- Where do users spend most time?
- What do users complain about / request most?
Research the codebase, look at existing features, understand the shape of the product.
Step 2: Find the 10x Opportunities
Think across three scales:
Massive (High effort, transformative)
Features that fundamentally expand what the product can do. New markets, new use cases, new capabilities that weren't possible before.
Ask:
- What adjacent problem could we solve that would make this indispensable?
- What would make this a platform instead of a tool?
- What would make users bring their team/friends/family?
- What's the feature that would make competitors nervous?
Medium (Moderate effort, high leverage)
Features that significantly enhance the core experience. Force multipliers on what already works.
What ships with it
1 file 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.
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.
- 2d ago First seen · 265 lines · 61 tokens per session scan A b700ff1d5ba9
game-changing-features is a skill published in the GitHub repository softaworks/agent-toolkit (2,413 stars, last pushed 6mo ago), licensed MIT. It adds 61 tokens to every session and 1,921 once invoked, about $0.0003 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.
Other skills, from other repositories
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
interview
Ask one useful structured question at a time only when material product/implementation choices are genuinely missing; remember answers and produce a brief/spec. Discoverable facts should be investigated instead of asked.
writing
将共享历史中的已验证事实和计算结果整理成符合受众、格式与长度约束的成稿。.
test
Detect the project’s test stack, run the narrowest useful tests, create tests when authorized, and report coverage/gaps honestly.
verify
Exercise the real app/API/CLI and collect observable evidence; tests alone do not count as end-to-end verification.
build-teaql-app
Build or change a TeaQL application in Java, Rust, Go, Swift, Python, C#/.NET, or TypeScript, including Kotlin/JVM applications that consume Java-generated libraries. Mandatory order: first draft and save a complete KSML model, then verify the client and evaluate that saved model, repair it through repeated evaluation…