1. Software Development

24 skills

Found 33838 skills

Total Stars:10.4M
Avg Stars:307

components-generators

kubb-labs

1.5K

Provides guidance for creating React components and generators using @kubb/react-fabric, supporting both React-based and function-based patterns.

React
Component Generators
Kubb
1. Software Development

pr

kubb-labs

1.5K

Provides standardized rules and checklists for preparing pull requests, creating changesets, and releasing packages in monorepo environments.

PR
Changesets
Monorepo
1. Software Development

coding-style

kubb-labs

1.5K

Provides coding style, testing, and PR guidelines for the Kubb ecosystem to ensure consistent and high-quality code reviews and development practices.

Code Style
Pull Request
Testing
1. Software Development

vibe-build

KhazP

1.5K

Assists in building Minimum Viable Products (MVPs) by implementing features according to the AGENTS.md plan, triggered by user requests to start coding or develop features.

MVP
AGENTS.md
Feature Implementation
1. Software Development

vibe-techdesign

KhazP

1.5K

Creates Technical Design Documents for MVPs, guiding architecture planning and tech stack selection.

MVP
Tech Stack
Architecture
1. Software Development

rerender-functional-setstate

TheOrcDev

1.5K

Prevents stale closures and unnecessary callback recreations in React by using functional setState for state updates based on current state values.

React
State Management
Functional setState
1. Software Development

component-wrapper-architecture

TheOrcDev

1.5K

Provides best practices for creating 8-bit styled variants of shadcn/ui components through structured component wrapping techniques.

shadcn/ui
component wrapping
8-bit
1. Software Development

bundle-dynamic-imports

TheOrcDev

1.5K

Optimizes frontend performance by lazily loading heavy components (e.g., editors, charts) using Next.js dynamic imports to reduce initial bundle size.

Next.js
Dynamic Imports
Lazy Loading
1. Software Development

rerender-memo

TheOrcDev

1.5K

Optimizes React component rendering by memoizing results to skip unnecessary re-renders when props remain unchanged.

React.memo
Memoization
Re-render
1. Software Development

js-hoist-regexp

TheOrcDev

1.5K

Optimizes React component performance by hoisting RegExp creation outside render or memoizing with useMemo to avoid re-creation on every render.

React
RegExp
useMemo
1. Software Development

bundle-barrel-imports

TheOrcDev

1.5K

Optimizes import statements to reduce bundle size and improve development boot time by importing directly from source files instead of barrel files.

Tree-shaking
Direct imports
Bundle optimization
1. Software Development

js-early-exit

TheOrcDev

1.5K

Optimizes JavaScript code by using early returns to avoid unnecessary computations in loops and condition checks.

JavaScript
Early Exit
Loop Optimization
1. Software Development

rendering-animate-svg

TheOrcDev

1.5K

Optimizes SVG animation performance by wrapping elements in a div for hardware acceleration, specifically for 8-bit retro pixel art components.

SVG
Hardware Acceleration
Pixel Art
1. Software Development

registry-component-patterns

TheOrcDev

1.5K

Registers new 8-bit components in shadcn/ui by updating registry.json during component addition to the library.

shadcn/ui
registry.json
component registration
1. Software Development

rerender-lazy-state

TheOrcDev

1.5K

Defers expensive initial state calculations in React using lazy initialization with useState to improve performance.

React
useState
Lazy Initialization
1. Software Development

gaming-ui-state-management

TheOrcDev

1.5K

Manages state-driven visual elements for game interfaces, including health, XP, and mana bars in RPG and retro game UI components.

State Management
RPG
UI Components
1. Software Development

rendering-hoist-jsx

TheOrcDev

1.5K

Optimizes React component rendering by hoisting static JSX elements outside the component to prevent unnecessary re-creation on every render.

React
JSX
Optimization
1. Software Development

rendering-conditional-render

TheOrcDev

1.5K

Enforces explicit ternary operators for conditional rendering to prevent unexpected behavior with falsy values like 0 or NaN.

Conditional Rendering
Ternary Operator
Falsy Values
1. Software Development

js-tosorted-immutable

TheOrcDev

1.5K

Provides a safe array sorting method using toSorted() to avoid mutation, ideal for React state and shared data structures.

toSorted
array mutation
React
1. Software Development

fumadocs-registry-integration

TheOrcDev

1.5K

Registers 8-bit components in registry.json for shadcn/ui, enabling new component additions to the component library distribution.

shadcn/ui
registry.json
component library
1. Software Development

js-set-map-lookups

TheOrcDev

1.5K

Uses Set and Map for O(1) membership lookups in JavaScript, replacing array.includes() for improved performance in repeated checks.

Set
Map
O(1)
1. Software Development

create-migration

owid

1.5K

Generates a new migration file for OWID's MySQL database schema changes, enabling version-controlled database evolution.

MySQL
Database Migration
Schema Change
1. Software Development

worktrunk

max-sixty

1.5K

Guides users on configuring and using Worktrunk, a CLI tool for managing Git worktrees to automate development tasks.

Git Worktrees
CLI
Configuration
1. Software Development

swift-concurrency-expert

Dimillian

1.4K

Reviews and fixes Swift Concurrency issues in Swift 6.2+ code, ensuring compliance and resolving compiler errors.

Swift Concurrency
Swift 6.2
Code Remediation
1. Software Development
PreviousPage 26 of 1410 PageNext