用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lukemcqueen/hermes-cortex --skill doc-vs-implementation-audit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Cross-server agent health monitoring using binary status vectors — deploy health endpoints on each agent, poll from orchestrator, alert on state transitions.
Wire a self-hosted Langfuse instance to Hermes Agent — generate API keys, configure env vars, enable the bundled plugin, install SDK, and verify traces flow.
Use before enforcement code changes or shared-repo commits.
正在显示 SKILL.md
| name | doc-vs-implementation-audit |
| description | Refresh public docs against the live codebase and scrub PII. |
| version | 0.1.0 |
| category | devops |
| platforms | ["linux","macos"] |
| metadata | {"hermes":{"tags":["docs","readme","audit","refresh","pii","stale-refs"],"related_skills":["documentation-auditing","repo-health-review","doc-freshness"]}} |
Refresh a public README / documentation file against the actual codebase. The common trigger is "update the README" (often "review the current implementation and update thoroughly, but be concise — no PII"). This is a doc-vs-reality audit, not a prose pass: verify claims against the tree, touch only what's wrong, scrub PII, and keep the diff small.
Works best on the hermes-cortex public repo (~/hermes-cortex), but the
protocol applies to any public/docs-driven repo.
](...) and inline backticked script/doc paths from the file,
then test -f each one (search_files target='files' / ls).
Only claim "nothing stale" after the LAST path resolves.step "…", DECOMMISSIONED, import/install markers and diff against
every step row in the README. A stale "still migrating / remains for
backward compat" note is the highest-signal drift marker.find/grep the actual tree and rewrite to a safe understatement
(measured 522/59/32 → write "520+ / 55+ / 30+"). Never carry forward the
old doc's numbers.bash ops/scripts/secret-leak-detector.sh README.md — exit 0 + no
leakage lines = clean.export CORTEX_SOURCES="me,family,shared,default" leaks real people's
names into a public OSS repo → replace with neutral placeholders
(me,family,shared,default). "No PII please" from the user usually points
at exactly this — check config/source-list examples and any real home
path / email in both code blocks and prose.docs/fleet-reference.md + docs/agent-architecture.md). Only drop
references to components that no longer exist on disk.install.sh already says
"gbrain DECOMMISSIONED 2026-08-02". Always read the installer's own
step markers, not just the README's claims.secret-leak-detector.sh (or equivalent) exits 0 with no warnings.git diff touches only the intended stale items — small, surgical, no
drive-by rewording.documentation-auditing — the systematic stale-path audit (its src//
deploy/ prefix table applies to READMEs too).repo-health-review — broader repo-wide audit (scripts, duplicates, gaps).doc-freshness — AGENTS.md/SOUL.md fleet-consistency governance.