urd

urd is a skill for Claude Code from krzysztofdudek/UrdSkill. It costs 50 tokens per session (1,116 once invoked), scanned A, original, MIT.

A set of working rules for turning a plan, design document, or specification into code, with accuracy taking priority over speed.

In plain words
What is it for?
Guide implementation from written requirements, surface ambiguities, and keep the specification as the source of truth during coding.
Why use it?
It reduces guesswork when requirements are unclear and encourages asking the user instead of silently choosing an unsupported workaround.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the urd plugin — 1 skill shipped together

Good fit Guide implementation from written requirements, surface ambiguities, and keep the specification as the source of truth during coding.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/krzysztofdudek/urdskill/urd
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 krzysztofdudek/UrdSkill --skill urd
Clone the repo
git clone --depth 1 https://github.com/krzysztofdudek/UrdSkill

Made for: Claude Code.

Or install urd, the plugin that ships this one along with the rest of its 1 skill.

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 urd

README.md
[![agentmods](https://agentmods.dev/badge/skills/krzysztofdudek/urdskill/urd/github.svg)](https://agentmods.dev/skills/krzysztofdudek/urdskill/urd)
Your own site
<a href="https://agentmods.dev/skills/krzysztofdudek/urdskill/urd"><img src="https://agentmods.dev/badge/skills/krzysztofdudek/urdskill/urd/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 urd

Your own site · 80×15
<a href="https://agentmods.dev/skills/krzysztofdudek/urdskill/urd"><img src="https://agentmods.dev/badge/skills/krzysztofdudek/urdskill/urd.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,116 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.00050 $0.01116
Opus 5 $0.00025 $0.00558
Sonnet 5 $0.00010 $0.00223
Haiku 4.5 $0.00005 $0.00112

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

Security

Grade A, and why

urd 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 9d 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/urd/SKILL.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Urd

Overview

When moving from plan/spec to implementation, accuracy is the priority. Speed and cost are secondary. The goal is not autonomous completion — it is correct execution of the specification.

The user is available continuously. Use them.

Core Rules

  1. Optimize for accuracy. Not speed. Not token cost. Not "ship it." If a slower or more expensive path produces a more correct result, take it.

  2. Ask when confused. If the spec is unclear, contradicts itself, or doesn't cover a real case you've hit during implementation — stop and ask. The user is reachable. They prefer a question over a guess.

  3. Ask when tempted by a hack. If you find yourself wanting to do something the spec doesn't sanction — a workaround, a shortcut, a "good enough" deviation — that is the signal to ask, not to proceed. Hacks compound. One question prevents many corrections.

  4. The plan is the source of truth, not your judgment. Specifications can be imprecise; that's expected. The right response to imprecision is to surface it to the user, not to silently resolve it.

  5. Autonomy is not the goal. Quality is. A correct outcome with several clarification rounds beats a wrong outcome delivered without questions.

  6. Distinguish verified from believed. State as fact only what you have checked against the source. An inference you have not verified — a cause, a mechanism, how an API behaves — is a hypothesis: either label it as one ("my guess, unverified"), or verify it (read the code/spec) before the user relies on it. Never present an unverified-but-checkable claim as established. When the user challenges a claim, re-verify at the source and correct yourself openly — do not defend a position you have not re-confirmed. Performing confidence is an accuracy failure, the same as guessing.

When to Ask vs Proceed

Situation Action
Spec covers the case directly Proceed
Spec is silent on a case you've hit Ask
Spec contradicts itself Ask
You see a "cleaner" deviation from the spec Ask before deviating
You're about to add an exception, fallback, or special case the spec doesn't mention Ask
You're about to comment "TODO: handle X properly later" Ask now
Tests need to be weakened or skipped to make code pass Ask — likely a real problem
Type system or framework constraint forces a workaround Ask — verify the workaround is acceptable
You feel "this is probably fine" without certainty Ask

Read the full file on GitHub · 80 lines

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. 9d ago First seen · 80 lines · 50 tokens per session scan A 6e5c47efaea1

Subscribe to this mod's changes

urd is a skill published in the GitHub repository krzysztofdudek/UrdSkill (2 stars, last pushed yesterday), licensed MIT. It adds 50 tokens to every session and 1,116 once invoked, about $0.0003 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

ratatoskr

Use on every user-facing turn about this codebase or product, always — load it before you say anything to any user. It is a standing discipline for HOW you communicate, not a tool tied to one activity: plain language (never speak in code), no process theater or machinery names, no time or effort estimates, disciplined…

krzysztofdudek/RatatoskrSkill · 0 tokens

multi-plan-handoff

Auto-detect plan files in conversation context and pass them to multi: execute subagents by reference, not by paraphrase.

greenpolo/cc-multi-cli-plugin · 29 tokens

multi-result-handling

Internal guidance for presenting multi: helper output back to the user.

greenpolo/cc-multi-cli-plugin · 17 tokens

debt-ops-init

Write or refresh a "Tech debt operations" section in the project's AGENTS.md so the team shares one source of truth for debt-ops disciplines. Run ONLY when the user explicitly asks to set up, install, or initialize debt-ops disciplines — never auto-invoke. Idempotent; only the managed section changes, other sections…

bcanfield/agentic-tech-debt · 76 tokens

ccc-tuneup

Audit + safely optimize your local /.claude CC Commander setup. Read-only scan by default; backs up + archives (never deletes), asks before fixes. Covers versions, junk, drift, agents, hooks, MCP.

KevinZai/commander · 49 tokens

debt-ops-add

Register a deferred decision in the tech-debt registry. Trigger by judgment, not a marker scan, whenever a future reader would ask "why this way?": an unmade decision, stub, loosened type, bypassed check, swallowed error, a default picked "for now", or a TODO/FIXME/HACK/XXX marker. Trigger immediately whenever you…

bcanfield/agentic-tech-debt · 115 tokens