From violet-core
This skill should be used when the user asks about "Violet rules", "soul status", "mind facets", "kaomoji", "vibe categories", or needs to query Violet governance data on demand. Provides guidance on using the violet-ctx MCP tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/violet-core:violet-coreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Violet Core replaces the old violet-soul-loader with a token-efficient architecture. Instead of loading all 17 rules (~10.6k tokens) at startup, it injects a minimal essence (~2k tokens) and provides MCP tools for on-demand queries.
Violet Core replaces the old violet-soul-loader with a token-efficient architecture. Instead of loading all 17 rules (~10.6k tokens) at startup, it injects a minimal essence (~2k tokens) and provides MCP tools for on-demand queries.
| Tool | Purpose | Example |
|---|---|---|
violet_list_rules | List all 17 rules with priority and summary | No args needed |
violet_get_rule | Get full content of a specific rule | key: "zero-compression" |
violet_list_minds | List all 19 mind facets with symbols | No args needed |
violet_get_mind | Get mind details and triggers | key: "aurora" |
violet_get_vibe | Get kaomoji for an emotional category | category: "happy" |
violet_soul_status | Health check on all data files | No args needed |
violet_get_rule("coding-style") for standardsviolet_get_rule("security")violet_list_minds then violet_get_mind(key)violet_get_vibe(category) to get fresh selectionsviolet_soul_status after compact or session start/soul-status — Quick health check via MCP/violet-rules [key] — List or query specific rulesSessionStart hook (soul-engine.js) → outputs ~2k token essence
MCP server (mcp-server.js) → serves rules/minds/vibe on demand
Data files (data/*.json) → consolidated from 17 rules/*.md files
npx claudepluginhub joysusy/violet-plugin-place --plugin violet-coreAnswers questions about the Vibe-sunsang level system (v2 6-axis × 7 levels), anti-patterns, and workspace types. Supports Korean and English queries.
Scans your Claude setup (CLAUDE.md, SOUL.md, MCPs, plugins) and guides improvements with setup, review, or status modes. Use for personal AI system health.
Knowledge base on Claude Code formats, patterns, and configurations for commands, agents, skills, hooks, memory, plugins, settings. Use for creating, improving, auditing components.