Grace refactor
GRACE (Graph-RAG Anchored Code Engineering): open Agent Skills for contract-driven AI code generation with semantic markup, knowledge graphs, and support for Claude Code, Codex CLI, and Kilo Code.
npx -y skills add osovv/grace-marketplace --skill grace-refactorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Refactor GRACE 4 governed code while keeping .grace graph, verification, change scopes, and file-local anchors synchronized.
SKILL.md
0.9 KB, as published. Nobody here has run it
<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-*, andV-M-*anchors through.grace/graph/index.xmland.grace/verification/index.xml. - Check active
.grace/changesfor 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>