Teardown banner
curiohunter curiohunter

Teardown

Development community

Description

--- description: Remove the Memory Layer's global surface (MCP registration, hooks, skills), then guide plugin removal. allowed-tools: Bash, Read --- # Memory Layer teardown Remove everything `setup` registered globally. The plugin installs the CLI into its own venv (not on PATH), so run the teardown binary by its full path: ```bash "${CLAUDE_PLUGIN_DATA:-$HOME/.hybrid-search/plugin-data}/venv/bin/hybrid-search-mcp" teardown ``` If that binary does not exist (pip install instead of plugin),

Installation

Installs to ~/.claude/skills/curiohunter-hybrid-search-mcp-teardown/SKILL.md

Terminal
mkdir -p ~/.claude/skills/curiohunter-hybrid-search-mcp-teardown && curl -fsSL https://raw.githubusercontent.com/curiohunter/hybrid-search-mcp/HEAD/commands/teardown.md -o ~/.claude/skills/curiohunter-hybrid-search-mcp-teardown/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository