The Claude Code Skills I Use
Claude Code skills are packaged instructions for recurring tasks. I use them to keep agent-assisted work on-pattern — the same conventions I'd apply by hand, encoded once and reused.
Scaffolding domains & components
Generators over hand-rolled files: a skill drives the Nx generators and applies the post-generation corrections so a new domain or component is born on-convention.
Placing NgRx state
A skill that decides where reactive state belongs — a component-scoped signal store for local UI state, the global store via a facade for domain data, or pure functions for algorithms.
Verifying theming & accessibility
Skills that check (and auto-fix) CSS-variable token usage and accessibility selectors, so components stay themeable and testable.