Dedicated source-of-truth repository for Claude Code plugins maintained by Hyatus Living. This is the Claude Code counterpart to Hyatus-Living/custom-plugins (the Codex plugin repo).
thread-finder— hybrid BM25 + vector search over your local Claude Code session history (~/.claude/projects/). Includes a sub-agent-aware indexer, paste-ready context extractor, and macOS Keychain integration for the OpenAI API key.
.claude-plugin/marketplace.json— repo-local Claude Code marketplace manifestplugins/<plugin>/— plugin source
Add this repo as a marketplace and install the plugin:
/plugin marketplace add Hyatus-Living/claude-plugins
/plugin install thread-finder@hyatus-claude-plugins
Or from a local clone:
/plugin marketplace add ~/path/to/claude-plugins
/plugin install thread-finder@hyatus-claude-plugins
After install, run the included setup skill once to wire up the OpenAI API key (stored in macOS Keychain — nothing in plaintext on disk):
/thread-finder-setup
Restart Claude Code so the MCP server picks up the new environment.
- OS: macOS (uses
securityCLI to read the OpenAI key from the login keychain) - Runtime:
uvonPATH - API: OpenAI embeddings (
text-embedding-3-largeby default; configurable viaTHREAD_FINDER_EMBEDDING_MODEL) - Data: reads
~/.claude/projects/*.jsonl, writes~/.claude/plugins/data/thread-finder/index.sqlite
See plugins/thread-finder/README.md for full details.
UNLICENSED — internal use only.