je-custom-content-types
Installation
SKILL.md
JetEngine Custom Content Types (CCT)
Integrate with registered CCT factories rather than treating CCT rows as posts. Each CCT has a dedicated custom table, its own field schema, service columns, handler lifecycle, query layer, and optional REST/single-post projection.
When to use this skill
- Read, create, update, or delete items in an existing CCT.
- React to CCT lifecycle hooks from a companion plugin.
- Query CCT fields through PHP or Query Builder.
- Map a CCT item to its optional related single post.
- Enable or consume
jet-cctREST routes. - Audit capabilities, ownership, deletion effects, or direct database calls.