بنقرة واحدة
source-command-index
워크스페이스 콘텐츠 품질 & 인덱스 무결성 점검 (Content & Index Audit)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
워크스페이스 콘텐츠 품질 & 인덱스 무결성 점검 (Content & Index Audit)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Codex 스킬 정본, Antigravity 미러, Codex hook surface 동기화 — sync_skills.ps1 실행
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Hames-aware fork — recognizes the v5.x kernel + .cursor/rules/* module separation, isolated domains, defense-line signatures, and workspace lock. In non-Hames repos this falls back to standard upstream behavior.
완료된 핸드오프 파일을 _Archive로 이동 — close_handoff.ps1 실행
HamesSystem 규칙 완성도 점검 (System Integrity MRI)
Create a model handoff using a single canonical handoff document and then validate it.
워크스페이스 Lock 설정 및 작업 환경 준비
| name | source-command-index |
| description | 워크스페이스 콘텐츠 품질 & 인덱스 무결성 점검 (Content & Index Audit) |
Use this skill when the user asks to run the migrated source command index.
사용법: /index / /index <target> (target 은 alias 또는 경로)
/index는 진단 전용 도구다. 자동 수정은 하지 않는다.
스크립트는 JSON 리포트만 출력하며, 모든 수정은 별도 단계로 CEO 승인을 거쳐 수동 적용된다.
HamesSystem 규칙 구조 점검은 /doctor 담당.
index-2026-05-08)공통 (모든 tier):
## 관련노트) 존재 여부추가 (tier=deep 워크스페이스만):
_Index.md 누락workspaces/Investment, workspaces/Business, workspaces/Company, workspaces/Hobby. 그리고 워크스페이스 루트에 _Index.md 가 있는 워크스페이스(예: ).각 워크스페이스 리포트의 tier 필드에 적용 모드가 표기된다.
--all → 전체 진단python arsenal/manager.py
# 또는
python arsenal/manager.py --all
.claude/workspace_paths.json 의 등록된 모든 워크스페이스(존재하는 것만) +
arsenal/ 도구 레지스트리(arsenal_registry_audit) 점검.
중첩된 child 워크스페이스(예: nested-project/sub-app)는 부모 스캔에서 제외하여 중복 집계 방지.
python arsenal/manager.py <target>
target 으로 허용되는 형태:
workspaces/Company, nested-project/sub-app출력된 **HAMES SYSTEM AUDIT REPORT (JSON)**를 분석:
| 항목 | JSON 필드 | 비고 |
|---|---|---|
| 프론트매터 이슈 | missing_frontmatter | 필드 누락 + 순서 오류 |
| 푸터 누락 | footer_missing | ## 관련노트 미존재 |
| 값 인벤토리 | value_inventory | 비일관 값 탐지용 전체 현황 |
| 고아 파일 | orphaned_files | _Index.md 미등재 (deep only) |
| 임시 파일 | temp_files | 즉시 삭제 제안 가능 (deep only) |
| 아카이브 후보 | archive_candidates | CEO 승인 후 이동 (deep only) |
| 인덱스 누락 | missing_indexes | 워크스페이스에 _Index.md 없음 (deep only) |
| 중복 의심 | potential_duplicates | CEO 단일화/삭제 결재 요청 |
| 링크 검증 | links_found_for_agent_verification | 에이전트가 경로·워크스페이스 직접 확인 |
프론트매터 이슈 예시:
Missing: tags — tags 필드 없음Wrong order: found ['Type', 'Related'], expected ['Related', 'Type'] — 순서 오류recommended_actions 항목별로 위험도(risk_level)와 근거(rationale)를 함께 제시한다._Index.md 보강은 표 구조를 절대 파괴하지 않고 신규 행만 Merge.