mcpbeat

Grace Refactor

osovv/grace-marketplace-grace-refactor

Refactor GRACE 4 governed code while keeping .grace graph, verification, change scopes, and file-local anchors synchronized.

This is a copy. The original lives at osovv/grace-refactor.

255 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
231
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/osovv/grace-marketplace --skill grace-refactor

The instruction itself

as written by the author

<skill>

<scope>

Use this for rename, move, split, merge, extraction, or boundary cleanup work. Greenfield feature work should go through grace-spec, grace-plan, and grace-execute.

</scope>

<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>

</skill>

How to use it

Copy the folder

Take osovv/grace-marketplace-grace-refactor from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.