dmn_nmd avatar

dmn_nmd

Community

@ihj04982

0Followers
|
27Public Repos
|
87Published Skills

Agent Skills by dmn_nmd

Showing 87 vetted skills indexed across 1 GitHub repositories.

ihj04982ihj04982

ui-ux-pro-max

Generate design systems with styles, palettes, and typography guidelines.

Community
Advanced
ihj04982ihj04982

build-index-maps-for-repeated-lookups

Build index maps from arrays for O(1) repeated data lookups.

Community
Intermediate
ihj04982ihj04982

build-fix

Resolve TypeScript, compilation, and build errors with minimal diffs.

Community
Intermediate
ihj04982ihj04982

use-loop-for-min-max-instead-of-sort

Find array minimum and maximum values with a single-pass loop.

Community
Basic
ihj04982ihj04982

use-tosorted-instead-of-sort-for-immutability

Replace in-place array sort() with toSorted() for immutability in JavaScript.

Community
Basic
ihj04982ihj04982

fixing-motion-performance

Enforce transform and opacity constraints to avoid layout thrashing in UI animations.

Community
Intermediate
ihj04982ihj04982

avoid-duplicate-serialization-in-rsc-props

Prevent duplicate serialization of identical data structures in React Server Components.

Community
Basic
ihj04982ihj04982

prevent-hydration-mismatch-without-flickering

Inject a synchronous script to update the DOM before React hydration.

Community
Basic
ihj04982ihj04982

css-content-visibility-for-long-lists

Apply CSS content-visibility auto to optimize long list rendering.

Community
Basic
ihj04982ihj04982

optimize-svg-precision

Reduce coordinate precision of SVG files using SVGO.

Community
Basic
ihj04982ihj04982

hoist-regexp-creation

Hoist RegExp creation to module scope or memoize with useMemo in React render functions.

Community
Basic
ihj04982ihj04982

update-docs

Generate Markdown documentation from package.json and .env.example files.

Community
Intermediate
ihj04982ihj04982

preload-based-on-user-intent

Preload heavy JavaScript bundles based on user intent and feature flags.

Community
Intermediate
ihj04982ihj04982

frontend-patterns

Document frontend development patterns for React and Next.js applications.

Community
Intermediate
ihj04982ihj04982

coding-standards

Enforce coding standards and best practices for TypeScript, JavaScript, React, and Node.js.

Community
Intermediate
ihj04982ihj04982

cache-storage-api-calls

Cache browser storage API reads with in-memory invalidation strategies.

Community
Intermediate
ihj04982ihj04982

early-return-from-functions

Refactor TypeScript functions to use early return patterns.

Community
Basic
ihj04982ihj04982

avoid-layout-thrashing

Batch DOM style writes and layout reads to prevent layout thrashing.

Community
Intermediate
ihj04982ihj04982

12-principles-of-animation

Apply Disney's 12 animation principles to web interface design.

Community
Intermediate
ihj04982ihj04982

plan

Generate implementation plans with requirements, risks, and phased steps.

Community
Intermediate
ihj04982ihj04982

web-design-guidelines

Review UI code against Web Interface Guidelines for accessibility and design compliance.

Community
Intermediate
ihj04982ihj04982

promise-all-for-independent-operations

Execute independent asynchronous JavaScript operations concurrently with Promise.all().

Community
Basic
ihj04982ihj04982

git-workflow

Standardize Git commit messages, pull requests, and feature workflows.

Community
Intermediate
ihj04982ihj04982

code-review

Review uncommitted code changes for security vulnerabilities and quality issues.

Community
Intermediate