Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

8bitcn-ui

8bitcn-ui 收录了来自 TheOrcDev 的 23 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
23
Stars
1.9k
更新
2026-01-16
Forks
113
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

8-bit-pixel-art-patterns
网页与数字界面设计师

Create pixelated borders, shadows, and effects for 8-bit retro components. Apply when building 8-bit styled UI components that need authentic pixel art aesthetics.

2026-01-16
8bit-docs-patterns
网页与数字界面设计师网页开发工程师

Create documentation with gaming-specific examples, retro styling, and 8-bit terminology. Apply when documenting gaming blocks, RPG components, or retro-styled UI elements.

2026-01-16
animation-performance-retro
软件开发工程师网页与数字界面设计师

Optimize 8-bit animations for smooth performance. Apply when creating animated pixel art, game UI effects, or any retro-styled animations.

2026-01-16
bundle-barrel-imports
软件开发工程师

Import directly from source files instead of barrel files. Apply when using libraries like lucide-react, @mui/material, or @radix-ui/react-* to reduce bundle size and improve dev boot time.

2026-01-16
bundle-dynamic-imports
软件开发工程师

Use next/dynamic for lazy-loading heavy components. Apply when importing large components like editors, charts, or rich text editors that aren't needed on initial render.

2026-01-16
component-wrapper-architecture
软件开发工程师

Best practices for wrapping shadcn/ui components. Apply when creating 8-bit styled variants of existing shadcn/ui components.

2026-01-16
fumadocs-component-docs
网页开发工程师

Create component documentation with installation, usage examples, and preview sections. Apply when documenting 8-bit components with proper structure and examples.

2026-01-16
fumadocs-mdx-structure
网页开发工程师

Create MDX documentation files with proper frontmatter, imports, and component integration. Apply when creating or updating Fumadocs documentation pages in content/docs/.

2026-01-16
fumadocs-registry-integration
软件开发工程师

Register 8-bit components in registry.json for shadcn/ui add command. Apply when adding new components to the component library distribution.

2026-01-16
gaming-ui-state-management
软件开发工程师

Patterns for game-like interfaces - health bars, XP bars, mana bars. Apply when building RPG/retro gaming UI components with state-driven visuals.

2026-01-16
js-early-exit
软件开发工程师

Use early returns to avoid unnecessary computation in loops and functions. Apply when processing arrays, validating input, or checking multiple conditions where the result can be determined before all iterations complete.

2026-01-16
js-hoist-regexp
软件开发工程师

Hoist RegExp creation outside render or memoize with useMemo(). Apply when using regular expressions in React components or frequently called functions.

2026-01-16
js-set-map-lookups
软件开发工程师

Use Set and Map for O(1) membership lookups instead of array.includes(). Apply when checking membership repeatedly or performing frequent lookups against a collection.

2026-01-16
js-tosorted-immutable
软件开发工程师

Use toSorted() instead of sort() to avoid mutating arrays. Apply when sorting arrays that are React props, state, or otherwise shared/referenced elsewhere.

2026-01-16
registry-component-patterns
软件开发工程师

Register components in registry.json for shadcn/ui add command. Apply when adding new 8-bit components to the component library.

2026-01-16
rendering-animate-svg
软件开发工程师网页与数字界面设计师

Wrap animated SVG elements in a div to enable hardware acceleration. Apply when animating SVG icons or elements, especially in 8-bit retro components with pixel art animations.

2026-01-16
rendering-conditional-render
软件开发工程师

Use explicit ternary operators instead of && for conditional rendering. Apply when rendering values that could be 0, NaN, or other falsy values that might render unexpectedly.

2026-01-16
rendering-hoist-jsx
软件开发工程师

Extract static JSX elements outside components to avoid re-creation on every render. Apply when rendering static elements repeatedly or in lists.

2026-01-16
rerender-functional-setstate
软件开发工程师

Use functional setState updates to prevent stale closures and unnecessary callback recreations. Apply when updating state based on the current state value in React components.

2026-01-16
rerender-lazy-state
软件开发工程师

Use lazy state initialization with useState function form. Apply when computing expensive initial values like building search indexes, parsing JSON, or complex calculations.

2026-01-16
rerender-memo
软件开发工程师

Extract expensive work into memoized components with React.memo. Apply when components perform expensive computations that can be skipped when props haven't changed.

2026-01-16
retro-css-architecture
网页与数字界面设计师

Organize 8-bit CSS with custom properties, pixel fonts, and responsive pixel art. Apply when creating or modifying retro-styled components and their CSS.

2026-01-16
shadcn-ui-conventions
软件开发工程师

UI component conventions for 8-bit styled components. Use when working with shadcn/ui components or implementing retro-styled UI elements.

2026-01-16