osovv/grace-status
Show GRACE 4 project health across .grace context, graph, verification, active changes, scopes, and migration boundaries.
npx skills add https://github.com/osovv/grace-marketplace --skill grace-status
<skill>
<task>Run grace status --path PROJECT --json and report current GRACE 4 state without mutating artifacts. Module-health summary counts are always evaluated; add --with modules only when detailed module records are needed.</task>
<must_report>
needs-plan, needs-plan-approval, stale-plan, integrity-issues, and ready-to-execute with readiness mutually exclusive from stale/integrity states.</must_report>
<commands>
grace lint --path PROJECT --assertions currentgrace lint --path PROJECT --parallel-preflightgrace status --path PROJECT --with modules --json --fail-on errors</commands>
<hard_rules>Do not edit XML statuses. A draft spec without a plan is normal; an approved spec without a plan needs planning. A stale or integrity-invalid approved plan is never ready.</hard_rules>
</skill>
Take osovv/grace-status 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.