Save Wiki
Description
--- name: save-wiki description: "대화 중 분석한 내용을 wiki 페이지로 저장합니다. .hybrid-search/wiki/에 저장하고 index.md를 갱신합니다." allowed-tools: Read, Write, Edit, Glob, Bash --- # Save Wiki 대화 중 분석한 내용을 `.hybrid-search/wiki/` 디렉토리에 wiki 페이지로 저장합니다. ## 언제 사용하는가 - 사용자가 "이거 저장해", "wiki에 추가해", "나중에 참고" 등 요청할 때 - 복잡한 코드 분석을 마친 후 결과를 영구 보존하고 싶을 때 - 기존 wiki 페이지가 stale이라 업데이트가 필요할 때 ## 실행 절차 ### 1. 저장할 내용 결정 방금 대화에서 분석/설명한 내용을 기반으로: - 제목 결정 (예: "인증 시스템", "학원비 결제 흐름") - 파일명 결정 (예: `auth-system.md`, `tuition-billing.m
Installation
Installs to ~/.claude/skills/curiohunter-hybrid-search-mcp-save-wiki/SKILL.md
mkdir -p ~/.claude/skills/curiohunter-hybrid-search-mcp-save-wiki && curl -fsSL https://raw.githubusercontent.com/curiohunter/hybrid-search-mcp/HEAD/skills/save-wiki.md -o ~/.claude/skills/curiohunter-hybrid-search-mcp-save-wiki/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation