fg-drop

fg-drop is a skill for Claude Code, Codex from gyuha/forge. It costs 133 tokens per session (2,930 once invoked), scanned A, original, no licence file.

A cleanup tool for unfinished Forge work, such as backlog plans, active tasks, waiting tasks, or halted goal loops.

In plain words
What is it for?
Use it to discard unfinished Forge items through a confirmation step; it does not undo code that has already run.
Why use it?
It helps remove or archive work you no longer want while showing the risk of each item first.

Skill for Claude CodeCodex

Part of the forge plugin — 23 skills, 3 agents, 2 hooks 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 skills/gyuha/forge/fg-drop
Any agent
npx skills add gyuha/forge --skill fg-drop
Clone the repo
git clone --depth 1 https://github.com/gyuha/forge

Made for: Claude Code, Codex.

Or install forge, the plugin that ships this one along with the rest of its 23 skills, 3 agents, 2 hooks.

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 fg-drop

README.md
[![agentmods](https://agentmods.dev/badge/skills/gyuha/forge/fg-drop.svg)](https://agentmods.dev/skills/gyuha/forge/fg-drop)
Your own site
<a href="https://agentmods.dev/skills/gyuha/forge/fg-drop"><img src="https://agentmods.dev/badge/skills/gyuha/forge/fg-drop.svg" alt="Measured on agentmods" height="20"></a>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,930 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.00133 $0.02930
Opus 5 $0.00067 $0.01465
Sonnet 5 $0.00027 $0.00586
Haiku 4.5 $0.00013 $0.00293

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

Security

Grade A, and why

fg-drop 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.

skills/fg-drop/SKILL.md · 105 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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 9804c762ad16
  2. 4d ago First seen · 105 lines · 133 tokens per session scan A 91e49b1a8793

Subscribe to this mod's changes

fg-drop is a skill published in the GitHub repository gyuha/forge (4 stars, last pushed yesterday), with no licence file. It adds 133 tokens to every session and 2,930 once invoked, about $0.0007 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 skills, from other repositories

beads

Use when working in a repository that uses bd or Beads for durable project task tracking, issue dependencies, blocker management, multi-session handoff, or shared work memory. Trigger when the user asks to find ready work, claim or close tasks, create follow-up work, inspect blockers, recover project context, or…

gastownhall/beads · 74 tokens

wrongstack-kanban

Record substantial project work on WrongStack's IPC-backed Kanban board so it survives the session and other agents can see it. Covers card detail, the managed Backlog→Todo→Running→Review→Done lifecycle, lease-fenced dispatch, and what "verified" means before a card reaches Done.

WrongStack/WrongStack · 69 tokens

work

Pick up ready leaf yaks and implement them — dispatch subagents in isolated worktrees, then merge back to main.

mattwynne/yaks · 25 tokens

yak-worktree-workflow

Use when starting work on a yak - sets up an isolated git worktree, reads yak context, and guides the full cycle from claiming through merge and cleanup.

mattwynne/yaks · 37 tokens

acceptance-orchestrator-v2

Acceptance Orchestrator workflow skill. Use this skill when the user needs a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human re-intervention and the operator should preserve the upstream workflow, copied support files…

diegosouzapw/awesome-omni-skills · 71 tokens

issue-comment

Handle a non-build maintainer comment on an issue or PR — close, reopen, label, dedupe, answer a brief question, or triage. Action-only; redirect anything that needs code changes to /build.

nearform/lastlight · 47 tokens