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
AST-based semantic code search via the ccc CLI. Bundles the ccc skill so coding agents handle init, indexing, and search automatically.
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.
Beacon — semantic code search for Claude Code
Document search with hybrid BM25/semantic retrieval, GraphRAG knowledge graphs, and pluggable providers for Claude Code. Index documentation and code, then search using keyword matching, semantic similarity, graph relationships, or comprehensive multi-mode fusion.