openclaw-skills/hermes-graphify-gsd-project-integration/SKILL.md
Use when integrating Hermes Agent, graphify, and GSD into a specific repository, especially for adding project-local graph refresh scripts, AGENTS.md guidance, README workflow docs, gitignore entries, and a brownfield-friendly planning loop without modifying upstream tool repositories.
npx skillsauth add seaworld008/commonly-used-high-value-skills hermes-graphify-gsd-project-integrationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to integrate Hermes, graphify, and GSD into one specific repository.
This is the repo-level companion to hermes-graphify-gsd-nonintrusive-workflow.
hermes-graphify-gsd-runtime-operatorObserved repo-level outputs from this skill typically include:
.codex/)graphify-out/).planning/ may remain absent unless another bootstrap step is run deliberately.
hermes is missing, stop and ask the user to install Hermes first.Use this skill when the user asks to:
graphify-sync.sh, ai-workflow.sh, .planning/, or .codex/ workflow guidanceDo not use this skill for upstream tool development. Use the upstream repo directly for that.
A successful integration usually leaves the repo with:
scripts/graphify-sync.shscripts/ai-workflow.shAGENTS.md workflow sectionREADME.md workflow section.gitignore entries for .planning/ and graphify-out/.codex/graphify-out/Important boundary:
.planning/gsd-graphify-brownfield-bootstrapFor repos that also use autonomous continuation, prefer these repo-level defaults:
At repo level, expose and verify:
./scripts/ai-workflow.sh doctor./scripts/ai-workflow.sh auto-progress./scripts/ai-workflow.sh auto-runner-show./scripts/ai-workflow.sh auto-execution-surface-showFor any repo allowed to write, prefer an execution-surface guard requiring at least:
package.jsonpnpm-lock.yamlsrc-tauri/ or the repo's real backend root.planning/REQUIREMENTS.md.planning/STATE.mdscripts/graphify-sync.shIf the repo adopts a primary-root writer contract, runtime-binding commands should only succeed when the current repo reports writer_recommended=yes.
Before touching the repo:
command -v hermes# Baseline checked 2026-04-24: graphifyy 0.5.0.
PY_BIN="${PYTHON_BIN:-$HOME/.hermes/hermes-agent/venv/bin/python3}"
[ -x "$PY_BIN" ] || PY_BIN="$(command -v python3)"
if "$PY_BIN" -c 'import sys; print(int(sys.prefix != sys.base_prefix))' 2>/dev/null | grep -q '^1$'; then
"$PY_BIN" -m pip install -U "graphifyy>=0.5.0"
else
"$PY_BIN" -m pip install --user -U "graphifyy>=0.5.0"
fi
~/.local/bin/graphify install --platform hermes || graphify install --platform hermes
npx -y get-shit-done-cc@latest --codex --global --sdk
claude) and update them too:
graphify install --platform claude
graphify install --platform hermes
Check for:
AGENTS.mdREADME.mdscripts/.planning/.codex/graphify-out/Prefer a project-local scripts/graphify-sync.sh.
Required modes:
statussmartforceserveBehavior guidance:
graphifygraphify.watch._rebuild_code helper is unavailable or changes shape, fall back automatically to graphify update .graphify update . when outputs are missinggraphify-out/graph.json and graphify-out/GRAPH_REPORT.md as the required outputsmanifest.json; newer graphify versions may not emit it.graphify_chunk_*.json files until Codex semantic extraction has collected themgraphifyy[video] and expect a transcription step before semantic extractionIf the repo benefits from a single entrypoint, add scripts/ai-workflow.sh.
Use it to:
auto-status, auto-progress, auto-runner-show, auto-execution-surface-show, auto-workflow-state-show, and auto-handoff-show.codex/get-shit-done/ is installedquery, path, explain, wiki) for architecture debuggingIf the user wants autonomous continuation rather than only repo integration:
.planning/task-board.json.planning/auto-gsd-next-state.jsonAdd or refine a workflow section covering:
graphify-out/GRAPH_REPORT.md.planning/ and graphify-out/ as local workflow artifactsAdd a concise workflow section for humans:
Recommended defaults:
.planning/
graphify-out/
Run real checks before claiming completion.
If .planning/ already exists, verify and reuse it.
If .planning/ does not exist and the repo needs a real brownfield planning baseline:
gsd-graphify-brownfield-bootstrapIf .planning/ exists but REQUIREMENTS.md is missing and the user wants autonomous continuation:
REQUIREMENTS.mdROADMAP.md and STATE.md reference the same active scopeIf the repo uses a machine-readable task board:
REQUIREMENTS.md, ROADMAP.md, and STATE.mdin_progress tasks first, then choose the highest-priority executable todocomplete-if-ready gate before changing task status to doneSTATE.md / ROADMAP.md so human-readable docs stay aligned with runtime truthFor existing repos:
gsd-sdk init if credentials/model access are unavailable.planning/ from repo facts if neededRun as many of these as applicable:
command -v hermes
hermes --version
command -v graphify
graphify --help
command -v gsd-sdk
gsd-sdk --version
./scripts/graphify-sync.sh status
./scripts/graphify-sync.sh smart
./scripts/ai-workflow.sh doctor
./scripts/ai-workflow.sh context
find .planning -maxdepth 3 -type f | sort
find .codex -maxdepth 3 -type f | sort | sed -n '1,40p'
Also verify:
--sdkgraphify-out/GRAPH_REPORT.md existsdoctor / auto-progress / auto-runner-show agree on the current writer factsauto-execution-surface-show reports writer_recommended=yes only on the intended main repographify hook install always works inside a git worktree.git is often a file, not a directorygraphify hook install may fail with NotADirectoryError on .git/hookshermes cron list --all and system crontab -lauto-runner-show and auto-progress return to inactive or the real current writerLoad these when implementing repo integration:
templates/bootstrap-toolchain.shtemplates/graphify-sync.shtemplates/ai-workflow.shtemplates/agents-section.mdtemplates/readme-section.mdreferences/first-install.mdreferences/integration-checklist.mdWhen using this skill:
scripts/ai-workflow.sh exposes the same auto-* operator commands documented by the companion skillsdevelopment
Enumerating failure modes via pre-mortem analysis. Systematically identifies failure scenarios for plans, designs, and features, scoring them with RPN/AP. Does not write code.
testing
Orchestrating specialist AI agent teams as a meta-coordinator. Decomposes requests into minimum viable chains, spawns each as an independent session in AUTORUN modes, and drives to final output. Use when a task spans multiple specialist domains, requires parallel agent execution, or needs hub-and-spoke routing across the skill ecosystem.
development
Converting document formats (Markdown/Word/Excel/PDF/HTML). Converts specs from Scribe and reports from Harvest into distributable formats; generates reusable conversion scripts. Use when converting documents, building accessibility-compliant PDFs, or creating Pandoc/LibreOffice pipelines.
testing
Curating cross-agent knowledge and guarding institutional memory. Extracts patterns from agent journals into METAPATTERNS.md, detects knowledge decay, propagates best practices, prevents organizational forgetting. Use when consolidating cross-agent insights, curating memory, or auditing knowledge decay.