Implements the state-as-records-not-booleans pattern for rich state tracking. Use when modeling state changes, replacing boolean flags with record-based state, or when user mentions state records, closures, publications, or toggling state. WHEN NOT: Technical flags like cached/processed (use booleans), concern extraction (use concern-patterns), general model work (use model-patterns).
$npx -y skills add dilolabs/nosia --skill state-recordsInstalls into the current project.
Run `npx skills use "https://github.com/dilolabs/nosia" --skill "dilolabs/nosia/state-records"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dilolabs/nosia" that are relevant to the current task. Run `npx skills add "https://github.com/dilolabs/nosia"` and select the relevant skills, then follow their instructions.