By phibkro
Semantic artifact index over git history — tag-based retrieval, provenance tracking, and full-text search for agent workflows
Agent toolkit for Claude Code. A monorepo of plugins that give AI coding agents structural awareness of codebases.
| Package | Description | Deps |
|---|---|---|
@vevx/kiste | Git-backed artifact index. Tags, provenance, co-change, full-text search over commit history. | — |
@vevx/varp | Dependency analysis and agent orchestration. Manifest-driven: structural grouping, doc freshness, coupling diagnostics, plan validation, task scheduling. | kiste |
@vevx/kart | IDE interface for AI agents. Progressive code disclosure, LSP integration, AST-aware editing. 24 MCP tools. | — |
@vevx/audit | Multi-agent compliance audit engine. Ruleset-based code review with 3-wave planner. | varp |
@vevx/havn | Default Claude Code plugin setup. 3 agents, 10 skills, project memory, git hooks, plugin auto-detection. | — |
kiste ← varp ← audit
kart (standalone)
havn (standalone)
Prerequisites: Bun, Claude Code with plugin support.
# As Claude Code plugins
claude plugin add https://github.com/phibkro/vevx/tree/main/packages/varp
claude plugin add https://github.com/phibkro/vevx/tree/main/packages/kart
claude plugin add https://github.com/phibkro/vevx/tree/main/packages/havn
# As npm packages
bun add @vevx/varp @vevx/kart @vevx/kiste
From source:
git clone https://github.com/phibkro/vevx.git && cd vevx
bun install && turbo build
bun install # install all workspace deps
turbo build # build all packages
turbo test # all tests across all packages
turbo check # format + lint + build
Stack: Bun, Turborepo, TypeScript (ES2022, ESM only), Zod, Effect TS, MCP SDK.
varp.yaml format referenceExecutes bash commands
Hook triggers when Bash tool is used
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Progressive code disclosure, import graph analysis, and behavioral coupling via LSP and git history
Vevx's default Claude Code setup, a stable harbor for every pirate looking to sail the seas.
Graph-aware project analysis: coupling diagnostics, dependency tracking, scope enforcement, and architectural drift detection
npx claudepluginhub phibkro/vevx --plugin kisteFull AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 10+ coding-agent harnesses, content-addressed Fjall + LanceDB.
Git-as-knowledge-graph workflow for traceability across issues, branches, commits, reviews, and PRs.
Local-first memory server — hybrid BM25+vector search, vault management, lint, and launchd lifecycle for project knowledge.
Optimized file search, semantic indexing, and persistent memory for Claude Code — with optional sync to a self-hosted web dashboard
Repository knowledge engine plugin. Bundles CLI-backed slash commands (ag-setup / ag-init / ag-refresh / ag-ask) plus the agent-repo-init skill. Works in both Claude Code and Codex CLI.
Semantic code intelligence -- symbol navigation, cross-reference analysis, and structural code understanding powered by tree-sitter