implement-plan

implement-plan is a skill for Claude Code, Codex from dmbyer/Hedron. It costs 86 tokens per session (1,465 once invoked), scanned A, original, no licence file.

An implementation helper for building a complete gameplay use case from a plan, such as buying an item, fighting, or crafting. It maps the work to the game components, systems, handlers, and events involved.

In plain words
What is it for?
Use it to implement an end-to-end gameplay flow and sequence the work so each part can be tested on its own.
Why use it?
Large gameplay features often cross several parts of a game, making it easy to miss a connection or build pieces in the wrong order.

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/dmbyer/hedron/implement-plan
Any agent
npx skills add dmbyer/Hedron --skill implement-plan
Clone the repo
git clone --depth 1 https://github.com/dmbyer/Hedron

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 implement-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/dmbyer/hedron/implement-plan.svg)](https://agentmods.dev/skills/dmbyer/hedron/implement-plan)
Your own site
<a href="https://agentmods.dev/skills/dmbyer/hedron/implement-plan"><img src="https://agentmods.dev/badge/skills/dmbyer/hedron/implement-plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,465 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.00086 $0.01465
Opus 5 $0.00043 $0.00732
Sonnet 5 $0.00017 $0.00293
Haiku 4.5 $0.00009 $0.00146

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

Security

Grade A, and why

implement-plan 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.

.claude/skills/implement-plan/SKILL.md · 57 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. 3d ago First seen · 57 lines · 86 tokens per session scan A fbd6e718eda9

Subscribe to this mod's changes

implement-plan is a skill published in the GitHub repository dmbyer/Hedron (11 stars, last pushed 18d ago), with no licence file. It adds 86 tokens to every session and 1,465 once invoked, about $0.0004 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

rpgmaker-mv-mcp

Use when building, editing or reasoning about an RPG Maker MV game through the RpgMakerMVUltimate MCP server (tools prefixed rpgmaker / the 13 consolidated tools: querydatabase, createdatabaseentry, generatemap, managemapevent, analyzeproject, etc.). Covers the correct workflow so maps, NPCs, chests, shops, doors…

DiegoLopez0208/RpgMakerMVUltimate-MCP · 139 tokens

gm-craft

The Art of Game Mastering — narration, NPC, pacing, and improvisation wisdom that makes a session feel magical. Load when narrating a scene, voicing an NPC, or pacing a beat. This is the product's soul; internalize it, then play.

Sstobo/Claude-Code-Game-Master · 59 tokens

gm-skills

Skill-check resolution — when to roll, the DC ladder, fail-forward philosophy, and margin-based consequences. Load whenever the player attempts something uncertain ("I try to..."). Resolution runs through the generic core (d20 vs DC); this is the judgment framework for when/how.

Sstobo/Claude-Code-Game-Master · 59 tokens

gm-social

Social / NPC interaction workflow — load NPC context, attitude check, social mechanics (Persuasion/Deception/Intimidation/Insight DCs), and persisting NPC memory + consequences. Load whenever the player talks to, persuades, or reads an NPC ("I talk to...", "I ask...").

Sstobo/Claude-Code-Game-Master · 66 tokens

gm-combat

D&D-kit combat mechanics — initiative, attack/damage resolution, XP-by-CR awards, combat modifiers, and death saves. Load when a hostile action is declared or combat starts in a campaign whose World Kit is dnd5e. For non-D&D kits, use the generic core (gamecore.py) and the active ruleset instead.

Sstobo/Claude-Code-Game-Master · 74 tokens

gm-conditions

Status conditions and exhaustion reference (blinded, charmed, frightened, grappled, paralyzed, poisoned, prone, restrained, stunned, unconscious, etc.). Load when applying or resolving a condition. Persist via gm-condition.sh (PC) / gm-npc.sh condition (party) / gm-combat.sh condition (enemies).

Sstobo/Claude-Code-Game-Master · 71 tokens