General
PromptBeginner5 minmarkdown
Untitled Skill
193
Rules for files in the playground directory
Loading actions...
Main instructions and any bundled files for this skill.
The playground/ directory at the project root contains ad-hoc scripts for manual testing, experimentation, and prototyping. These scripts are not part of the production codebase or the automated test suite.
<project_root>/playground/
Playground scripts import from the SDK, so they must be run from the sdk/ directory with uv:
cd sdk && uv run python ../playground/<script_name>.py
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks