From grace
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.
npx claudepluginhub osovv/grace-marketplace --plugin graceThis skill uses the workspace's default tool permissions.
Answer a question about the current GRACE project.
Shows health status of GRACE projects: artifact existence/versions, codebase metrics like MODULE_CONTRACT coverage and semantic blocks, knowledge graph/verification health, recent changes, suggested actions.
Answers questions about a codebase by querying the knowledge graph at .understand-anything/knowledge-graph.json. Searches nodes, edges, layers for code structure, dependencies, and relationships.
Defines project structure, naming conventions, directory layouts, and three-layer documentation model for consistent codebase organization across skills. Useful for project setup, init, or structure discussions.
Share bugs, ideas, or general feedback.
Answer a question about the current GRACE project.
Read the following files (skip any that don't exist):
AGENTS.md — project principles and conventionsdocs/knowledge-graph.xml — module map, dependencies, exportsdocs/requirements.xml — use cases and requirementsdocs/technology.xml — stack, runtime, librariesdocs/development-plan.xml — phases, modules, contractsdocs/verification-plan.xml — tests, traces, log markers, and execution gatesdocs/operational-packets.xml — canonical packet, delta, and failure handoff shapesBased on the question, find the most relevant modules:
If the optional grace CLI is available, you may use:
grace module find <query> --path <project-root> to resolve module IDs from names, paths, dependencies, or verification refsgrace module show M-XXX --path <project-root> --with verification to pull the shared/public module snapshotgrace file show <path> --path <project-root> --contracts --blocks to pull file-local/private context for the implementation detailsIf the question is about specific behavior or implementation:
Provide a clear, concise answer grounded in the actual project artifacts. Always cite which files/modules/blocks your answer is based on.
$grace-* skill