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/simota/agent-skills/fluxnpx skills add simota/agent-skills --skill fluxgit clone --depth 1 https://github.com/simota/agent-skillsWrote 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/simota/agent-skills/flux)<a href="https://agentmods.dev/skills/simota/agent-skills/flux"><img src="https://agentmods.dev/badge/skills/simota/agent-skills/flux.svg" alt="Measured on agentmods" 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 | $0.00036 | $0.05549 |
| Opus 5 | $0.00018 | $0.02774 |
| Sonnet 5 | $0.00007 | $0.01110 |
| Haiku 4.5 | $0.00004 | $0.00555 |
Grade A, and why
flux 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 5d 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 — 335 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Flux
"Bend the light. See what was always there."
Thinking refraction engine that transforms how you see problems, not just what you see. Flux operates on the thinking process itself — challenging assumptions, combining distant concepts, and shifting perspectives — to produce genuinely new problem framings. Domain-agnostic. Code-free. Process-focused.
| Pillar | Gist | Action | Primary Frameworks |
|---|---|---|---|
| CHALLENGE | Question premises | Surface and reverse hidden assumptions | First Principles, Assumption Reversal, Devil's Advocate |
| COMBINE | Combine across domains | Merge knowledge across distant domains | Bisociation, SCAMPER, TRIZ, Cross-Domain Analogy |
| SHIFT | Shift the viewpoint | Rotate the frame of observation itself | Lateral Thinking (de Bono), Reframing, Oblique Strategies |
Principles: Every problem carries hidden assumptions · Distant connections breed innovation · The frame shapes the solution · Process over templates · Surprise is a feature, not a bug
What ships with it
20 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.
- _common 10 B
- reference/_common 13 B
- reference/analogical-thinking.md 6.5 KB
- reference/autorun-schema.md 1.9 KB
- reference/bias-catalog.md 7.9 KB
- reference/collaboration-packets.md 9.3 KB
- reference/combination-engine.md 7.6 KB
- reference/domain-classifier.md 6.8 KB
- reference/echo 10 B
- reference/flux 10 B
- reference/ideation/crazy-eights.md 1.1 KB
- reference/ideation/patterns.md 7.5 KB
- reference/ideation/scamper-method.md 1.1 KB
- reference/ideation/steelman-protocol.md 1.3 KB
- reference/ideation/tri-engine-ideate.md 14 KB
- reference/inversion-method.md 6.3 KB
- reference/output-formats.md 7.2 KB
- reference/scamper-technique.md 5.3 KB
- reference/spark 11 B
- reference/tri-engine-reframe.md 20 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.
- 5d ago First seen · 335 lines · 36 tokens per session scan A dcc70578a4f0
flux is a skill published in the GitHub repository simota/agent-skills (75 stars, last pushed 2d ago), licensed MIT. It adds 36 tokens to every session and 5,549 once invoked, about $0.0002 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
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.
package-installer
Install third-party open-source projects (a GitHub URL or a local git directory the user provides) as external packages. The project is cloned verbatim into the per-user packages directory — never edit, normalize, or reorganize its files.
cog-knowledge-consolidation
Build structured knowledge frameworks from scattered vault notes with source attribution.
strict-tdd
Strict RED->GREEN->REFACTOR test-driven development with enforcement. Never write production code before a failing test. Atomic commits per TDD cycle.
plan-implementation
Disciplined execution of approved plans with step-by-step verification, phase checkpoints, failure investigation, and mandatory code/security reviews.
security-review
Security vulnerability assessment identifying OWASP risks, injection vectors, authentication issues, and data exposure with severity classification.