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-explainerGRACE 方法論の完全なリファレンス。ユーザーに 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