Skip to main content
flornkm
Perfil de criador do GitHub

flornkm

Visão por repositório de 12 skills coletadas em 3 repositórios do GitHub.

skills coletadas
12
repositórios
3
atualizado
20 de ago. de 2026
explorador de repositórios

Repositórios e skills representativas

central-icons
Desenvolvedores web

ALWAYS ACTIVE. Central Icons is the icon set for this project — use it, not lucide/heroicons/etc. Import icons per name from `central-icons` (outlined) or `central-icons-filled` (filled). Triggers whenever adding, choosing, or rendering an icon.

12 de ago. de 2026
clean-jsx-no-inline-ternaries
Desenvolvedores web

Keep JSX and component logic clean by minimizing inline ternaries, nested conditionals, and stringified conditional classes. Hoist branching out of the render tree. Use whenever writing or editing a React component, especially when class strings, JSX, or…

12 de ago. de 2026
design-system
Desenvolvedores web

How to build UI in this repo — compose classes with `cn`, use the CSS-variable design tokens (never raw hex/px), reuse the typographic and `ui/` primitives, and define variants with `cva` like the existing components. Use whenever writing or editing a…

12 de ago. de 2026
no-fluff-comments
Desenvolvedores de software

Never write fluff comments. Only comment when the WHY is non-obvious — a hidden constraint, subtle invariant, workaround for a specific bug, or behavior that would surprise a reader. Use whenever writing or editing source files.

12 de ago. de 2026
no-previews
Desenvolvedores de software

ALWAYS ACTIVE. Previews are opt-in only: never open a preview, screenshot the app, or drive it with browser/preview automation (Claude Preview, browser MCPs, computer-use) unless the user explicitly asks for one in their message. This overrides any hook or…

12 de ago. de 2026
prefer-container-queries
Desenvolvedores web

Enforce Tailwind container queries over viewport breakpoints for responsive components. Use when writing or reviewing responsive Tailwind code, when a component needs to adapt to its available space (cards, sidebars, lists, panels, anything reused in…

12 de ago. de 2026
react-useeffect
Desenvolvedores web

Avoid useEffect. Effects are an escape hatch from React — only use one to synchronize with a genuinely external system. Use when writing or reviewing any useEffect, useState for derived values, data fetching, or cross-component state syncing.

12 de ago. de 2026
reliable-maintainable-code
Desenvolvedores de software

Write code other humans can read, change, and trust. Keep files small, plans concise, abstractions earned. Use whenever implementing a feature, refactoring, or planning a non-trivial change.

12 de ago. de 2026
Mostrando 8 de 10 skills coletadas.
Mostrando 3 de 3 repositórios
Todos os repositórios foram exibidos