OrcDev
Community@theorcdev
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.
videorc-design
Implement Videorc UI styling with shadcn/ui components and CSS variables.
cut-it
Slice plans into ordered execution phases with dependency handling.
shadcn
Manage shadcn components and projects with add, update, and configuration commands.
creem
Manage payments, subscriptions, and tax compliance via the Creem API.
videorc-release
Automate macOS release cutting and publishing for the Videorc app.
improve
Audit codebases for bugs, vulnerabilities, and performance bottlenecks.
shieldcn-badges
Generate shields-style badges, charts, headers, and images for READMEs.
shadcn-ui-conventions
Enforce shadcn/ui conventions for React components with defined imports, types, refs, and lint exclusions.
bundle-dynamic-imports
Lazily load heavy UI components with next/dynamic and disabled SSR.
gaming-ui-state-management
Create state-driven health, XP, and mana bars with a shared Progress component.
registry-component-patterns
Register 8-bit components in registry.json for shadcn/ui add workflows.
fumadocs-mdx-structure
Create structured MDX documentation files for 8-bit components with standardized frontmatter and imports.
bundle-barrel-imports
Replace barrel exports with direct source imports in React projects.
rendering-conditional-render
Replace && with ternary operators in JSX React components to prevent unintended falsy renders.
fumadocs-registry-integration
Register 8-bit components in registry.json for shadcn/ui add command.
rerender-lazy-state
Initialize React useState state lazily with a function to run once.
js-hoist-regexp
Hoist RegExp creation to module scope or memoize with useMemo.
8-bit-pixel-art-patterns
Generate 8-bit pixel art borders, shadows, and decorative effects for retro UI components.
js-tosorted-immutable
Replace sort with toSorted for immutable React array sorting.
fumadocs-component-docs
Generates frontmatter-driven documentation for 8-bit UI components with MDX previews.
rendering-animate-svg
Wrap animated SVG elements in a div for GPU-accelerated CSS transforms.
retro-css-architecture
Organize CSS for 8-bit components with custom properties and pixel fonts.
rerender-memo
Memoize React components with React.memo and useMemo to reduce re-renders.
js-set-map-lookups
Replace array.includes() membership checks with native Set/Map lookups.