What problem does it solve?
Binder schema changes can be difficult to get right—this Skill helps you define entity types, fields, relations, constraints, and file-rendering behavior so your workspace stays consistent as it grows.
Core Features & Use Cases
- Define reusable fields (data types, defaults, options, uniqueness, and constraints) as first-class config entities.
- Compose entity types by attaching fields with per-type validation like required fields, allowed enums, and relation target restrictions.
- Model relationships correctly using
inverseOf patterns for 1:M, M:M, and 1:1 synchronization.
- Add field-level metadata via attributes to annotate relation values (e.g., roles on assignments) without creating new entity types.
- Render and edit entities as files using
View templates and Navigation mappings that control how entities become markdown/YAML and sync back.
Quick Start
Use this skill to design a Binder workspace schema by importing your Field, Type, View, and Navigation definitions with binder tx import.