Save, search, and manage reusable code snippets across projects and sessions.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "snippet-vault" yet — see the docs or source repo.
Save the following PostgreSQL query to snippet-vault with the name "Monthly Active Users", tags sql, postgres, analytics, and a one-line description: SELECT date_trunc('month', created_at) AS month, COUNT(DISTINCT user_id) FROM events GROUP BY 1 ORDER BY 1;The tool saves the snippet with its name, tags, and description for later reuse.
Search snippet-vault for a Python retry decorator snippet I saved before, prioritizing results tagged retry and python, and briefly explain the purpose of each result.
It returns matching snippets with tags, short descriptions, and match reasons to help find reusable code quickly.
Help me organize Docker deployment snippets in snippet-vault: merge duplicates, group them into build, deploy, and debug, and improve each title for clarity.
It produces a cleaner snippet organization or completes the management actions for easier search and maintenance.
Save, read, and manage local code snippets with AI coding tools.
Persist, search, and retrieve coding knowledge and session notes for agents.
Search, query, and draft from your local Obsidian vault with AI.
Turn Markdown folders into a searchable knowledge base with persistent memory.
Turn PDFs, docs, and codebases into Obsidian study vaults.
Understand your codebase in terminal and accelerate coding with natural language.