This tap contains Homebrew formulae for Contextify tools.
brew install PeterPym/contextify/contextify-queryAfter installation, enable Claude Code skills:
contextify-query install-pluginThen restart Claude Code to activate the plugin.
CLI tool for querying the Contextify database. Enables Contextify skills in Claude Code.
Requirements:
- macOS 14.0 (Sonoma) or later
- Contextify.app installed and initialized
Setup:
# 1. Install the CLI
brew install PeterPym/contextify/contextify-query
# 2. Install the Claude Code plugin
contextify-query install-plugin
# 3. Restart Claude Code
# 4. Verify installation
contextify-query statusUsage:
# Check database status
contextify-query status
# Search entries
contextify-query search "error handling"
# List projects
contextify-query projects
# Get help
contextify-query --helpPlugin Management:
# Install/update Claude Code plugin
contextify-query install-plugin
# Remove Claude Code plugin
contextify-query uninstall-pluginApp Store apps run in a sandbox that prevents them from installing CLI tools to system paths. This Homebrew tap provides the CLI as a separately-installed tool that works alongside the App Store version of Contextify.
If you use the DMG version of Contextify (from contextify.sh/download), the CLI and plugin are automatically installed and you don't need this tap.
brew upgrade contextify-query
contextify-query install-plugin # Re-run to update plugin"database not found" error:
- Install Contextify from the Mac App Store
- Open Contextify once to initialize the database
- Run:
contextify-query status
Plugin not working in Claude Code:
- Run:
contextify-query install-plugin - Restart Claude Code completely (quit and reopen)
- Check plugin is registered:
cat ~/.claude/plugins/installed_plugins.json
- Documentation: https://contextify.sh/docs/cli
- Issues: https://github.com/PeterPym/contextify/issues
Contextify CLI is proprietary software. See https://contextify.sh/terms for details.