@vetaui/claude-skill-veta
v0.1.2
Published
Claude Code skill bundle for the Veta design system. Applies Veta rules whenever Claude generates Flutter code.
Readme
@vetaui/claude-skill-veta
Claude Code skill bundle for the Veta design system. When installed
into ~/.claude/skills/, Claude Code will automatically apply the
Veta rules whenever it generates Flutter code in a Veta-aware project.
Install
mkdir -p ~/.claude/skills/veta-flutter
cp SKILL.md ~/.claude/skills/veta-flutter/Or via npm (recommended once published):
npx -y @vetaui/claude-skill-veta installPair with the MCP server
The skill assumes @vetaui/mcp is wired in your mcp.json:
{
"mcpServers": {
"veta": { "command": "npx", "args": ["-y", "@vetaui/mcp"] }
}
}Without the MCP server the skill still applies the static rules — it just can't fetch recipes / integrations / v3 descriptions on demand.
