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-implementgit 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.00008 | $0.09549 |
| Opus 5 | $0.00004 | $0.04775 |
| Sonnet 5 | $0.00002 | $0.01910 |
| Haiku 4.5 | $0.00001 | $0.00955 |
Grade A, and why
f5-implement 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 — 1,468 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/f5-implement - Unified Implementation Command
Consolidated command that replaces:
/f5-fix→/f5-implement fix
Implement features and fix bugs with high quality, TDD support, and best practices.
ARGUMENTS
$ARGUMENTS
MODE DETECTION
| Pattern | Mode | Description |
|---|---|---|
fix <bug-id|desc> |
FIX | Bug fix workflow |
fix list |
FIX_LIST | List all bugs |
fix done <id> |
FIX_DONE | Mark bug as fixed |
fix verify <id> |
FIX_VERIFY | Re-verify fix |
<other> (default) |
IMPLEMENT | Feature implementation |
MODE: FIX (from /f5-fix)
/f5-implement fix <bug-id|description>
Structured workflow for fixing issues with traceability.
| Action | Description |
|---|---|
<bug-id> |
Fix specific bug by ID |
"<description>" |
Fix by description (creates new bug) |
list |
List all bugs |
done <bug-id> |
Mark bug as fixed |
verify <bug-id> |
Re-verify after fix |
list --status open |
Filter open bugs |
list --severity high |
Filter by severity |
Examples:
/f5-implement fix BUG-001
/f5-implement fix "Hero image wrong size"
/f5-implement fix list
/f5-implement fix done BUG-001
/f5-implement fix verify BUG-001
MODE: IMPLEMENT (Default)
Implement features with high quality and auto-agent support.
STEP 0: PRE-FLIGHT CHECKS
0.1 Load Integration Config
# Load command integration settings from .f5/config/command-integration.yaml
INTEGRATION_CONFIG=".f5/config/command-integration.yaml"
if [ -f "$INTEGRATION_CONFIG" ]; then
COMMAND_CONFIG=$(cat "$INTEGRATION_CONFIG" | yq '.command_integration.f5-implement')
fi
0.2 Check MCP Prerequisites
📋 **MCP Pre-flight Check**
Required MCPs:
- context7: [✅ Available / ⚠️ Not available]
Optional MCPs:
- serena: [✅ Available / ○ Not configured]
{{#if MISSING_REQUIRED}}
⚠️ Missing required MCP: context7
Run: /f5-mcp install context7
Continuing with reduced capabilities...
{{/if}}
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 · 1,468 lines · 8 tokens per session scan A 5e1080d591e9
f5-implement is a command published in the GitHub repository Fujigo-Software/f5-framework-claude (24 stars, last pushed 7mo ago), licensed MIT. It adds 8 tokens to every session and 9,549 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
paul:help
Show available PAUL commands and usage guide.
paul:handoff
Generate comprehensive session handoff document.
paul:research-phase
Research unknowns for a phase using subagents.
paul:progress
Smart status with routing - suggests ONE next action.
config
Manage PAUL project configuration and integrations. Create or update .paul/config.md at any point in the project lifecycle.
paul:status
Display current loop position (PLAN/APPLY/UNIFY) and phase progress.