hlv
Spec-driven contracts, gates, and validation for generated code
All Skills in This Repository (6)
Pure Emerald Level Indicatorsvalidate
Execute mandatory validation gates from gates-policy.yaml and report release decisions.
artifacts
Capture project context and decisions into structured milestone artifacts.
verify
Validate contracts, specs, and plans via structural checks and LLM cross-review.
generate
Transform milestone artifacts into structured contracts, validation specs, and implementation plans.
implement
Translate contracts into executable code and tests across milestones.
questions
Resolve open milestone questions by updating open-questions.md interactively.
Frequently Asked Questions
FAQPage SchemaHow to install hlv?โผ
Run `npx skills add lee-to/hlv --all -g -y` in your terminal to install all skills in this suite globally.
How to verify LLM-generated code against specs?โผ
HLV runs 30+ deterministic checks across contracts, traceability chains, and quality gates so every generated file is provably linked to a requirement.
Can hlv work with an existing codebase?โผ
Yes. Run `hlv init --adopt` to attach HLV to existing Laravel, Go, Node, Python, or Rust projects without moving your legacy code.
Does hlv work with Claude Code and other agents?โผ
Yes. The skills follow the universal SKILL.md standard and HLV includes a built-in MCP server for Claude Code, dashboards, and custom integrations.
Which languages does hlv support?โผ
HLV is designed for strictly typed languages like Rust, Go, TypeScript strict, Kotlin, and Java, where the compiler acts as an extra enforcement layer.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core