mcpbeat

Grace Refresh

osovv/grace-marketplace-grace-refresh

Detect drift between observed repository state and durable GRACE 4 .grace current state, then help create reconciliation changes.

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

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

The instruction itself

as written by the author

<skill>

<purpose>

Compare code, tests, and file-local markup against .grace/context, .grace/graph, .grace/verification, and active change scopes. This skill reports drift and proposes a normal GraceChangeSpec/GraceChangePlan; it does not silently mutate current state.

</purpose>

<workflow>

  • Run or request grace lint --path <project-root> and grace status --path <project-root>.
  • Inspect .grace/graph/index.xml and routed graph documents for stale, missing, or orphaned M-* and DF-* anchors.
  • Inspect .grace/verification/index.xml and routed verification documents for missing deterministic V-M-* coverage, stale commands, or missing evidence markers.
  • Compare file-local LINKS:, module contracts, tests, and log markers against durable anchors.
  • Report drift as findings with proposed reconciliation scope.
  • If changes are needed, route through grace-spec and grace-plan instead of direct mutation.

</workflow>

</skill>

How to use it

Copy the folder

Take osovv/grace-marketplace-grace-refresh 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.