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`.
npx claudepluginhub osovv/grace-marketplace --plugin graceThis skill uses the workspace's default tool permissions.
Use the optional `grace` CLI as a fast GRACE-aware read/query layer.
Answers 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.
Sets up Claude Code projects with config files and audits existing ones for permissions, context quality, MCP coverage, leaked secrets, stale docs, and cruft. Uses sub-agents for analysis.
Scans codebase to generate CLAUDE.md project config and .rune/ files including conventions, invariants, and developer guide. Use for new repos or missing context.
Share bugs, ideas, or general feedback.
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.