Write ezorm YAML schema files for this repo (mysql/mysqlr). Prefer mysqlr unless the user explicitly asks for mysql. Output YAML only (no Go code).
Write ezorm YAML schemas from user requirements for mysql/mysqlr and emit YAML only. Prefer mysqlr unless the user explicitly requests mysql. Read these files when schema details or examples are needed:
doc/schema/yaml.mddoc/schema/yaml_mysql.mddoc/schema/yaml_mysqlr.mde2e/mysql/*.yamle2e/mysqlr/*.yaml
If the local references/ or assets/ directories are missing, run:
scripts/init.sh (or scripts/init.sh --force to refresh).
Validate with scripts/validate.sh.db: mysql for classic mysql schemas (see doc/schema/yaml_mysql.md).db: mysqlr for mysqlr schemas (see doc/schema/yaml_mysqlr.md).flags like index, unique, nullable, primary, autoinc, noinc as needed.fk only when an explicit foreign key is requested.dbname.table for mysql, dbtable for mysqlr.indexes, uniques, primary as required.--- to separate multiple entities.Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer