go-fiber-architect

go-fiber-architect is an agent for coding agents from onlygian/G-Forge. It costs 48 tokens per session (1,366 once invoked), scanned A, original, GPL-3.0.

An architecture guide for Go applications built with Fiber. Fiber is a Go web framework, and the guide focuses on separating HTTP handlers, business services, data repositories, and error handling.

In plain words
What is it for?
Use it when changing Fiber handlers, services, repositories, route groups, or error-handler setup.
Why use it?
It helps maintain clear boundaries in a Fiber application and avoids misuse of request context and route-group configuration.

Agent

Part of the g-forge plugin — 38 skills, 1 command, 69 agents 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/onlygian/g-forge/go-fiber-architect
Clone the repo
git clone --depth 1 https://github.com/onlygian/G-Forge

Or install g-forge, the plugin that ships this one along with the rest of its 38 skills, 1 command, 69 agents.

Wrote 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.

agentmods badge for go-fiber-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/onlygian/g-forge/go-fiber-architect.svg)](https://agentmods.dev/agents/onlygian/g-forge/go-fiber-architect)
Your own site
<a href="https://agentmods.dev/agents/onlygian/g-forge/go-fiber-architect"><img src="https://agentmods.dev/badge/agents/onlygian/g-forge/go-fiber-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,366 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00048 $0.01366
Opus 5 $0.00024 $0.00683
Sonnet 5 $0.00010 $0.00273
Haiku 4.5 $0.00005 $0.00137

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

Security

Grade A, and why

go-fiber-architect 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 yesterday.

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.

profiles/go-fiber/agents/go-fiber-architect.md · 166 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. yesterday Changed · -24 lines e1b85ffc7cb1
  2. 4d ago First seen · 190 lines · 48 tokens per session scan A 46f03c9cbbac

Subscribe to this mod's changes

go-fiber-architect is an agent published in the GitHub repository onlygian/G-Forge (3 stars, last pushed 2d ago), licensed GPL-3.0. It adds 48 tokens to every session and 1,366 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-31.

Related

Other agents, from other repositories

rop

Bell Labs and Plan 9 alumnus. Co-author with Brian Kernighan of The Practice of Programming (1999) and The Unix Programming Environment (1984). Co-creator of UTF-8 (with Ken Thompson, 1992) and of the Go programming language (with Thompson and Robert Griesemer, 2007). Built sam, acme, the Plan 9 windowing system, and…

punt-labs/prfaq · 103 tokens

code-reviewer

Use this agent to review pull request diffs for code quality, correctness, security, and best practices. Invoke when a PR is created and needs review before merge. Context: An issue PR has been created targeting the feature branch. assistant: "I'll use the code-reviewer agent to review this PR." Context: A feature PR…

skullninja/coco-workflow · 127 tokens

bwk

Go specialist sub-agent. Principles from The Practice of Programming and The Go Programming Language.

punt-labs/prfaq · 23 tokens

task-executor

Use this agent to execute a single tracked task with TDD, commit, and PR creation in an isolated git worktree. Dispatched by /coco:loop for parallel execution. Context: Multiple tasks are ready with non-overlapping file ownership. /coco:loop dispatches parallel agents. assistant: "I'll dispatch task-executor agents…

skullninja/coco-workflow · 97 tokens

pre-commit-tester

Use this agent to validate UI/UX changes before committing. Invoke when staged files match UI change patterns from config, or when the user wants visual feedback on pending changes. Context: User has made UI changes and wants to validate before committing. user: "Test the changes before I commit" assistant: "I'll use…

skullninja/coco-workflow · 159 tokens

test-auditor

Use this agent to score a scoped set of test files against the test value rubric, identifying tests that defend no failure mode. Dispatched by /coco:test-audit for large suites. Context: The user runs /coco:test-audit on a repo with 400 test files across several modules. assistant: "I'll dispatch test-auditor agents…

skullninja/coco-workflow · 151 tokens