grace-refactor

grace-refactor is a skill for Claude Code, Codex from osovv/grace-marketplace. It costs 31 tokens per session (209 once invoked), scanned A, original, MIT.

A controlled workflow for changing code in a GRACE 4 project while keeping its project records synchronized. GRACE records describe code structure, change boundaries, and verification evidence.

In plain words
What is it for?
Use it for GRACE-governed refactors that affect modules, file paths, interfaces, code links, or verification records. It also calls for checking overlapping changes and running focused tests.
Why use it?
It reduces the risk that a refactor changes the code but leaves the project's maps, contracts, or proof of correctness out of date.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the grace plugin — 15 skills shipped together

Good fit Use it for GRACE-governed refactors that affect modules, file paths, interfaces, code links, or verification records. It also calls for checking overlapping changes and running focused tests.

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

Made for: Claude Code, Codex.

Or install grace, the plugin that ships this one along with the rest of its 15 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 grace-refactor

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/osovv/grace-marketplace/grace-refactor"><img src="https://agentmods.dev/badge/skills/osovv/grace-marketplace/grace-refactor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 209 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00031 $0.00209
Opus 5 $0.00015 $0.00105
Sonnet 5 $0.00006 $0.00042
Haiku 4.5 $0.00003 $0.00021

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

Security

Grade A, and why

grace-refactor 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 11d 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.

plugins/grace/skills/grace/grace-refactor/SKILL.md · 19 lines

What it actually says

<must_do>

  • Resolve affected M-*, DF-*, and V-M-* anchors through .grace/graph/index.xml and .grace/verification/index.xml.
  • Check active .grace/changes for scope overlap before editing.
  • Preserve or update file-local LINKS:, module contracts, function contracts, and semantic blocks.
  • Update durable graph and verification artifacts only when the refactor intentionally changes boundaries, paths, or evidence.
  • Run targeted tests and grace lint --path <project-root> when available. </must_do>
Files

What ships with it

1 file 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. 11d ago First seen · 19 lines · 31 tokens per session scan A 0790c92e84ae

Subscribe to this mod's changes

grace-refactor is a skill published in the GitHub repository osovv/grace-marketplace (240 stars, last pushed 7d ago), licensed MIT. It adds 31 tokens to every session and 209 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

audit-artifact

Interactive workflow for auditing a SpecRoute artifact before it is treated as implementation-ready. Use when checking a PRD, spec triplet, prompt set, agent file, skill, command, hook, rule, or runtime layout. Asks which artifact path to inspect and which contract to apply. Triggers - "audit this artifact", "check…

Enovatr-Labs/SpecRoute · 87 tokens

coding-standards

Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development. Use when writing any code to ensure consistent quality.

Wania-Kazmi/claude-code-autonomous-agent-workflow · 38 tokens

migration-review

Review database migration files when a change adds or modifies paths under migrations/. Use it before merge to collect forward, rollback, locking, and data-safety evidence.

rohitg00/ai-engineering-from-scratch · 35 tokens

code-review-excellence

This skill should be used when the user asks to review a diff or pull request, write review comments, audit code quality, establish review standards, or improve how a team performs code review.

Galaxy-Dawn/claude-scholar · 43 tokens

link-check

Verify @file references in AIWG skills and agents against the linking contract — per-file or corpus-wide, with optional auto-fix.

jmagly/aiwg · 29 tokens

git-pr-review

A read-only reviewer for GitHub pull requests, which are proposed code changes submitted for review. It produces an evidence-based report about whether a pull request should be merged.

huangwb8/skills · 76 tokens