overview

An overview of specialized AI assistants in the F5 Framework, grouped into general, business-domain, and technology-stack roles. Each agent has defined triggers, capabilities, and outputs.

In plain words
What is it for?
Use it to find agents for tasks such as gathering evidence, creating designs, generating code, validating work, or handling fintech, e-commerce, and NestJS concerns.
Why use it?
It helps developers choose the right assistant for research, design, implementation, validation, or domain-specific work.

Agent

Part of the f5-framework plugin — 1 agent, 1 plugin shipped together

Install

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.

agentmods
npx agentmods add agents/fujigo-software/f5-framework-claude/overview
Clone the repo
git clone --depth 1 https://github.com/Fujigo-Software/f5-framework-claude

Or install f5-framework, the plugin that ships this one along with the rest of its 1 agent, 1 plugin.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 615 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 3d ago against content hash dbbe19aff54f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

docs/agents/overview.md · 77 lines

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:

Read the full file on GitHub · 77 lines

Changes

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.

  1. 3d ago First seen · 77 lines · 0 tokens per session scan A dbbe19aff54f

Subscribe to this mod's changes

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.

Related

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.

Joncik91/ucai · 32 tokens

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.

Joncik91/ucai · 38 tokens

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.

Joncik91/ucai · 35 tokens

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…

AnExiledDev/CodeForge · 104 tokens

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…

AnExiledDev/CodeForge · 125 tokens

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"…

AnExiledDev/CodeForge · 127 tokens