By phibkro
Graph-aware project analysis: coupling diagnostics, dependency tracking, scope enforcement, and architectural drift detection
Surface coupling diagnostics for files or components you're working on
Execute a Varp plan by dispatching tasks to subagents with capability enforcement
Scaffold a varp.yaml manifest for an existing project
Decompose a feature into a concrete, verifiable Varp execution plan
Review execution results against plan expectations and surface decisions
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
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 referencenpx claudepluginhub phibkro/vevx --plugin varpProgressive 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.
Semantic artifact index over git history — tag-based retrieval, provenance tracking, and full-text search for agent workflows
AST-aware code search, symbol navigation, and dependency graph analysis
Project Analyzer plugins for comprehensive architectural analysis, component deep analysis, and dependency auditing
Smart codebase exploration with dependency mapping and structure analysis
Codebase exploration, refactoring, and quality analysis
Codebase structural index — scan Python projects once, query the import graph for blast-radius and coupling before touching code — Python projects only
Code intelligence powered by a knowledge graph. Provides execution flow tracing, blast radius analysis, and augmented search across your codebase.