cycle-orm

Installation
SKILL.md

Spiral Cycle ORM

When to use

  • The user wants to map a Spiral domain entity to a database table using Cycle ORM attributes.
  • The user needs to declare has-one, has-many, or belongs-to relations between Cycle ORM entities.
  • The user needs to load and query Cycle entities through a typed repository instead of raw SQL.

When NOT to use

  • Do not force complex reporting or bulk analytical SQL through Cycle entities; use the query builder or a parameterized raw query.
  • Do not use this skill to hand-write DDL; Cycle generates migrations from entity schema via the migrations component.

Core guidance

Installs
1
GitHub Stars
3
First Seen
Jul 3, 2026
cycle-orm — anyorgname/php-skills