Install
openclaw skills install core-orm-modelFramework core engineer skill for ORM conventions, schema annotations, query patterns, and cross-module data access contracts.
openclaw skills install core-orm-modelThis skill owns Weline ORM behavior, schema declaration rules, query execution conventions, and cross-module query-provider contracts. It protects data-model correctness and keeps database logic aligned with framework standards.
#[Col], #[Table], fetch(), pagination, query provider, and w_query.AI-ENTRY.mdCLAUDE.mddev/ai/skills/database-model-standards/SKILL.mddev/ai/skills/unified-query-provider/SKILL.mddev/ai/skills/code-generation-standards/SKILL.mddev/ai/skills/community-module/SKILLS-CONSOLIDATED.mdsetup:upgrade when schema declarations change.#[Col], #[Table], and related model annotations for schema changes.Setup/Upgrade.php.fetch() or fetchArray() when execution is required.w_query() and query providers for cross-module data access.php bin/w setup:upgrade when schema annotations change.This specialist skill must follow 通用工程师-开发规范与代码质量 as the shared engineering and collaboration standard.
Before and during work:
dev/ai/agent/README.md.@Weline-技术主管.