AI Skills 1.2.0 beta
Registry-first AI Runtime for VelinStyle. Discover, install, and orchestrate official skills, packs, workflow graphs, bundles, and project templates. Deutsch: AI Skills Leitfaden · Velin-Meta
Maturity: AI Skills are beta / foundation in VelinStyle 1.2.0 — registry, CLI, and docs are usable now; skill coverage and hooks still expanding. Pair with Velin-Meta for component and convention context.
Architecture
- AI Runtime → Skill Engine → VelinStyle Adapter
- Source of truth:
packages/velinstyle-skills/registry.json - Human prose:
packages/velinstyle-skills/skills/**/SKILL.md - Runtime:
packages/skill-engine· Adapter:packages/velinstyle-skills/adapter.json
Capabilities and lifecycle
Each skill is queryable by capability, status, priority, confidence, compatibility, and origin.
- Capabilities: build, review, documentation, accessibility, seo, motion, security, performance, release, ai-orchestration
- Status: draft / experimental / beta / stable / deprecated / legacy
- Priority: core / recommended / advanced / experimental
- Confidence: high / medium / low
CLI
velinstyle skills list --capability review
velinstyle skills show velin-ai-plan-scaffold-review
velinstyle skills install frontend
velinstyle skills run velin-ai-plan-scaffold-review
velinstyle skills validate
velinstyle workflow landingpage --json
See also CLI reference and generated commands.
Workflow graphs, packs, and templates
- Graphs: landingpage, component-ship, release-gate
- Packs: frontend, design, accessibility, documentation, review, enterprise
- Bundles: landing-starter, review-suite
- Project templates: marketing website, documentation portal, admin panel, blog, ecommerce, portfolio, landing page, laravel dashboard
Quality rules
- Never contradict
DESIGN_RULES.md. - Prefer stable / high-confidence skills for automatic runs.
- Respect
onlyIfpredicates and dependency order from the registry. - Use
velinstyle skills validatebefore publishing registry changes.
Related
- Velin-Meta —
velin-agent.jsonandllms.txt - Prompt scaffolding
- Generated meta README