What problem does it solve? Loading all 17 Violet governance rules at session start consumes roughly 10.6k tokens of context. This Skill replaces that bulk loading with a minimal ~2k token essence plus on-demand MCP queries, so governance data is available without exhausting the context window. ## Core Features & Use Cases - On-Demand Rule Queries: Retrieve any of the 17 rules (e.g., coding-style, security) via violet_get_rule only when needed. - Mind Facet Lookup: List 19 mind facets and fetch details and triggers for a specific facet such as aurora. - Kaomoji & Health Checks: Get kaomoji by emotional category with violet_get_vibe and verify data file integrity with violet_soul_status. - Use Case: Before writing code, query the coding-style rule for standards; after a session compact, run a soul status check to confirm all data files are healthy. ## Quick Start Ask the assistant to list all Violet rules or fetch a specific rule such as security using the violet-ctx MCP tools.