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.
npx skills add https://github.com/osovv/grace-marketplace --skill grace-refresh
<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>
grace lint --path <project-root> and grace status --path <project-root>..grace/graph/index.xml and routed graph documents for stale, missing, or orphaned M-* and DF-* anchors..grace/verification/index.xml and routed verification documents for missing deterministic V-M-* coverage, stale commands, or missing evidence markers.LINKS:, module contracts, tests, and log markers against durable anchors.grace-spec and grace-plan instead of direct mutation.</workflow>
</skill>
Take osovv/grace-marketplace-grace-refresh from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.