bynikolanovoselec· 47 skills
Mandatory coding standards for building and refactoring any UI that has repeated structure — landing pages, marketing sites, dashboards, component libraries, any page where a pattern appears more than twice. Use BEFORE writing a new page/section/widget, and ALWAYS when you notice yourself copy-pasting markup, tuning the same thing in several places, or about to assert toContain('some copy') in a test. Enforces extract-don't-duplicate, central control (tokens + content data), behavior-preserving refactors, and behavioral-only tests (no string-matching theater). Framework-agnostic (Astro, React, Svelte, Vue, plain HTML).
$npx -y skills add nikolanovoselec/codeflare --skill frontend-componentsInstalls into the current project.
Run `npx skills use "https://github.com/nikolanovoselec/codeflare" --skill "nikolanovoselec/codeflare/frontend-components"` 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/nikolanovoselec/codeflare" that are relevant to the current task. Run `npx skills add "https://github.com/nikolanovoselec/codeflare"` and select the relevant skills, then follow their instructions.