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 commands/fujigo-software/f5-framework-claude/f5-modulegit clone --depth 1 https://github.com/Fujigo-Software/f5-framework-claudeWrote 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/fujigo-software/f5-framework-claude/f5-module)<a href="https://agentmods.dev/commands/fujigo-software/f5-framework-claude/f5-module"><img src="https://agentmods.dev/badge/commands/fujigo-software/f5-framework-claude/f5-module.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.00004 | $0.02029 |
| Opus 5 | $0.00002 | $0.01014 |
| Sonnet 5 | $0.00001 | $0.00406 |
| Haiku 4.5 | $0.00000 | $0.00203 |
Grade A, and why
f5-module 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 4d 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 — 389 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/f5-module - Module Management
View and activate tech stack and domain modules for context-aware assistance.
ARGUMENTS
The user's request is: $ARGUMENTS
PURPOSE
Modules provide domain-specific knowledge:
- Tech Modules: Framework patterns, best practices, anti-patterns
- Domain Modules: Business logic, regulations, industry standards
MODULE TYPES
Tech Stack Modules
| Category | Modules |
|---|---|
| Backend | nestjs, go, spring, fastapi, express, django, rails |
| Frontend | react, vue, angular, nextjs, nuxt, svelte |
| Mobile | flutter, react-native, swift, kotlin |
| Database | postgresql, mysql, mongodb, redis, elasticsearch |
| Infrastructure | kubernetes, docker, terraform, aws, gcp, azure |
| Gateway | nginx, kong, traefik, envoy |
Domain Modules
| Domain | Sub-domains |
|---|---|
fintech |
stock-trading, p2p-lending, payment, banking, crypto |
e-commerce |
b2c-retail, b2b-wholesale, marketplace, subscription |
healthcare |
ehr, telemedicine, pharmacy, clinical-trials |
logistics |
warehouse, fleet, last-mile, supply-chain |
education |
lms, assessment, certification, e-learning |
entertainment |
streaming, gaming, esports, horse-racing |
saas |
multi-tenant, billing, analytics, crm |
ACTIONS
List Active Modules
/f5-module
Output:
📦 Active Modules
Tech Stack:
✓ nestjs - Backend framework
✓ react - Frontend framework
✓ postgresql - Primary database
✓ redis - Cache layer
Domain:
✓ fintech/stock-trading - Retail variant
Source: .f5/config.json
List Available Modules
/f5-module list
Output:
📋 Available Modules
TECH STACK:
┌─────────────┬─────────────────────────────────────────────┐
│ Category │ Modules │
├─────────────┼─────────────────────────────────────────────┤
│ Backend │ nestjs, go, spring, fastapi, express │
│ Frontend │ react, vue, angular, nextjs, nuxt │
│ Mobile │ flutter, react-native, swift, kotlin │
│ Database │ postgresql, mysql, mongodb, redis │
│ Infra │ kubernetes, docker, terraform, aws │
└─────────────┴─────────────────────────────────────────────┘
DOMAINS:
┌─────────────┬─────────────────────────────────────────────┐
│ Domain │ Sub-domains │
├─────────────┼─────────────────────────────────────────────┤
│ fintech │ stock-trading, p2p-lending, payment │
│ e-commerce │ b2c-retail, marketplace, subscription │
│ healthcare │ ehr, telemedicine, pharmacy │
│ logistics │ warehouse, fleet, last-mile │
│ education │ lms, assessment, certification │
│ saas │ multi-tenant, billing, analytics │
└─────────────┴─────────────────────────────────────────────┘
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.
- 4d ago First seen · 389 lines · 4 tokens per session scan A a68e80ba543f
f5-module is a command published in the GitHub repository Fujigo-Software/f5-framework-claude (24 stars, last pushed 7mo ago), licensed MIT. It adds 4 tokens to every session and 2,029 once invoked, about $0.0000 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 commands, from other repositories
build
Guided feature development with approval gates at each phase.
plan
Project spec (no args) or feature FRD (with args).
ship
Autonomous spec-to-PR pipeline with zero approval gates.
debug
Structured debugging with parallel investigation agents.
init
Analyze codebase and generate CLAUDE.md with project conventions.
release
Generate changelog, bump version, and create git tag.