Skip to main content
flornkm
ملف منشئ GitHub

flornkm

عرض على مستوى المستودعات لـ ١٢ skills مجمعة عبر ٣ مستودعات GitHub.

skills مجمعة
١٢
مستودعات
٣
محدث
٢٠ أغسطس ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

central-icons
مطوّرو الويب

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.

١٢ أغسطس ٢٠٢٦
clean-jsx-no-inline-ternaries
مطوّرو الويب

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…

١٢ أغسطس ٢٠٢٦
design-system
مطوّرو الويب

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…

١٢ أغسطس ٢٠٢٦
no-fluff-comments
مطوّرو البرمجيات

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.

١٢ أغسطس ٢٠٢٦
no-previews
مطوّرو البرمجيات

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…

١٢ أغسطس ٢٠٢٦
prefer-container-queries
مطوّرو الويب

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…

١٢ أغسطس ٢٠٢٦
react-useeffect
مطوّرو الويب

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.

١٢ أغسطس ٢٠٢٦
reliable-maintainable-code
مطوّرو البرمجيات

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.

١٢ أغسطس ٢٠٢٦
عرض 8 من أصل ١٠ skills مجمعة.
عرض ٣ من أصل ٣ مستودعات
تم تحميل كل المستودعات