Read this skill whenever a PR changes UI (apps/ui or packages/blacklight) and you want to show how it looks on the PR: write a Storybook story with typed MSW fixtures, screenshot it headlessly, upload to S3, and embed the image in the PR description. Also…
Read this skill when working on scenario provisioning, the @autonoma/scenario package, the customer SDK endpoint contract, scenario recipe ingestion, scenario instance lifecycle, or any code that reads/writes the Scenario / ScenarioInstance /…
Always read this skill before editing any file under apps/ui/. Contains all UI conventions, data fetching patterns, design system rules, and component guidelines for the Vite + React 19 SPA.
Read this skill when working on the planner CLI's eval harness (apps/cli/evals) - the SDK-integration eval, the planner-step evals, the artifact bootstrap - or when adding/capturing a new eval case. Covers the two eval layers, how a case is structured, how to…
Always read this skill before editing any file under packages/engine/. Covers the platform-agnostic execution agent, command system, driver interfaces, and runner that engine-web (Playwright) and engine-mobile (Appium) extend.
Always read this skill before editing any file under packages/ai/ or packages/visual-ai/. Covers AI primitives: the agent abstraction, model registry, structured output generation, visual checkers, and element detection used across the platform.
Watch a PR's OpenCode review and notify the user when it finishes. Polls the OpenCode workflow run (opencode-review.yml, or the /oc-triggered opencode-comment.yml) until it settles - following supersede when a new push cancels an in-flight review - then reads…
Always read this skill before editing any file under packages/ai/. Covers AI primitives: the agent abstraction, model registry, structured output generation, visual checkers, and element detection used across the platform.