소스 정보
- 저장소
- lukemcqueen/hermes-cortex
- 최근 소스 활동
- 2026년 8월 25일 00:37
- 감지된 SKILL.md 언어
- 영어
- 스타
- 4
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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.