Bitrix orm
D7 ORM tablets, ConditionTree queries, Objectify, batch/merge/deleteByFilter writes. Use for entity design, reads, and persistence.From its SKILL.md
npx -y skills add bxmaximum/bitrix-framework-skills --skill bitrix-ormAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 19 stars19 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 314 tokens by cl100k_base, as published. Nobody here has run it
Bitrix D7 ORM
Baseline: main 23.0+. Features newer than baseline are marked Since.
Progressive disclosure: open only the rule files that match the task. Do not read every rules/*.md.
How to use
- Identify the layer the task touches.
- Open the matching
rules/*.mdbelow. - Prefer framework-native Bitrix patterns over custom abstractions.
Choose a rule file
When to read rules/tablet-map.md
Read rules/tablet-map.md (Tablet map) when the task involves:
- Naming:
DataManagervs*Table - Tablet Skeleton
- Field Types
- Relations
- User Fields (UF)
When to read rules/reading.md
Read rules/reading.md (Reading / filters) when the task involves:
- Reading Data
- Collections and Annotations
When to read rules/writing.md
Read rules/writing.md (Writing / batch / upsert) when the task involves:
- Writing
When to read rules/events-cache-security.md
Read rules/events-cache-security.md (Events, cache, security) when the task involves:
- Events
- Caching
- Security: User Input in Queries
- Checklist
Checklist
- Opened only the rule file(s) needed for this task.
- Followed DI /
/local// security canons fromAGENTS.md.
What ships with it: 4 files
13.3 KB alongside SKILL.md
rules/
- events-cache-security.md2.8 KB
- reading.md3.5 KB
- tablet-map.md3.9 KB
- writing.md3.0 KB