By amoscicki
Semantic codebase search with pgvector embeddings. Multi-project support with persistent daemon. Use semantic search BEFORE grep/glob.
Claude Code plugins marketplace.
| Plugin | Description |
|---|---|
| docs-researcher | Research technical documentation and create knowledge files |
| payload | Payload CMS query/mutate CLI via persistent local server |
| swarm | Multi-agent parallel task orchestration with wave-based execution |
Add to your Claude Code settings:
{
"plugins": [
"aromatt/docs-researcher",
"aromatt/payload",
"aromatt/swarm"
]
}
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimGoogle Tag Manager + Analytics Admin APIs CLI for Claude Code (shared OAuth2)
Manage project knowledge base. Use 'init' to setup, or provide a topic to research.
Subagent that researches technology documentation. Saves to .claude/knowledge/ or custom path. Intelligently updates existing files (preserves current, replaces outdated, adds missing)
Payload CMS query/mutate CLI for Claude Code (persistent local API)
Multi-agent parallel task orchestration with wave-based execution, automatic auditing, and model escalation
npx claudepluginhub amoscicki/aromatt --plugin semantic-indexerOptimized file search, semantic indexing, and persistent memory for Claude Code — with optional sync to a self-hosted web dashboard
Precise local semantic code search via MCP. Indexes your codebase with Go AST parsing, embeds with Ollama or LM Studio, and exposes vector search to Claude through an MCP server — no cloud, no npm.
Lightning-fast semantic code search with auto-indexing. Automatically manages sgrep watch during Claude sessions.
AST-based semantic code search via the ccc CLI. Bundles the ccc skill; Grok installs also activate a SessionStart index hook and MCP server (disable either for skill-only).
Beacon — semantic code search for Claude Code
CodeAlive context engine for semantic code search and AI-powered codebase Q&A. Enables AI coding agents to understand entire codebases beyond just open files — search across all indexed repositories, trace cross-service dependencies, discover usage patterns, and get synthesized answers to architectural questions. Includes a lightweight code exploration subagent, authentication hooks, and multiple search modes (fast lexical, semantic, and deep cross-cutting). Works standalone or alongside the CodeAlive MCP server for direct tool access via the Model Context Protocol.