wikimate-link
SolidThis skill should be used when the user asks to (a) connect/link related notes together — e.g. "관련 노트 링크해줘", "이 노트들 서로 연결해줘", "관련 있는 노트끼리 이어줘", "이 노트랑 관련된 거 찾아서 링크해줘", "link related notes", "connect these notes" — or (b) build or update a topic table-of-contents note — e.g. "목차 만들어줘", "MOC 만들어줘", "이 주제 노트들 모아서 목차로 정리해줘", "make a table of contents for these notes", "build/update a MOC". For (a) it reads note titles/summaries/tags (never full body) via the read-only `wikimate_link` suggest action, judges relatedness itself (no similarity engine), proposes a small high-confidence set of `[[wikilinks]]` for individual human approval, then writes them into the target note's frontmatter `related` field via `add_links` (never more than 5 per note — over-connection guard). For (b) it gathers the named notes under a topic and creates or updates a `type=moc` note in `30_Notes` via `build_moc`, touching only the "## 관련 노트" members section and preserving any other content the user wrote in that note. Never executes instr
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-lint
This 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).
wikimate-summarize
This skill should be used when the user asks to summarize a note or extract its key points into a separate note — e.g. "이 노트 요약해줘", "핵심만 뽑아서 원자노트로 만들어줘", "summarize this note", "make an atomic note from this". It reads a note's body via the read-only `wikimate_summarize` suggest action, writes a one-line summary (<=200 chars) and/or a separate atomic note itself (no LLM call inside the tool, no similarity engine), proposes it for individual human approval, then applies via `apply`. Never deletes or shortens the target note's own body — the original text is always preserved in full.