MPS Quotations — узлы и антикавычки в MPS

★ 7.9 · vibe-coding

mps-quotations is a Claude Code skill that covers writing and debugging MPS quotations and anti-quotations — node literals that create SNode trees inline in behavior, typesystem, intentions, generator, and other model code. It addresses heavy quotations (`Quotation`, `<...>` syntax), light quotations (`NodeBuilder`, constructor-style for bootstrapping), and all four anti-quotation varieties: child (`%(...)%`), list (`*(...)*`), reference (`^(...)^`), and property (`$(...) MPS Quotations — узлы и антикавычки в MPS — Claude Code skill for vibe coding ). The skill includes critical directives — quotations do not invoke behavior constructors, concept identifiers must be used inside quotations rather than aliases — plus a decision table for choosing between heavy and light forms and a step-by-step workflow using MPS MCP tools. It is the go-to reference whenever a task involves splicing runtime values into quoted node trees across any MPS aspect.