| name | hermes-graphify-gsd-project-integration |
| description | 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. |
| zh_description | 用于hermes、Graphify、gsd、project、集成,支持工程协作、自动化验证和交付闭环。 |
| version | 1.4.0 |
| author | Hermes Agent |
| source | in-house |
| source_url | https://github.com/seaworld008/Commonly-used-high-value-skills |
| license | MIT |
| tags | ["automation", "workflow", "hermes", "graphify", "gsd", "repo-integration", "planning", "brownfield"] |
| created_at | 2026-04-16 |
| updated_at | 2026-04-24 |
| quality | 5 |
| complexity | intermediate |
| metadata | {"hermes":{"tags":["hermes","graphify","gsd","repo-integration","planning","project-workflow","brownfield"],"companion_skill":"hermes-graphify-gsd-nonintrusive-workflow"}} |
Hermes + graphify + GSD Project Integration
Overview
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.
- The companion skill defines the upgrade-safe architecture and wrapper strategy
- This skill applies that strategy inside a project
- If the repo is already integrated and the current task is runtime diagnosis or writer/operator recovery, switch to
hermes-graphify-gsd-runtime-operator
Observed repo-level outputs from this skill typically include:
- local GSD Codex runtime bootstrap (
.codex/)
- graphify outputs (
graphify-out/)
- workflow scripts and docs
.planning/ may remain absent unless another bootstrap step is run deliberately.
- This skill is meant to run on machines where Hermes is already installed and network access is available.
- If
hermes is missing, stop and ask the user to install Hermes first.
- Do not auto-install Hermes from this skill.
- Before repo-level integration, automatically install or upgrade the latest graphify and GSD globally.
When to Use
Use this skill when the user asks to:
- add Hermes + graphify + GSD workflow to a repo
- bootstrap a brownfield repo for graph-aware planning
- add
graphify-sync.sh, ai-workflow.sh, .planning/, or .codex/ workflow guidance
- update repo docs so future agents understand the workflow
- standardize AGENTS.md / README / .gitignore for AI development
Do not use this skill for upstream tool development. Use the upstream repo directly for that.
Expected Repo Outputs
A successful integration usually leaves the repo with:
scripts/graphify-sync.sh
- optional
scripts/ai-workflow.sh
AGENTS.md workflow section
README.md workflow section
.gitignore entries for .planning/ and graphify-out/
- existing or verified
.codex/
- existing or refreshed
graphify-out/