wikimate-summarize
SolidThis 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.
Install
Quality Score: 84/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-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).
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).