willshaper

willshaper is a skill for Claude Code, Codex from Hmbown/knightsradiant. It costs 22 tokens per session (423 once invoked), scanned A, original, MIT.

A repository-shaping procedure for choosing project structure, build setup, and scaffolding that support the intended development path.

In plain words
What is it for?
Use it when creating or reorganizing modules, build wiring, feature flags, adapters, migration jobs, or project setup.
Why use it?
It makes architectural decisions explicit and records the files, transitional pieces, setup work, and follow-up tasks needed for a change.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it when creating or reorganizing modules, build wiring, feature flags, adapters, migration jobs, or project setup.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hmbown/knightsradiant/willshaper
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.

Any agent
npx skills add Hmbown/knightsradiant --skill willshaper
Clone the repo
git clone --depth 1 https://github.com/Hmbown/knightsradiant

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 willshaper

README.md
[![agentmods](https://agentmods.dev/badge/skills/hmbown/knightsradiant/willshaper.svg)](https://agentmods.dev/skills/hmbown/knightsradiant/willshaper)
Your own site
<a href="https://agentmods.dev/skills/hmbown/knightsradiant/willshaper"><img src="https://agentmods.dev/badge/skills/hmbown/knightsradiant/willshaper.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 423 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00022 $0.00423
Opus 5 $0.00011 $0.00211
Sonnet 5 $0.00004 $0.00085
Haiku 4.5 $0.00002 $0.00042

Measured 8d ago against content hash 28958860d243, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

willshaper 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 8d 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.

skills/knights-radiant/willshaper/SKILL.md · 61 lines

What it actually says

Willshaper

Shape the repo, build, and scaffolding so the paved road is the right road.

Invoke when

Follow agents/08-willshaper/AGENTS.md for the canonical decision criteria.

Inputs required

  • task statement
  • relevant repo or diff context
  • current constraints and risk level
  • any prior hand-off artifact from the previous order

Procedure

  1. Read the canonical order doc at agents/08-willshaper/AGENTS.md.
  2. Use the local order procedures under agents/08-willshaper/skills/.
  3. Keep the work inside this order's stance until its artifact is complete.
  4. Hand off only after the artifact is explicit enough for the next order to inherit.

Output shape

Produce the full scaffolding packet defined in agents/08-willshaper/AGENTS.md.

At minimum, include:

  • scaffold summary
  • files created or reorganized
  • runtime bridge artifacts if the change requires a stateful transition (feature flags, adapter modules, migration jobs — each with its removal condition)
  • build/test wiring
  • setup checklist
  • explicit TODOs (name the receiving order when a TODO is a hand-off)
  • verification steps

Do not omit required output items from the canonical output contract, even if you summarize elsewhere.

Hand-off

  • Normal: Stoneward
  • Exception: Elsecaller

Local doctrine

  • Order doc: agents/08-willshaper/AGENTS.md
  • Local skill index: agents/08-willshaper/skills/SKILL.md

Example invocation

"Use willshaper for this task and produce the required artifact before proposing the next order."

Usage rule

Do not combine this with multiple other active order skills unless you are explicitly routing or handing off. One order should own the work at a time.

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. 8d ago First seen · 61 lines · 22 tokens per session scan A 28958860d243

Subscribe to this mod's changes

willshaper is a skill published in the GitHub repository Hmbown/knightsradiant (2 stars, last pushed 4mo ago), licensed MIT. It adds 22 tokens to every session and 423 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-31.

Related

Other skills, from other repositories

idea-superpowers-suite

Use when running the full idea workflow: capture a rough idea, expand it into design/UI/implementation docs, research similar products, and generate build-ready Markdown artifacts.

AkoliteZA/hermes-agent-idea-workflow · 38 tokens

idea-to-implementation-doc

Use when reviewing one specific idea/design doc, researching similar products, and producing a separate technical implementation plan or roadmap.

AkoliteZA/hermes-agent-idea-workflow · 29 tokens

idea-to-design-doc

Use when turning a rough idea into a focused product/design Markdown doc through guided questions, without moving into implementation too early.

AkoliteZA/hermes-agent-idea-workflow · 29 tokens

idea-to-ui-design-brief

Use when turning a product/design doc into a focused UI design brief, optional AI image-generation concept prompts, and implementation-ready UI direction without replacing the main idea workflow.

AkoliteZA/hermes-agent-idea-workflow · 40 tokens

refresh

Use when an existing contextualizer's references may have drifted from current upstream state — typically weekly, or whenever a few days of upstream changes have accumulated — to bring them back into agreement.

nick-railsback/skill-engine · 40 tokens

using-skill-engine

When the user mentions skill-engine or "the engine" without naming a specific workflow, or wants first-run setup. Inspects .claude/skills/-context/ install state (and any pending -context.proposed/ proposals) across all three install levels, then dispatches to engine-bootstrap when no contextualizer exists, to…

nick-railsback/skill-engine · 101 tokens