verter
Rust-powered Vue compiler, language server, and linter
All Skills in This Repository (17)
Pure Emerald Level Indicatorsaudit-infrastructure
Collect timing, memory, and semantic footprint data across Verter Vue compiler execution paths.
type-cache-architecture
Enforce cache-correctness rules for the Verter compiler's fact-based read-side cache system.
agent-prompts
Generate structured prompts for multi-session Claude Code refactoring workflows.
type-resolution
Resolve cross-file type dependencies in Vue monorepos with cached AST-based inference.
compiler-codegen
Orchestrate a Rust-based Vue SFC compilation pipeline generating render functions and TSX.
scheduler
Schedule asynchronous tasks with dependency resolution for the Verter Vue compiler.
component-meta
Analyze Vue component metadata for type safety and semantic footprint reporting.
position-encoding
Standardize coordinate transformations and path normalization for the Verter toolchain.
framework-adapters
Standardize framework-specific component adapters and compilation pipelines for the Verter toolchain.
mom-cto-orchestration
Orchestrate multi-train software migrations with independent verification gates.
testing
Standardize testing patterns and TDD workflows for a hybrid Rust and TypeScript monorepo.
architecture
Document module relationships across Rust crates, TypeScript packages, and the MCP server.
Frequently Asked Questions
FAQPage SchemaHow to install Verter?โผ
Run `npx skills add pikax/verter --all -g -y` in your terminal to install all skills in this repository globally.
What does Verter do for Vue projects?โผ
Verter compiles Vue single-file components into valid typed TSX for editor analysis and into optimized render functions for production builds. It also bundles a language server, a linter with about 186 rules, and a universal bundler plugin.
How is Verter different from Volar?โผ
Verter is written in Rust and generates real valid TSX instead of virtual files, with built-in template compilation and linting. Volar is TypeScript-only and relies on virtual file mapping plus external ESLint plugins.
Which bundlers does Verter support?โผ
The universal plugin works with Vite, Webpack, Rollup, esbuild, Rspack, Rolldown, and Farm. It compiles .vue files through the native Rust binding during your normal build.
Is Verter stable enough for production use?โผ
Verter is currently in beta and tested against real projects like Element Plus, Naive UI, PrimeVue, and Vuetify. Core APIs are stabilizing but may still change between releases.
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