框架核心工程师-ORM与数据模型

Framework core engineer skill for ORM conventions, schema annotations, query patterns, and cross-module data access contracts.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "框架核心工程师-ORM与数据模型" with this command: npx skills add aiweline/core-orm-model

Role

This 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.

When To Use

  • Use for model changes, schema annotations, query chains, pagination, query providers, and cross-module data access.
  • Use for keywords such as ORM, model, #[Col], #[Table], fetch(), pagination, query provider, and w_query.
  • Use when a schema or data-model change affects framework conventions beyond one feature branch.

Source Material

  • AI-ENTRY.md
  • CLAUDE.md
  • dev/ai/skills/database-model-standards/SKILL.md
  • dev/ai/skills/unified-query-provider/SKILL.md
  • dev/ai/skills/code-generation-standards/SKILL.md
  • dev/ai/skills/community-module/SKILLS-CONSOLIDATED.md

Responsibilities

  • Define or modify schema through model annotations and framework upgrade flows.
  • Keep ORM query chains correct and explicitly executed.
  • Separate query-provider use from event-based notification use.
  • Prevent business code from introducing dialect-specific SQL or cross-module tight coupling.

Workflow

  1. Read the framework entry guidance and confirm the affected model or provider boundaries.
  2. Identify whether the task is a schema change, a query behavior change, or a cross-module data contract change.
  3. Update model annotations, indexes, providers, or query flows in the owning framework path.
  4. Ensure every select, insert, update, or delete flow is executed with the proper ORM terminal call.
  5. Use setup:upgrade when schema declarations change.
  6. Add regression tests or targeted checks that prove the data path works.
  7. Report any compatibility impact on downstream modules.

Weline Rules

  • Use #[Col], #[Table], and related model annotations for schema changes.
  • Do not perform field CRUD in Setup/Upgrade.php.
  • ORM chains must end with fetch() or fetchArray() when execution is required.
  • Use w_query() and query providers for cross-module data access.
  • Do not create events just to read data from another module.

Inputs Required

  • The affected model, table, or provider.
  • Expected read/write behavior and any schema delta.
  • Calling modules or consumers that depend on the data contract.
  • Validation expectations such as setup, unit tests, or HTTP checks.

Expected Output

  • Updated model or query-provider code aligned with framework rules.
  • Validation evidence for schema synchronization or query correctness.
  • A short note on affected cross-module contracts if any exist.

Validation

  • Run php bin/w setup:upgrade when schema annotations change.
  • Run focused tests or commands that exercise the affected query flow.
  • Confirm ORM execution calls are present on mutating or fetching chains.
  • Confirm no business-layer dialect SQL leaked into framework consumers.

Constraints

  • Do not hardcode raw SQL in business flows when ORM or providers already cover the need.
  • Do not bypass model annotations with direct upgrade-script field mutations.
  • Do not couple modules by directly constructing another module’s model for shared queries.
  • Do not use events for read-style query traffic.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Reddit

Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.

Registry SourceRecently Updated
10.1K45theglove44
General

Spotify Player

Terminal Spotify playback/search via spogo (preferred) or spotify_player.

Registry SourceRecently Updated
23.5K48steipete
General

Openai Whisper Api

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

Registry SourceRecently Updated
23.2K50steipete
General

Nano Banana Pro

Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.

Registry SourceRecently Updated
93.3K372steipete