wikimate-lint
SolidThis skill should be used when the user asks to check, clean up, audit, or health-check their organized notes/vault — e.g. "내 볼트 건강검진", "볼트 점검해줘", "정리 상태 확인해줘", "고아 노트 찾아줘", "깨진 링크 찾아줘", "중복 노트 있어?", "끊긴 색인 찾아줘", "위키 정리 상태 봐줘", "check/audit/clean up my vault", "find orphan/broken/duplicate notes". It runs the read-only `wikimate_lint` tool to find structural problems (duplicate source_hash, broken [[links]], orphan notes, missing frontmatter), cross-checks the Notion index for dangling rows, and REPORTS them. Read-only — it never edits/deletes; any fix is proposed and requires explicit human approval (irreversible fixes always confirmed individually).
Install
Quality Score: 86/100
Skill Content
Details
- Author
- sodam-ai
- Repository
- sodam-ai/SoDam-WikiMate
- Created
- 3 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
wikimate-query
This skill should be used when the user asks to find, search, recall, or summarize from their own previously-organized notes/wiki — e.g. "내 볼트에서 ~ 찾아줘", "위키에서 ~ 물어봐/검색해줘", "전에 정리한 ~ 요약해줘", "내가 저장한 ~ 뭐였지", "search my notes/vault for ~", "what did I save about ~", or to connect/synthesize across multiple notes — "내 노트들로 ~ 설명/비교/관계 정리해줘", "정리한 것들 묶어서 ~", "내 위키에 뭐 있어", "explain or compare across my notes". It retrieves from the Obsidian vault (originals) and the Notion index (catalog), VERIFIES the cited note actually exists before answering (no dangling/ghost citations), and answers with the source. Read-only — never writes.
wikimate-organize
This skill should be used when the user asks to "자료 정리해줘", "이거 정리해줘", "inbox 정리해줘", "옵시디언에 정리", "노트로 만들어줘", "이 링크 저장해줘", "organize this", "save this to my notes/Obsidian", or wants to turn scattered materials (web links, PDFs, chat logs, code, text) into Obsidian notes (and a Notion index). It auto-detects whatever Obsidian/Notion tools are installed (official or community MCP/CLI) and uses them — never raw file writes.
wikimate-classify
This skill should be used when the user asks to organize/classify/tag notes already sitting in Inbox — e.g. "Inbox 노트 분류해줘", "이 노트 폴더 정해줘", "태그 좀 정리해줘", "classify these notes", "sort my inbox". It reads a note's title/summary/body-excerpt/current tags plus the vault's existing tag vocabulary via the read-only `wikimate_classify` suggest action, judges the right folder (one of 00_Inbox/10_Projects/20_Resources/30_Notes/40_Drafts) and tags itself (no ML classifier), proposes it for individual human approval, then applies via `apply`. Never targets 90_Templates or 99_Archive (those are out of scope — archiving is wikimate_fix's job).