Authoring toolkit for Pushword CMS content. Use this whenever you need to build, edit, or validate content features that Pushword exposes through Twig functions and its API, even if the user doesn't name Pushword explicitly. Right now it covers ONE thing: creating a quiz (an interactive multiple-choice QCM declared inline with a `{% quiz %}` block, rendered server-side for SEO). Trigger it for requests like "add a quiz about X to this page", "make a QCM", "create an interactive quiz", "build a knowledge test", "turn this lesson into a quiz", or "validate this quiz" on a site built with Pushword. Authoring the JSON by hand drifts from a strict validator; this skill encodes the rules and a one-command lint so the result renders the first time.
Browse the Pushword site and admin to identify bugs, then propose fixes. Use when asked to audit, test, find bugs, or QA the site.