havn

vevx

OtherClaude Codeby phibkro

Summary

Default Claude Code setup — memory lifecycle hooks, codebase exploration, builder/reviewer agents, and git hook automation

Install to Claude Code

/plugin install havn@vevx

Run in Claude Code. Add the marketplace first with /plugin marketplace add phibkro/vevx if you haven't already.

README.md

vevx

Agent toolkit for Claude Code. A monorepo of plugins that give AI coding agents structural awareness of codebases.

Packages

| 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)

Install

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

Development

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.

Docs

Related plugins

Browse all →