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