mcpbeat

Grace Fix

osovv/grace-fix

Debug and fix issues in a GRACE 4 project using .grace semantic navigation, assertions, and verification evidence.

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

The instruction itself

as written by the author

<skill>

<investigation_path>

  • Start from the failure, pasted error, failing command, or user report.
  • Load relevant .grace/graph module anchors and .grace/verification entries.
  • Check active .grace/changes for overlapping or stale planned work.
  • Inspect file-local contracts and semantic blocks before editing.
  • Identify root cause, present findings, then make the smallest safe fix.

</investigation_path>

<verification>

Run the specific V-M-* commands or closest deterministic tests. If verification expectations are stale, update or propose changes through the GRACE 4 change lifecycle.

</verification>

</skill>

How to use it

Copy the folder

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