From grace
Operates the `grace` CLI on GRACE projects to lint artifacts, resolve modules by name/path, and inspect shared/public or file-local/private markup via `grace lint`, `grace module find/show`, `grace file show`.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grace:grace-cliThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the optional `grace` CLI as a fast GRACE-aware read/query layer.
Use the optional grace CLI as a fast GRACE-aware read/query layer.
grace binary must be installed and available on PATH--path <project-root> unless you are already in the project rootIf the CLI is missing, or the repository is not a GRACE project, say so and fall back to reading the relevant docs and code directly.
grace lint --path <project-root>
Use for a fast integrity snapshot across semantic markup, XML artifacts, and export/map drift.grace module find <query> --path <project-root>
Use to resolve module IDs from names, paths, dependencies, annotations, verification refs, or file-local LINKS.grace module show <id-or-path> --path <project-root>
Use to read the shared/public module view from development-plan.xml, knowledge-graph.xml, implementation steps, and linked files.grace module show <id> --with verification --path <project-root>
Use when you also need the module's verification excerpt.grace file show <path> --path <project-root>
Use to read file-local/private MODULE_CONTRACT, MODULE_MAP, and CHANGE_SUMMARY.grace file show <path> --contracts --blocks --path <project-root>
Use when you also need function/type contracts and semantic block navigation.grace lint when integrity or drift matters.grace module find to resolve the target module from the user's words, a stack trace, or a changed path.grace module show for the shared/public truth.grace file show for the file-local/private truth.--json when another tool, script, or agent step needs machine-readable output.grace module show is for shared/public module context.grace file show is for file-local/private implementation context.grace-* skill after using the CLI to narrow scope.npx claudepluginhub osovv/grace-marketplace --plugin graceAnswers questions about GRACE projects by loading artifacts like AGENTS.md and knowledge-graph.xml, navigating modules, and citing code blocks for codebase, architecture, or implementation details.
Audits a repository for baseline compliance across 9 categories including code quality, security, CI/CD, testing, and documentation. Emits Markdown report and JSON sidecar.
Audits CLAUDE.md, rules, and memory files for stale references, orphaned content, contradictions, duplicates, misplacement, budget overruns, and unenforced claims.