grace-marketplace
Contract-first code planning, verification, and drift detection
All Skills in This Repository (13)
Pure Emerald Level Indicatorsgrace-reviewer
Validate GRACE project integrity across code, documentation, and knowledge graph artifacts.
grace-fix
Locate semantic blocks and apply contract-aligned fixes in GRACE-instrumented codebases.
grace-explainer
Generate contract-driven code structure with semantic anchors for LLM navigation.
grace-refresh
Synchronize the GRACE knowledge graph with the repository codebase and generate an integrity report.
grace-multiagent-execute
Coordinate batched GRACE development plan execution across multiple AI agents with controller-managed parallel waves.
grace-ask
Answer GRACE project questions with cited evidence from knowledge graph and source blocks.
grace-setup-subagents
Create GRACE worker and reviewer agent presets for your current shell's project-local or user-level directory.
grace-plan
Generate validated development-plan.xml and knowledge-graph.xml from requirements and technology decisions.
grace-verification
Design deterministic verification and traceable execution evidence for GRACE modules.
grace-generate
Generate GRACE-marked module code with contract fidelity and graph synchronization.
grace-status
Summarize GRACE project health across artifacts, code metrics, and knowledge graph alignment.
grace-init
Bootstrap GRACE framework structure and generate templated project documents.
Frequently Asked Questions
FAQPage SchemaHow to install GRACE Marketplace?โผ
Run `npx skills add osovv/grace-marketplace --all -g -y` in your terminal to install all GRACE skills globally.
What is the GRACE methodology?โผ
GRACE is a contract-first engineering workflow where every code change starts with an approved spec and plan, then executes with verification gates and lint checks. It keeps code, documentation, and a project knowledge graph synchronized.
How does GRACE prevent untracked code changes?โผ
It requires approved specs and plans before any edits, then validates work with grace lint and grace status commands. Any drift between code and project artifacts is detected and reported.
Does GRACE work with Claude Code and other coding agents?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, Codex, and other compatible agents.
Can I migrate an existing GRACE 3 project?โผ
Yes. The grace-migrate skill converts legacy GRACE 3 docs to the GRACE 4 format with backups, validation, and explicit approval before any cleanup.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core