원클릭으로
wiki-manage
When the user wants to create, update, search, or delete wiki documents in Membase, use this skill for wiki CRUD operations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
When the user wants to create, update, search, or delete wiki documents in Membase, use this skill for wiki CRUD operations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Pre-release drill for the Membase plugin — package every artifact locally, install each client (claude, codex, cursor, openclaw, hermes) through its real channel, verify auth, then prove skills AND hooks actually work end-to-end. Use before tagging a release, e.g. "/release-drill" or "/release-drill codex" for one client.
Connect an AI client (claude, cursor, codex, hermes, openclaw) to Membase from this repo — first-time local install, config wiring, and a verification smoke test. Use when the user asks to install, set up, connect, or test a Membase connector locally, e.g. "/membase-connect claude" or "cursor 연동해줘".
Flush pending local captures to Membase cloud, then sweep and consolidate fragmented or duplicated memories — without deleting originals without confirmation.
Store a session-state summary in Membase, tagged so a future session (this client or another) can recall exactly where things were left off.
Correct, avoid, or delete unsafe or stale Membase context.
Capture durable repository-specific context into Membase.
| name | wiki-manage |
| description | When the user wants to create, update, search, or delete wiki documents in Membase, use this skill for wiki CRUD operations. |
Manage the user's knowledge wiki in Membase:
search_wikiHybrid keyword + semantic search across wiki documents.
query: Search text (use '' to browse recent documents).limit: Max results (default 10, max 20).collection_id: Optional UUID to scope search to a specific collection.add_wikiCreate a new wiki document.
title (required): Document title.content (required): Markdown body. Supports [[wikilinks]] to reference other documents.collection_id: Optional UUID to file under a collection.summarize: Set true to auto-generate a summary.update_wikiUpdate an existing document. Requires doc_id from a prior search.
doc_id (required): The document ID to update.title, content, collection_id: Fields to update (only changed fields needed).delete_wikiPermanently remove a document.
doc_id (required): The document ID to delete.add_wiki): Factual knowledge, documentation, references, specs, guides — things that are true regardless of who reads them.add_memory): Personal context, preferences, decisions, goals — things specific to the user.add_wiki with architecture overview, then link related docs with [[wikilinks]].search_wiki by topic, then read the matching document.search_wiki to find the doc, then update_wiki with corrected content.collection_id to group related documents together.