Skip to content
Velkin LogoVelkin Logo
Velkin
VELKIN/UI

Modern UI components for product teams and their AI agents. Lit core, typed wrappers, live MCP.

sales@velkinui.com

Product

  • Docs
  • Components
  • Studio
  • Pricing

Resources

  • Quick start
  • Blog
  • Changelog
  • Roadmap
  • Status

Project

  • About
  • Contact
  • License
  • Privacy
  • Terms

© 2026 Velkin. MIT core · Pro licenses available.

VELKIN

Cursor skill

Cursor-only playbook that tells the agent when to call Velkin MCP tools.

Cursor only

A Cursor skill is a short playbook at .cursor/skills/velkin/SKILL.md. It tells the agent when to call MCP tools. Skip this page on VS Code or Claude — use MCP + AGENTS.md there.

AI docs: MCP · AGENTS.md · Cursor skill · llms.txt

Install

npx velkin-mcp init --client cursor
# → .cursor/mcp.json
# → .cursor/skills/velkin/SKILL.md
# → AGENTS.md

create-velkin-app writes the same skill. Commit the project skill so the team shares one playbook.

What it should say

  1. Unknown UI need → suggest_component
  2. Named component → get_velkin_component_docs (compact: true)
  3. Starter → get_component_usage / get_recipes
  4. Before merge → validate_component_usage + velkin_lint
  5. Hard rules: subpath imports, onVu* + e.detail, radius="full"

Full template: @velkin/mcp → templates/SKILL.md.

Next steps

  • MCP servers
  • AGENTS.md
PreviousAGENTS.mdNextllms.txt