Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

vario

vario 收录了来自 YuluoY 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
3
Stars
6
更新
2026-03-16
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

vario-cli
软件开发工程师

Expert knowledge for @variojs/cli — the command-line toolchain for the Vario Schema-First UI system. Covers three commands: `vario dev` (file watching with Node.js native fs.watch, auto-validation, auto-codegen pipeline), `vario generate/gen` (Schema→TypeScript code generation: types.ts with inferred state types, schema.ts export), and `vario validate` (Schema validation using @variojs/schema's validateSchemaWithResult). Also covers the programmatic API: startDevServer, generateCode, validateFiles, and their option types. Use this skill whenever the user is working with vario-cli, the vario command, schema file watching, code generation from Vario schema, schema validation, dev server setup, CI pipeline integration, or any @variojs/cli API. Also trigger when user mentions Vario CLI, vario dev, vario gen, vario validate, or wants to set up a Vario development workflow.

2026-03-16
vario-core
软件开发工程师

Expert knowledge for @variojs/core — the framework-agnostic runtime engine of the Vario Schema-First UI system. Covers RuntimeContext (flat state, _get/_set, $emit, $methods), Expression Engine (parsing, AST validation, sandbox evaluation, whitelist functions, dependency tracking, compilation caching), Action VM (execute instruction pipeline: set/call/emit/if/loop/batch/navigate/log/push/pop/shift/unshift/splice), path utilities (parsePath, getPathValue, setPathValue, path caching), loop context pool (createLoopContext/releaseLoopContext, object reuse), Schema analysis tools (analyzeSchema, findNode, findNodes, findPathById, createQueryEngine, traverseSchema), security model (multi-layer sandbox, AST whitelist, property blacklist, nesting depth limits, timeout/maxSteps), error types (VarioError, ActionError, ExpressionError, ServiceError, BatchError), and performance optimizations (expression cache, path cache, loop context pool, WeakMap caching). Use this skill whenever the user is working with vario-core, R

2026-03-16
vario-vue
网页开发工程师

Expert knowledge for developing with @variojs/vue — the Vue 3 rendering layer of the Vario Schema-First UI system. Covers useVario composable, Schema→VNode rendering, model binding, event handling, directives, expressions, control flow (cond/show/loop), Vue features (refs, lifecycle, provide/inject, teleport, transition, keep-alive), VNode plugin system (VNodePlugin interface, wrapComponent/decorateVNode hooks, built-in & custom plugins), performance optimization (Scope-Weight Hybrid auto-adaptive: path-memo, subtree componentization, loop componentization), schema query API, computed/methods registration, error boundaries, node context, and TypeScript type patterns. Use this skill whenever the user is working with vario-vue, useVario, schema rendering, writing Vario Schema for Vue, configuring renderer options, debugging rendering issues, building forms or dynamic UI with JSON Schema in Vue, or asking about any @variojs/vue API. Also trigger when user mentions Vario + Vue, schema-driven rendering, Action VM

2026-03-16