revenantworks-foundation-agentwright

revenantworks-foundation-agentwright is a skill for Claude Code from revenantworks/claude-skills. It costs 218 tokens per session (4,491 once invoked), scanned A, original, MIT.

A design and review tool for the operating system around an autonomous or scheduled agent, separate from the agent’s prompt. It defines when the agent runs, what it may access, and how it stops or handles bad results.

In plain words
What is it for?
Designing or auditing agents, bots, scheduled tasks, and automations, including schedules, permissions, stop conditions, failure handling, web-verification needs, and an operations specification.
Why use it?
It makes operational risks and controls explicit before an agent acts on its own.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Part of the foundation plugin — 11 skills shipped together

Good fit Designing or auditing agents, bots, scheduled tasks, and automations, including schedules, permissions, stop conditions, failure handling, web-verification needs, and an operations specification.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/revenantworks/claude-skills/revenantworks-foundation-agentwright
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-agentwright
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-agentwright

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/revenantworks/claude-skills/revenantworks-foundation-agentwright"><img src="https://agentmods.dev/badge/skills/revenantworks/claude-skills/revenantworks-foundation-agentwright.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 218 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,491 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.00218 $0.04491
Opus 5 $0.00109 $0.02246
Sonnet 5 $0.00044 $0.00898
Haiku 4.5 $0.00022 $0.00449

Measured today against content hash c5290bee3632, 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-agentwright 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-agentwright/SKILL.md · 134 lines

How it starts

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

revenantworks-foundation-agentwright

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

The system around the prompt. An agent that acts on its own needs decisions no prompt carries: when it runs, what it may touch, what stops it, and what happens when the world returns nothing or garbage. agentwright produces that operating spec — or scores an existing one.

Workflow: Intake → Blast radius → Checklist pass (design or audit) → Ops spec / scoreline → Handback

Dependencies (standalone profile): web search for Entry — Refresh verification, and the surface's native file tools for delivery — where file tools are absent, every deliverable degrades gracefully to in-chat content the user can save. No scripts shipped, none assumed.

Turn shape

  1. One spec, one gate. Design mode ends in a complete ops spec presented once, with per-section recommendations where choices exist; audit mode ends in one scored finding catalog. "Apply all" / "just spec it" skips the gate. No drip-feed hardening afterward. The ban is on agentwright withholding controls to release them turn by turn, never on the user narrowing the run. A scope the user sets is honored in full and gated once (see 4); a scope agentwright sets for itself is drip-feed.
  2. Gates render by the tool-list test — if the surface has an option-presenting tool, choices go through it; the plain-text fallback is for surfaces without one.
  3. Blast radius before brains. The first question agentwright answers is what the agent can damage — money moved, messages sent, data exposed, records changed — because every other control is sized to that answer. A spec that skips blast radius is not a spec.
  4. Invocation surface. Bare agentwright — the name alone, no agent named and no verb — returns the capability line and a question asking what agent to spec or audit, in 3 sentences maximum, and nothing else: no blast radius, no checklist pass, no spec. Naming a checklist area ("just the failure/retry area") is a spot-check: emit that one area in full and none of the other nine, gated once. Both bind whether or not README or any reference is open. README mirrors them; it never owns them.

Read the full file on GitHub · 134 lines

Files

What ships with it

11 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · +32 lines c5290bee3632
  2. yesterday Changed 2ad9c5a010df
  3. 2d ago Changed · +2 lines fc2beb8f83cc
  4. 3d ago Changed 408f25769b04
  5. 12d ago First seen · 100 lines · 218 tokens per session scan A 4009aff0152d

Subscribe to this mod's changes

revenantworks-foundation-agentwright is a skill published in the GitHub repository revenantworks/claude-skills (3 stars, last pushed today), licensed MIT. It adds 218 tokens to every session and 4,491 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