OrcDev avatar

OrcDev

Community

@theorcdev

1,090Followers
|
112Public Repos
|
30Published Skills

15+ years in the code mines. I build, I break, I conquer - all in orcish style. 🛠️🔥

Agent Skills by OrcDev

Showing 30 vetted skills indexed across 2 GitHub repositories.

TheOrcDevTheOrcDev
436

videorc-design

Implement Videorc UI styling with shadcn/ui components and CSS variables.

Community
Intermediate
TheOrcDevTheOrcDev
436

cut-it

Slice plans into ordered execution phases with dependency handling.

Community
Advanced
TheOrcDevTheOrcDev
436

shadcn

Manage shadcn components and projects with add, update, and configuration commands.

Community
Advanced
TheOrcDevTheOrcDev
436

creem

Manage payments, subscriptions, and tax compliance via the Creem API.

Community
Advanced
TheOrcDevTheOrcDev
436

videorc-release

Automate macOS release cutting and publishing for the Videorc app.

Community
Advanced
TheOrcDevTheOrcDev
436

improve

Audit codebases for bugs, vulnerabilities, and performance bottlenecks.

Community
Advanced
TheOrcDevTheOrcDev
436

shieldcn-badges

Generate shields-style badges, charts, headers, and images for READMEs.

Community
Intermediate
TheOrcDevTheOrcDev
2.0k

shadcn-ui-conventions

Enforce shadcn/ui conventions for React components with defined imports, types, refs, and lint exclusions.

Community
Intermediate
TheOrcDevTheOrcDev
2.0k

bundle-dynamic-imports

Lazily load heavy UI components with next/dynamic and disabled SSR.

Community
Intermediate
TheOrcDevTheOrcDev
2.0k

gaming-ui-state-management

Create state-driven health, XP, and mana bars with a shared Progress component.

Community
Basic
TheOrcDevTheOrcDev
2.0k

registry-component-patterns

Register 8-bit components in registry.json for shadcn/ui add workflows.

Community
Basic
TheOrcDevTheOrcDev
2.0k

fumadocs-mdx-structure

Create structured MDX documentation files for 8-bit components with standardized frontmatter and imports.

Community
Basic
TheOrcDevTheOrcDev
2.0k

bundle-barrel-imports

Replace barrel exports with direct source imports in React projects.

Community
Basic
TheOrcDevTheOrcDev
2.0k

rendering-conditional-render

Replace && with ternary operators in JSX React components to prevent unintended falsy renders.

Community
Basic
TheOrcDevTheOrcDev
2.0k

fumadocs-registry-integration

Register 8-bit components in registry.json for shadcn/ui add command.

Community
Intermediate
TheOrcDevTheOrcDev
2.0k

rerender-lazy-state

Initialize React useState state lazily with a function to run once.

Community
Basic
TheOrcDevTheOrcDev
2.0k

js-hoist-regexp

Hoist RegExp creation to module scope or memoize with useMemo.

Community
Basic
TheOrcDevTheOrcDev
2.0k

8-bit-pixel-art-patterns

Generate 8-bit pixel art borders, shadows, and decorative effects for retro UI components.

Community
Basic
TheOrcDevTheOrcDev
2.0k

js-tosorted-immutable

Replace sort with toSorted for immutable React array sorting.

Community
Basic
TheOrcDevTheOrcDev
2.0k

fumadocs-component-docs

Generates frontmatter-driven documentation for 8-bit UI components with MDX previews.

Community
Basic
TheOrcDevTheOrcDev
2.0k

rendering-animate-svg

Wrap animated SVG elements in a div for GPU-accelerated CSS transforms.

Community
Basic
TheOrcDevTheOrcDev
2.0k

retro-css-architecture

Organize CSS for 8-bit components with custom properties and pixel fonts.

Community
Basic
TheOrcDevTheOrcDev
2.0k

rerender-memo

Memoize React components with React.memo and useMemo to reduce re-renders.

Community
Basic
TheOrcDevTheOrcDev
2.0k

js-set-map-lookups

Replace array.includes() membership checks with native Set/Map lookups.

Community
Basic