revenantworks-foundation-skillwright

revenantworks-foundation-skillwright is a skill for Claude Code from revenantworks/claude-skills. It costs 227 tokens per session (8,407 once invoked), scanned A, original, MIT.

A skill for building, auditing, adapting, and packaging Agent Skills, which are instruction bundles that teach coding agents how to perform specific work. It checks their structure, usefulness, quality, and installation readiness.

In plain words
What is it for?
Creating skill packs, auditing SKILL.md files, porting skills to new owners or purposes, researching best practices, and preparing installable packages.
Why use it?
It turns a rough skill idea or an existing skill into something that can be reviewed and installed consistently. It also helps identify when a proposed skill does not fill a useful gap.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions CLAUDE.md; mentions Claude Code.

Part of the foundation plugin — 11 skills shipped together

Good fit Creating skill packs, auditing SKILL.md files, porting skills to new owners or purposes, researching best practices, and preparing installable packages.

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

Made for: Claude Code.

Or install foundation, the plugin that ships this one along with the rest of its 11 skills.

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 revenantworks-foundation-skillwright

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/revenantworks/claude-skills/revenantworks-foundation-skillwright"><img src="https://agentmods.dev/badge/skills/revenantworks/claude-skills/revenantworks-foundation-skillwright.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 227 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,407 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.00227 $0.08407
Opus 5 $0.00113 $0.04203
Sonnet 5 $0.00045 $0.01681
Haiku 4.5 $0.00023 $0.00841

Measured today against content hash 95a3c8999d36, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

revenantworks-foundation-skillwright 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 today.

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.

packs/foundation/skills/revenantworks-foundation-skillwright/SKILL.md · 184 lines

How it starts

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

revenantworks-foundation-skillwright

history in CHANGELOG.md · sources in SOURCES.md · MIT (LICENSE)

Turn a one-line intent into a shipped, install-ready Agent Skill — or port an existing set to a new owner or purpose. Built from scratch, a skill is researched against current best practices, checked for a real niche, tested, and packaged. Or point it at an existing skill and get the same standards applied as an audit. Builds spec-clean neutral — a member is labeled with its pack's structural identity (name segments + frontmatter token) but carries no applied styling. Brand and voice are added only by invoking brandwright.

Build workflow: Intent → Pack & profile → Research → Niche verdict → Design catalog (one gate) → Build → Self-audit → Package

Ships no executable code of its own. Uses web search for research and baseline verification, and the surface's native file tools for delivery; where file tools are absent, every deliverable degrades gracefully to in-chat file content the user can save. Packaging optionally reaches for a shell (zip) and a stdlib-only python3 for the archive build and the exact-count hard-check (Packaging steps 3–4); both skip cleanly where no shell exists, and neither is ever required to complete a build. The universal rule it builds by: no undeclared dependencies — any tool, script, or sibling skill a built skill needs is named in its frontmatter and docs.

Turn shape

  1. One catalog, one gate, no drip-feed. Every decision set (design catalog, audit findings) is presented complete, once, with per-item recommendations. One approval round follows; "apply all" / "just build it" given anywhere in the request skips the gate. Never re-open a settled catalog with unsolicited additions.
  2. Gates render by the tool-list test. Before writing a gate or option set, scan the available tools: if any tool presents tappable options or questions to the user, use it — the plain-text fallback line (Approve: apply all · pick IDs · adjust) is only for surfaces whose tool list has no such tool. Describing the tappable form without checking the tool list is how fallback-in-chat failures happen.
  3. The deliverable is files, not prose. A completed build or approved audit rewrite ends with the packaged skill handed back, per Packaging below — never only a description of what would be built.

Read the full file on GitHub · 184 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. today Changed · +3 lines 95a3c8999d36
  2. yesterday Changed 3c5a6044b39a
  3. 2d ago Changed 35f2446c6d2e
  4. 12d ago First seen · 181 lines · 227 tokens per session scan A eff05c66de9d

Subscribe to this mod's changes

revenantworks-foundation-skillwright is a skill published in the GitHub repository revenantworks/claude-skills (3 stars, last pushed today), licensed MIT. It adds 227 tokens to every session and 8,407 once invoked, about $0.0011 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

project

A single starting point for setting up an AI-assisted project in Claude Cowork. It asks questions about the work, reviews available add-ons, and creates project instructions, custom agents, and connected workflows.

modu-ai/moai-cowork · 475 tokens

design-sync-upload

An uploader for design-system files such as DESIGN.md, tokens, logos, fonts, and images into Claude Design. It can either use an authenticated connection or prepare a folder and guide for manual upload.

modu-ai/moai-cowork · 211 tokens

doc-html-slide

A renderer that turns presentation content into a single HTML slide deck that opens directly in a browser. It creates a 16:9 slide sequence with navigation, fullscreen viewing, printing to PDF, and speaker-note controls.

modu-ai/moai-cowork · 469 tokens

consult-startup

A step-by-step startup planning aid covering an idea, its market, business model, investor presentation, finances, and execution plan.

modu-ai/moai-cowork · 187 tokens

cs-channel-message

A channel-message writing tool for search ads, advertising, customer relationship messages, and app notifications. It uses the NCM sequence—Need, Channel, Moment, Message, and CTA—to adapt wording to where and when customers see it.

modu-ai/moai-cowork · 470 tokens

design-tokens-transformer

A converter for design tokens, which are named values for colors, fonts, spacing, borders, shadows, and motion. It translates one shared token source into CSS variables and Tailwind or shadcn-style theme files, and can convert them back for checking.

modu-ai/moai-cowork · 255 tokens