Searching...
Searching...
Found 122398 results
kubb-labs
Provides standardized rules and checklists for preparing pull requests, creating changesets, and releasing packages in monorepo environments.
kubb-labs
Automates creation of customer-friendly release notes from git commit history, transforming technical details into clear changelogs.
kubb-labs
Provides coding style, testing, and PR guidelines for the Kubb ecosystem to ensure consistent and high-quality code reviews and development practices.
kubb-labs
Guides technical documentation and blog post creation with active voice, present tense, and proper structure for clarity and grammatical correctness.
KhazP
Guides users in drafting a Product Requirements Document (PRD) for their MVP by defining core product requirements and structure.
KhazP
Guides users through a 5-step workflow to build an MVP from idea to launch, for new projects or specific prompts.
KhazP
Conducts deep market research and validation for app ideas to guide project initiation and business strategy decisions.
KhazP
Creates AGENTS.md and AI configuration files for agent setup and AI assistant configuration.
KhazP
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.
KhazP
Creates Technical Design Documents for MVPs, guiding architecture planning and tech stack selection.
TheOrcDev
Provides standardized conventions for implementing 8-bit styled UI components with shadcn/ui, ensuring consistent retro design patterns.
TheOrcDev
Prevents stale closures and unnecessary callback recreations in React by using functional setState for state updates based on current state values.
TheOrcDev
Provides best practices for creating 8-bit styled variants of shadcn/ui components through structured component wrapping techniques.
TheOrcDev
Generates structured component documentation including installation, usage examples, and interactive previews for 8-bit UI components.
TheOrcDev
Optimizes frontend performance by lazily loading heavy components (e.g., editors, charts) using Next.js dynamic imports to reduce initial bundle size.
TheOrcDev
Optimizes React component rendering by memoizing results to skip unnecessary re-renders when props remain unchanged.
TheOrcDev
Optimizes React component performance by hoisting RegExp creation outside render or memoizing with useMemo to avoid re-creation on every render.
TheOrcDev
Generates authentic 8-bit pixel art patterns for borders, shadows, and effects in retro-styled UI components.
TheOrcDev
Optimizes import statements to reduce bundle size and improve development boot time by importing directly from source files instead of barrel files.
TheOrcDev
Optimizes JavaScript code by using early returns to avoid unnecessary computations in loops and condition checks.
TheOrcDev
Optimizes SVG animation performance by wrapping elements in a div for hardware acceleration, specifically for 8-bit retro pixel art components.
TheOrcDev
Organizes CSS for retro 8-bit interfaces using custom properties, pixel fonts, and responsive pixel art to maintain visual consistency in retro-styled components.
TheOrcDev
Registers new 8-bit components in shadcn/ui by updating registry.json during component addition to the library.
TheOrcDev
Generates structured MDX documentation files with proper frontmatter, imports, and component integration for Fumadocs documentation pages.