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 agents/fujigo-software/f5-framework-claude/overviewgit clone --depth 1 https://github.com/Fujigo-Software/f5-framework-claudeWhat 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.00000 | $0.00615 |
| Opus 5 | $0.00000 | $0.00308 |
| Sonnet 5 | $0.00000 | $0.00123 |
| Haiku 4.5 | $0.00000 | $0.00061 |
Grade A, and why
overview 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 3d 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 — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agents Overview - F5 Framework v1.2.0
What are Agents?
Agents are specialized AI assistants that help with specific tasks in your development workflow. Each agent has:
- Specific triggers that activate it
- Defined capabilities and outputs
- Integration with F5 quality gates
Available Agents
Base Agents
| Agent | Description | Triggers |
|---|---|---|
| base-researcher | Gathers context and evidence | /f5-research |
| base-designer | Creates design documents | /f5-design |
| base-implementer | Generates code | /f5-implement |
| base-validator | Multi-agent validation | /f5-validate |
Domain Agents
Fintech
| Agent | Description | Triggers |
|---|---|---|
| fintech-security-auditor | Security compliance review | security audit, compliance |
| fintech-compliance-checker | Regulatory compliance | regulatory, audit |
E-Commerce
| Agent | Description | Triggers |
|---|---|---|
| ecommerce-catalog-designer | Product catalog design | catalog, product |
| ecommerce-checkout-designer | Checkout flow design | checkout, cart |
| ecommerce-fulfillment-designer | Order fulfillment | fulfillment, shipping |
Stack Agents
NestJS
| Agent | Description | Triggers |
|---|---|---|
| nestjs-service-generator | Service layer generation | nestjs service, nestjs module |
| nestjs-api-designer | REST/GraphQL API design | nestjs api, endpoint |
Go
| Agent | Description | Triggers |
|---|---|---|
| go-service-generator | Go service generation | go service, golang |
| go-api-designer | Go API design | go api, gin, fiber |
React
| Agent | Description | Triggers |
|---|---|---|
| react-component-designer | Component design patterns | react component, ui |
| react-hook-generator | Custom hook generation | react hook, useQuery |
Using Agents
Agents are automatically activated based on context. You can also explicitly invoke them:
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.
- 3d ago First seen · 77 lines · 0 tokens per session scan A dbbe19aff54f
overview is an agent published in the GitHub repository Fujigo-Software/f5-framework-claude (24 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 615 tokens. 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 agents, from other repositories
reviewer-opus
Deeply reviews code for bugs, logic errors, and security vulnerabilities using comprehensive reasoning to catch subtle, high-impact issues that require careful analysis.
architect
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create or modify, component designs, data flows, and build sequences.
reviewer
Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues.
architect
Read-only software architect agent that designs implementation plans, analyzes trade-offs, and identifies critical files for a proposed change. Use when the user asks "plan the implementation", "design the approach", "how should we architect", "what's the best strategy for", "create an implementation plan", or needs…
migrator
Code migration specialist that handles framework upgrades, language version bumps, API changes, and dependency migrations. Plans migration steps, transforms code systematically, and verifies functionality after changes. Use when the user asks "migrate from X to Y", "upgrade to version N", "update the framework", "bump…
refactorer
Code refactoring specialist that performs safe, behavior-preserving transformations. Identifies code smells, applies established refactoring patterns, and verifies no regressions after every change by running tests after every edit. Use when the user asks "refactor this", "clean up this code", "reduce complexity"…