By Baho73
Complete GRACE methodology: semantic markup, knowledge graphs, module contracts, testing, and log-driven verification for AI-driven engineering
Показать текущее состояние здоровья GRACE-проекта. Использовать для обзора артефактов проекта, метрик кодовой базы, состояния графа знаний, покрытия верификацией и подсказок по следующим шагам.
Автономный режим работы, когда пользователь AFK. Использовать, когда пользователь вводит `/afk [часы] [бюджет%] [--checkpoint <мин>]` или просит агента продолжать работу самостоятельно. CLI контролирует лимит времени — агент опрашивает `grace afk tick` между шагами и завершает работу, когда CLI это разрешит. Необратимые решения эскалируются в Telegram через `grace afk ask`; всё остальное выполняется, откладывается или откатывается согласно матрице автономии.
Короткая эскалация в Telegram во время автономных сессий. Использовать ТОЛЬКО изнутри grace-afk, когда необратимое решение должно быть подтверждено человеком. Формирует сообщение ≤10 строк, отправляет через grace afk ask и опрашивает grace afk check с экспоненциальным backoff. Блокирует до получения ответа, тайм-аута или истечения сессии.
Ответ на вопрос о GRACE-проекте с прогрессивным раскрытием контекста. Использовать, когда у пользователя есть вопрос о кодовой базе, архитектуре, модулях или реализации — начинает с самого дешёвого уровня контекста, углубляется ТОЛЬКО при необходимости и даёт обоснованный ответ со ссылками на источники.
Использовать в начале любого разговора в репозитории, который может управляться GRACE. Устанавливает протокол активации: если GRACE-артефакты существуют, загружает минимальный контекст проекта и направляет запрос в подходящий grace-* скилл ДО любых действий (включая уточняющие вопросы, чтение файлов и правки кода).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
GRACE means Graph-RAG Anchored Code Engineering: a contract-first AI engineering methodology built around semantic markup, shared XML artifacts, verification planning, and knowledge-graph navigation.
This repository ships the GRACE skills plus the optional grace CLI. It is a packaging and distribution repository, not an end-user application.
Current packaged version: 4.0.0-beta.2 — Beta: core stable, edge cases expected on non-Windows platforms. Fork of osovv/grace-marketplace with additional skills (grace-bootstrap, grace-afk, grace-ask-human, grace-evolve), CLI surfaces (status, afk, evolve), and a global Telegram config at ~/.grace/afk.json so one AFK setup serves every project on the machine.
skills/grace/*plugins/grace/skills/grace/*.claude-plugin/marketplace.jsonplugins/grace/.claude-plugin/plugin.jsonopenpackage.yml@osovv/grace-cliThe published CLI currently gives you:
grace lint for integrity checksgrace module find for module resolution across shared docs and file-local markupgrace module show for shared/public module contextgrace file show for file-local/private implementation contextGRACE is designed for AI-assisted engineering where agents need stable navigation, explicit contracts, and reusable verification evidence.
Core ideas:
This makes it easier to:
GRACE was designed by Vladimir Ivanov (@turboplanner).
Install skills first.
Skills and CLI are complementary, but they are distributed differently.
opkg install gh@Baho73/grace-marketplace-2
opkg install gh@Baho73/grace-marketplace-2 -g
opkg install gh@Baho73/grace-marketplace-2 --platforms claude-code
/plugin marketplace add Baho73/grace-marketplace-2
/plugin install grace@grace-marketplace
If you previously installed the upstream osovv/grace-marketplace, remove it
first to avoid name conflicts:
/plugin uninstall grace
/plugin marketplace remove osovv/grace-marketplace
git clone https://github.com/Baho73/grace-marketplace-2
cp -r grace-marketplace/skills/grace/grace-* /path/to/your/agent/skills/
The CLI is a companion to the GRACE skills, not a replacement for them.
Requires bun on PATH.
bun add -g @osovv/grace-cli
grace lint --path /path/to/grace-project
For a new GRACE project:
$grace-initdocs/requirements.xml and docs/technology.xml together with your agent$grace-plan$grace-verification$grace-execute or $grace-multiagent-executeFor an existing GRACE project, the CLI is often the fastest way to orient yourself:
# Integrity gate
grace lint --path /path/to/project
# Resolve the relevant module
grace module find auth --path /path/to/project
grace module find src/provider/config-repo.ts --path /path/to/project --json
# Read shared/public context
grace module show M-AUTH --path /path/to/project
grace module show M-AUTH --path /path/to/project --with verification
# Read file-local/private context
grace file show src/auth/index.ts --path /path/to/project
grace file show src/auth/index.ts --path /path/to/project --contracts --blocks
npx claudepluginhub baho73/grace-marketplace-2 --plugin graceComplete GRACE methodology: semantic markup, knowledge graphs, module contracts, testing, and log-driven verification for AI-driven engineering
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
Elite AI development framework: reference-first design, agent orchestration, automated quality gates, and battle-tested engineering workflows
HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, unified QA gates, safety guards, and notifications.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.