bitrix-iblocks
Iblock types/elements/sections, ORM compileEntity, properties, SEO templates. Use for content iblock work.
How do I install this agent skill?
npx skills add https://github.com/bxmaximum/bitrix-framework-skills --skill bitrix-iblocksIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill provides standard documentation and code examples for working with Bitrix CMS Information Blocks (iblocks). It focuses on using the modern ORM and classic APIs for content management. No security risks were identified.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
Information Blocks (iblock)
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/basics.md
Read rules/basics.md (Hierarchy, IDs, API boundary) when the task involves:
- Hierarchy
- Key Identifiers
- Where ORM / Classic API Boundary Lies
- Compiling ORM Classes
- Creating an Iblock Programmatically
- Rights and Public API
When to read rules/properties-sections-elements.md
Read rules/properties-sections-elements.md (Properties, sections, elements) when the task involves:
- Properties
- Sections via ORM
- Elements via ORM
When to read rules/query-seo-perf.md
Read rules/query-seo-perf.md (Selections, SEO, performance) when the task involves:
- Selections and Filters
- SEO Templates
- Checklist
- Performance
Checklist
- Opened only the rule file(s) needed for this task.
- Followed DI /
/local// security canons fromAGENTS.md.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/bxmaximum/bitrix-framework-skills/bitrix-iblocks">View bitrix-iblocks on skillZs</a>