什么是 grace-explainer?
完整的 GRACE 方法参考。在向用户解释 GRACE、启动新项目或需要了解 GRACE 框架(其原理、语义标记、知识图、契约和独特标签约定)时使用。 来源:osovv/grace-marketplace。
完整的 GRACE 方法参考。在向用户解释 GRACE、启动新项目或需要了解 GRACE 框架(其原理、语义标记、知识图、契约和独特标签约定)时使用。
通过命令行快速安装 grace-explainer AI 技能到你的开发环境
来源:osovv/grace-marketplace。
GRACE is a methodology for AI-driven code generation that makes codebases navigable by LLMs. It solves the core problem of AI coding assistants: they generate code but can't reliably navigate, maintain, or evolve it across sessions.
Never Write Code Without a Contract Before generating any module, create its MODULECONTRACT with PURPOSE, SCOPE, INPUTS, OUTPUTS. The contract is the source of truth — code implements the contract, not the other way around.
Semantic Markup Is Not Comments Markers like // STARTBLOCKNAME and // ENDBLOCKNAME are navigation anchors, not documentation. They serve as attention anchors for LLM context management and retrieval points for RAG systems.
完整的 GRACE 方法参考。在向用户解释 GRACE、启动新项目或需要了解 GRACE 框架(其原理、语义标记、知识图、契约和独特标签约定)时使用。 来源:osovv/grace-marketplace。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/osovv/grace-marketplace --skill grace-explainer完整的 GRACE 方法参考。在向用户解释 GRACE、启动新项目或需要了解 GRACE 框架(其原理、语义标记、知识图、契约和独特标签约定)时使用。 来源:osovv/grace-marketplace。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/osovv/grace-marketplace --skill grace-explainer 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/osovv/grace-marketplace