forge-agent-report

forge-agent-report is a skill for Claude Code, Codex from ForgeyClap/claude-forge. It costs 39 tokens per session (1,089 once invoked), scanned A, original, MIT.

A required format for completion reports from dispatched coding subagents. A subagent is a separate agent assigned part of a larger task, and its final report is checked and imported automatically.

In plain words
What is it for?
Use it when sending work to subagents or processing their results. Require one fenced report containing the work status, work package, changed files, tests run, and supporting evidence.
Why use it?
It prevents the lead agent from manually copying status, changed files, tests, and evidence into a dashboard. Validation also makes incomplete or incorrectly formatted reports easier to detect.

Skill for Claude CodeCodex

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 skills/forgeyclap/claude-forge/forge-agent-report
Any agent
npx skills add ForgeyClap/claude-forge --skill forge-agent-report
Clone the repo
git clone --depth 1 https://github.com/ForgeyClap/claude-forge

Made for: Claude Code, Codex.

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 forge-agent-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/forgeyclap/claude-forge/forge-agent-report.svg)](https://agentmods.dev/skills/forgeyclap/claude-forge/forge-agent-report)
Your own site
<a href="https://agentmods.dev/skills/forgeyclap/claude-forge/forge-agent-report"><img src="https://agentmods.dev/badge/skills/forgeyclap/claude-forge/forge-agent-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,089 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.00039 $0.01089
Opus 5 $0.00019 $0.00544
Sonnet 5 $0.00008 $0.00218
Haiku 4.5 $0.00004 $0.00109

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

Security

Grade A, and why

forge-agent-report 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 5d 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.

.claude/skills/forge-agent-report/SKILL.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

forge-agent-report — the completion-report contract

Stops the Lead from hand-transcribing a dispatched Boss's final message into the dashboard. Every dispatched agent ends its final message with ONE fenced block; this skill's tool parses, validates, and ingests it.

Naming note: the tool lives at forge-bin/forge-report.cjs. The skill folder is named forge-agent-report (not forge-report) because skills/forge-report/SKILL.md already exists for a different thing — the Lead's own end-of-task delivery report format. Don't confuse the two: this skill is the per-agent machine-checkable contract; forge-report is the Lead's human-readable final report.

The contract (copy-paste into every dispatch prompt)

Include this requirement verbatim (or close to it) in every Agent(...) dispatch prompt:

End your final message with EXACTLY ONE fenced block:

​```forge-report
{
  "status": "completed|partial|blocked|failed",
  "work_package": "WP-…",
  "files_changed": ["path/one", "path/two"],
  "tests_run": "the exact command(s) + result — or \"none\" if honestly nothing ran",
  "evidence": ["what actually proves this — command output, file diff, line count, etc."],
  "blockers": ["only if status is blocked — what's blocking you"],
  "next_action": "the single most useful next step"
}
​```

If you emit more than one such block while thinking out loud, only the LAST one counts — make sure it
reflects your true final status.

When to use

  • On every dispatch — the Lead includes the contract requirement above in the prompt of every Agent(...) call, named or not.
  • On every return — when a dispatched agent's final message comes back, the Lead runs validate (or ingest directly) before treating the work as done. An agent claiming completed with no real evidence, or blocked with no blockers listed, is not a valid completion — send it back.

How to run

node .claude/forge-bin/forge-report.cjs validate <file|->
  # parse + validate a saved copy of the agent's message; exit 0 valid / 2 invalid

node .claude/forge-bin/forge-report.cjs ingest <run_id> <file|-> --agent "<Boss name>" [--root <projectRoot>]
  # parse + validate, then log ONE agent_output + ONE agent_evidence_added event into
  # <run>/events.jsonl (both already-registered VISIBLE-REASONING event types) — the dashboard
  # renders the report without the Lead re-typing anything. On an invalid report: logs NOTHING,
  # exit 2 — send it back to the agent instead.

Read the full file on GitHub · 90 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. 5d ago First seen · 90 lines · 39 tokens per session scan A cb62020764b8

Subscribe to this mod's changes

forge-agent-report is a skill published in the GitHub repository ForgeyClap/claude-forge (2 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 1,089 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.