Nuri Skill Bootstrap
This repository contains the canonical Nuri skill. Load it before writing any Nuri code:
- Read skills/nuri/SKILL.md: core rules, renderer decision table, component structure template, hook reference.
- Read only the renderer reference it selects: references/wpf.md or references/avalonia.md.
- When the task is to build an application inside this repository clone, follow apps/README.md: create the project under
apps/, referencesrc/projects withProjectReference, and do not modify library sources. - When the task is to change the Nuri library itself, read AGENTS.md and follow its library-mode rules instead.