بنقرة واحدة
grace-lite-init
Bootstrap GRACE-lite for a project. Use when user ask you to initialize project with GRACE-lite.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Bootstrap GRACE-lite for a project. Use when user ask you to initialize project with GRACE-lite.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Answer a question about a GRACE-lite project using full project context. Use when the user has a question about the codebase, architecture, modules, or implementation — loads all GRACE artifacts, navigates the knowledge graph, and provides a grounded answer with citations.
Debug an issue using GRACE-lite semantic navigation. Use when encountering bugs, errors, or unexpected behavior - navigate through the graph, verification plan, and semantic blocks to analyze the mismatch and apply a targeted fix.
Synchronize GRACE-lite shared artifacts with the actual codebase. Use targeted refresh after controlled waves, or full refresh after refactors and when you suspect wider drift between the graph, verification plan, and code.
GRACE integrity reviewer. Use for reviews during execution, or full integrity audits at phase boundaries and after broader code, graph, or verification changes.
Применяй когда: пользователь просит проверить, переписать, очеловечить или оживить русскоязычный текст со следами генерации ИИ (ChatGPT, Claude, Gemini, Grok, DeepSeek, GPT-5, Qwen, любая нейросеть). Активируй для запросов: «очеловечь», «сделай живым / естественным», «убрать гпт-шность», «звучит как нейросеть», «AI-детектор для русского», «проверить на ИИ», убрать штампы / клише / канцелярит / шаблонные обороты / эмодзи-списки 🚀 / неуместное длинное тире / льстивый тон / фабрикованные источники. Также при видимых маркерах копирования из чат-бота: `:contentReference`, `?utm_source=chatgpt.com`, `oai_citation`, `grok_card://`, `vertexaisearch`, `turn0search`. Не применяй: текст не на русском, исходный код / скрипты (даже про NLP), юридические документы (канцелярит = жанр), художественная проза / поэзия / резюме (там длинное тире, ритм и сжатость — авторский приём).
Mandatory prerequisite for ALL OpenSpec operations — load this BEFORE any openspec-* skill. Use when running /opsx-apply, /opsx-propose, /opsx-verify, /opsx-archive, /opsx-explore, /opsx-sync; running `openspec status`, `openspec list`, `openspec instructions`; reading files under `openspec/changes/`; or doing any OpenSpec stage (propose, apply, verify, archive, explore, sync).
| name | grace-lite-init |
| description | Bootstrap GRACE-lite for a project. Use when user ask you to initialize project with GRACE-lite. |
| license | MIT |
| compatibility | Requires Python 3.10+ |
| metadata | {"author":"Sergei Korolev <knopki@duck.com>","url":"https://github.com/knopki/agent-skills"} |
Bootstrap GRACE-lite (Graph-RAG Anchored Code Engineering) methodology on a project.
Runs scripts/init_grace_lite.py which:
Injects GRACE-lite methodology into the project's AGENTS.md between
<!-- START_GRACE-lite --> and <!-- END_GRACE-lite --> markers. This is
forced context — the agent always reads AGENTS.md and cannot skip it.
Creates docs/knowledge-graph.xml from a template if it doesn't exist.
Copies grace_check.py to scripts/grace_check.py for validation.
Run the init script from the project root:
python3 .agents/skills/grace-lite-init/scripts/init_grace_lite.py
Edit docs/knowledge-graph.xml — update NAME, VERSION, keywords, annotation.
Add <M-DOMAIN> entries for each governed module with TYPE, STATUS,
<purpose>, <path>, <depends>.
Add GRACE markup to governed source files (see AGENTS.md for reference).
Run python3 scripts/grace_check.py to validate.
AGENTS.md with GRACE-lite section injecteddocs/knowledge-graph.xml (if not existed)scripts/grace_check.py (validates XML + source markup)