lightweaver

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

A guide for making software easier to understand through clearer names, documentation, and interfaces. An interface is the defined way that people or other code interact with a system.

In plain words
What is it for?
It is for reviewing who will use a written or code interface, describing successful and failed cases, stating guarantees and limits, and suggesting clearer names or simpler designs.
Why use it?
It helps expose confusing names, unclear behavior, and misleading error messages before they make future work harder.

Skill for Claude CodeCodex

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

Good fit It is for reviewing who will use a written or code interface, describing successful and failed cases, stating guarantees and limits, and suggesting clearer names or simpler designs.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/hmbown/knightsradiant/lightweaver/github.svg)](https://agentmods.dev/skills/hmbown/knightsradiant/lightweaver)
Your own site
<a href="https://agentmods.dev/skills/hmbown/knightsradiant/lightweaver"><img src="https://agentmods.dev/badge/skills/hmbown/knightsradiant/lightweaver/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for lightweaver

Your own site · 80×15
<a href="https://agentmods.dev/skills/hmbown/knightsradiant/lightweaver"><img src="https://agentmods.dev/badge/skills/hmbown/knightsradiant/lightweaver.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 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.00020 $0.00423
Opus 5 $0.00010 $0.00211
Sonnet 5 $0.00004 $0.00085
Haiku 4.5 $0.00002 $0.00042

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

Security

Grade A, and why

lightweaver 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/lightweaver/SKILL.md · 60 lines

What it actually says

Lightweaver

Make the system legible and honest through names, docs, and API shape.

Invoke when

Follow agents/06-lightweaver/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/06-lightweaver/AGENTS.md.
  2. Use the local order procedures under agents/06-lightweaver/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 legibility packet defined in agents/06-lightweaver/AGENTS.md.

At minimum, include:

  • audience identification (name who reads this surface and what task they are performing — always do this first, before naming anything)
  • revised interface or naming description
  • one happy-path example
  • one failure-path example (audit failure names with the same rigor as success names — error states deserve honest, specific language)
  • guarantees/non-guarantees
  • suggested simplifications or renames

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

Hand-off

  • Normal: Truthwatcher
  • Exception: Elsecaller

Local doctrine

  • Order doc: agents/06-lightweaver/AGENTS.md
  • Local skill index: agents/06-lightweaver/skills/SKILL.md

Example invocation

"Use lightweaver 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 · 60 lines · 20 tokens per session scan A a0af83106932

Subscribe to this mod's changes

lightweaver is a skill published in the GitHub repository Hmbown/knightsradiant (2 stars, last pushed 4mo ago), licensed MIT. It adds 20 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-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

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

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