Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/D0miH/claudsidian --skill audit-links명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | audit_links |
| description | Validate vault graph consistency and structural integrity |
Fast audit of vault structure to catch:
[[Attention Mechanism]])Vault constraints (non-negotiable):
Reading/ must link to ≥1 project in Projects/Projects/ must link to ≥1 MOC in MOCs/[[Transformer]], [[Attention Mechanism]])Read .claude/vault_maintanance.md and note the audit_links: timestamp.
Default: incremental scan — only files modified after the audit_links: timestamp.
Use find Reading/ Projects/ MOCs/ -newer <reference_file> to scope the file set.
To use a reference file, write the timestamp as a temp file: touch -t YYYYMMDDHHMI /tmp/audit_ref && find ... -newer /tmp/audit_ref
Only run a full scan if:
audit_links: timestamp exists yetFor papers in Reading/:
[[wiki links]] from each paperProjects/ or paper in Reading/MOCs/ files (forbidden)[[Attention]], [[Transformers]] (forbidden)For projects in Projects/:
[[wiki links]] from each projectFor bidirectional consistency:
Group findings by violation type:
Include:
Only with user approval:
After completing the audit (regardless of whether fixes were applied):
date via Bash to get the current system time.claude/vault_maintanance.mdaudit_links: line to current date and time in format DD-MM-YYYY HH:MMpapers_since_audit_links: to 0projects_since_audit_links: to 0Example update:
audit_links: 10-02-2026 14:35
Optimizations:
\[\[.*\]\]Avoid:
✅ Did I scan all papers for orphans? ✅ Did I check all projects for MOC links? ✅ Did I verify bidirectional consistency? ✅ Did I identify concept links in papers? ✅ Did I find paper→MOC direct links? ✅ Report grouped by violation type? ✅ Did I get user approval before fixing? ✅ Did I update vault_maintanance.md with current timestamp and reset counters?