By phibkro
Progressive code disclosure, import graph analysis, and behavioral coupling via LSP and git history
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 referenceOwn 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.
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
Semantic artifact index over git history — tag-based retrieval, provenance tracking, and full-text search for agent workflows
npx claudepluginhub phibkro/vevx --plugin kartCodebase exploration, refactoring, and quality analysis
AST-aware code search, symbol navigation, and dependency graph analysis
Personal Claude Code + Codex dev stack: security hooks, AI-first code conventions, /security-review, /repo-map, /stack-check, portable statusline. Designed to complement other skills-based plugins, not replace them.
Codebase learning through knowledge extraction, code knowledge graph, challenges, and spaced repetition. Prevents knowledge atrophy for experienced developers and accelerates onboarding for new ones.
AI Development Environment - Multi-agent orchestration for Claude Code
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.