ezorm-skills

star 50

Entry point for ezorm repo skills. Use to pick the right skill based on task (write YAML vs generate code, and mongo vs mysql/mysqlr).

ezbuy By ezbuy schedule Updated 2/26/2026

name: ezorm-skills description: Entry point for ezorm repo skills. Use to pick the right skill based on task (write YAML vs generate code, and mongo vs mysql/mysqlr).

Ezorm Skills Index

Choose a Skill

  • Write YAML schema (mongo): ezorm-write-yaml-mongo
  • Write YAML schema (mysql/mysqlr): ezorm-write-yaml-mysql (prefer mysqlr unless explicitly asked for mysql)
  • Generate Go from YAML (mongo): ezorm-gen-yaml-mongo
  • Generate Go from YAML (mysql/mysqlr): ezorm-gen-yaml-mysql (prefer mysqlr unless explicitly asked for mysql)

Notes

  • YAML is the source of truth. Generate code with ezorm gen using the gen-yaml skills.
  • Use db-specific docs and examples referenced inside each skill folder.
Install via CLI
npx skills add https://github.com/ezbuy/ezorm --skill ezorm-skills
Repository Details
star Stars 50
call_split Forks 21
navigation Branch main
article Path SKILL.md
More from Creator