Agent skill
ezorm-skills
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).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ezorm-skills
SKILL.md
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 genusing the gen-yaml skills. - Use db-specific docs and examples referenced inside each skill folder.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?