work-on

work-on is a skill for Claude Code, Codex from RapierCraftStudios/ForgeDock. It costs 25 tokens per session (693 once invoked), scanned A, original, AGPL-3.0.

A workflow for taking a GitHub issue from investigation through implementation, review, and merging in Forge.

In plain words
What is it for?
Use it when you want Codex to pick up a GitHub issue, study the problem, build the change, get it reviewed, and merge it.
Why use it?
It puts the full issue-handling process in one repeatable workflow instead of leaving each stage to be managed manually.

Skill for Claude CodeCodex

Part of the forgedock plugin — 5 skills, 46 commands 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/rapiercraftstudios/forgedock/work-on
Any agent
npx skills add RapierCraftStudios/ForgeDock --skill work-on
Clone the repo
git clone --depth 1 https://github.com/RapierCraftStudios/ForgeDock

Made for: Claude Code, Codex.

Or install forgedock, the plugin that ships this one along with the rest of its 5 skills, 46 commands.

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 work-on

README.md
[![agentmods](https://agentmods.dev/badge/skills/rapiercraftstudios/forgedock/work-on.svg)](https://agentmods.dev/skills/rapiercraftstudios/forgedock/work-on)
Your own site
<a href="https://agentmods.dev/skills/rapiercraftstudios/forgedock/work-on"><img src="https://agentmods.dev/badge/skills/rapiercraftstudios/forgedock/work-on.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 693 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.00025 $0.00693
Opus 5 $0.00013 $0.00347
Sonnet 5 $0.00005 $0.00139
Haiku 4.5 $0.00003 $0.00069

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

Security

Grade A, and why

work-on 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 4d 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.

.agents/skills/work-on/SKILL.md · 60 lines

The source is not reproduced here

Licensed AGPL-3.0

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

Read it on GitHub

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 60 lines · 25 tokens per session scan A 548585cb7434

Subscribe to this mod's changes

work-on is a skill published in the GitHub repository RapierCraftStudios/ForgeDock (118 stars, last pushed 25d ago), licensed AGPL-3.0. It adds 25 tokens to every session and 693 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

mainline

Use for coding-agent work in Git repos that use or may need Mainline, or when users mention Mainline, intents, agent autonomy, agentauthority, maxautonomy, stop lines, allowedboundary, inspectorstop, beforecommit/proposedintent/openedpr, current-instruction overrides, commit/seal handoff, push/PR review boundaries…

mainline-org/mainline · 117 tokens

writing

将共享历史中的已验证事实和计算结果整理成符合受众、格式与长度约束的成稿。.

bojieli/ai-agent-book · 27 tokens

kayba-stage-7-fixer

Implement the approved fixes from the action plan and log all changes. Trigger when the user says "run stage 7", "implement fixes", "apply action plan", or when invoked by the kayba-pipeline orchestrator. Requires eval/actionplan.md to exist.

kayba-ai/agentic-context-engine · 61 tokens

regex-mastery

Use this skill when writing regular expressions, debugging pattern matching,optimizing regex performance, or implementing text validation. Triggers on regex, regular expressions, pattern matching, lookahead, lookbehind, named groups, capture groups, backreferences, and any task requiring text pattern matching.

alibaba/anolisa · 60 tokens

memory-recall

Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from historical context, past decisions, debugging notes, previous conversations, or project knowledge -- especially questions like 'what did I decide about X', 'why did we do Y', or 'have I seen this…

zilliztech/memsearch · 149 tokens

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens