mcpbeat

Grace Setup Subagents

osovv/grace-setup-subagents

Create GRACE 4 worker and reviewer subagent presets that understand .grace artifacts, scopes, assertions, and verification evidence.

2k tokens
context cost
the whole folder, loaded on every use
6
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-setup-subagents

The instruction itself

as written by the author

<skill>

<subagent_requirements>

Generated subagents must be told to:

  • read .grace/context, .grace/graph, .grace/verification, and relevant .grace/changes packets explicitly;
  • treat spec.xml as normative and design context as non-normative;
  • respect DurableScope, ObservedWriteScope, BaselineAssertions, and TargetAssertions;
  • never mutate approved plans or XML statuses without controller approval;
  • return verification evidence and scoped graph/verification deltas.

</subagent_requirements>

</skill>

How to use it

Copy the folder

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