Save Wiki banner
curiohunter curiohunter

Save Wiki

Documentation community

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

Terminal
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 Repository