Guides AI agents consuming @signaltree/ packages in Angular applications. The canonical skill content lives at docs/skills/using-signaltree/SKILL.md — read that file for full instructions. Triggers include SignalTree, @signaltree/core, @signaltree/ng-forms, @signaltree/enterprise, @signaltree/guardrails…
Instructions for JBorgia/signaltree, covering signaltree release process, critical: do not skip these steps, pre-release checklist (required), 1. working directory is clean and must show: "nothing to commit, working tree clean".
Instructions for JBorgia/signaltree, covering nx rollup additionalentrypoints - filename collision issue, the problem, example of the problem, the solution and 1. create barrel files.
Guides AI agents attaching @signaltree/guardrails as a dev-only enhancer for SignalTree performance budgets, hot-path detection, memory-leak monitoring, and anti-pattern rules. Automatically noop in production via conditional package exports. Triggers on @signaltree/guardrails, performance budget, dev-only enhancer…
Guides AI agents integrating Angular reactive forms with SignalTree via @signaltree/ng-forms. Covers FormGroup ↔ signal bidirectional sync, validators, conditional fields, persistence, undo/redo, and multi-step wizards. Triggers on @signaltree/ng-forms, Angular reactive forms, FormGroup, createFormTree, form() marker…
Guides AI agents wiring @signaltree/realtime so DB change events (INSERT/UPDATE/DELETE) automatically sync into SignalTree entityMap slices, via Supabase, custom WebSocket adapters, or any RealtimeAdapter. Covers connection state signals, reconnect logic, and entity transforms. Triggers on @signaltree/realtime…