← all publishers

yogvidwankhede

@yogvidwankhede source repo

35 published skills

  1. Vishwakarma · yogvidwankhede bundle
    Design and engineering intelligence for interfaces on web, Android, and Apple platforms. Use when building or reviewing any UI, screen, component, or app; for "make this look designed", "does this look good", "review my design", "critique this UI"; for colour, OKLCh, palettes, contrast; motion, animation, transitions, springs, gestures, haptics; typography, layout, grid, spacing, responsive; accessibility, WCAG, ARIA, TalkBack, VoiceOver; design tokens, theming, dark mode; Jetpack Compose, Material 3, SwiftUI, iOS HIG, React, CSS; performance, Core Web Vitals, frame budgets, startup time; code quality, testing strategy, debugging; and structural analysis of shipped binaries. It also governs how the work is approached — resolving ambiguity, measuring baselines, making changes checkable, and keeping diffs scoped — so invoke it when implementation starts, not only when something needs visual polish.
    0
    installs
  2. Code Quality · yogvidwankhede bundle
    Use when writing tests, configuring linters, type checks, formatters, or CI gates, or after a change that must compile before it is done.
    0
    installs
  3. Platform Web · yogvidwankhede bundle
    Use when building or reviewing web UI or a PWA — viewport units, container queries, Core Web Vitals, fonts, theming, and semantics.
    0
    installs
  4. Design Review · yogvidwankhede bundle
    Use when reviewing, critiquing, or auditing an interface — yours or someone else’s — to produce prioritised, actionable findings.
    0
    installs
  5. Design Tokens · yogvidwankhede bundle
    Use when creating, naming, restructuring, or generating design tokens, or when wiring a token source into CSS, Tailwind, or TypeScript.
    0
    installs
  6. Motion Design · yogvidwankhede bundle
    Use when adding, tuning, or reviewing any animation, transition, gesture, or scroll effect in an interface.
    0
    installs
  7. 3d Game Assets · yogvidwankhede bundle
    Use when generating or integrating GLB assets for a browser game — orientation audits, manifests, Three.js mixers, visual consistency.
    0
    installs
  8. Colour Systems · yogvidwankhede bundle
    Use when defining a palette, building colour ramps or theme tokens, adding a dark theme, or auditing contrast in an interface.
    0
    installs
  9. Interface Copy · yogvidwankhede bundle
    Use when writing or reviewing any user-facing words — button labels, errors, empty states, dialogs, tooltips, form hints, or accessible names.
    0
    installs
  10. Motion Physics · yogvidwankhede bundle
    Use when tuning springs, gestures, momentum, easing or durations — or deciding whether an interaction should be animated at all.
    0
    installs
  11. Platform Apple · yogvidwankhede bundle
    Use when building or reviewing iOS, iPadOS, or macOS UI in SwiftUI or UIKit — safe areas, Dynamic Type, materials, springs, VoiceOver.
    0
    installs
  12. Design Judgment · yogvidwankhede bundle
    Use when building or reviewing any user interface, to apply real design judgment and avoid the recognisable tells of generated UI.
    0
    installs
  13. Theming Systems · yogvidwankhede bundle
    Use when building design tokens, adding dark mode or multi-brand theming, wiring a theme switcher, or supporting forced-colors, density, or RTL.
    0
    installs
  14. Interface States · yogvidwankhede bundle
    Use when building or reviewing any screen that fetches or lists data, to design its empty, loading, error, offline, stale, and overflow states.
    0
    installs
  15. Platform Android · yogvidwankhede bundle
    Use when building or reviewing Android UI in Compose or Views — insets, Material 3 tokens, state, touch targets, TalkBack, Gradle.
    0
    installs
  16. SEO And Metadata · yogvidwankhede bundle
    Use when adding page metadata, structured data, sitemaps, canonicals or hreflang, or when a page is not indexed, previewed or cited correctly.
    0
    installs
  17. Surface And Depth · yogvidwankhede bundle
    Use when applying shadows, elevation, glass, gradients, or corner radii, or when an interface looks flat, cheap, or physically incoherent.
    0
    installs
  18. Interaction Design · yogvidwankhede bundle
    Use when building or reviewing interactive elements, forms, async actions, or destructive operations — states, feedback, errors, recovery.
    0
    installs
  19. Layout Composition · yogvidwankhede bundle
    Use when structuring a page or component, choosing between flow, flex and grid, or fixing overflow, stacking, alignment, or layout shift.
    0
    installs
  20. Micro Interactions · yogvidwankhede bundle
    Use when building presses, toggles, hovers, drags, swipes, toasts, or loading states — any small feedback behaviour that must feel responsive.
    0
    installs
  21. Mobile Performance · yogvidwankhede bundle
    Use when budgeting or profiling startup, frame time, memory, or app size — or before any change justified by "this feels slow".
    0
    installs
  22. Scroll Experiences · yogvidwankhede bundle
    Use when building reveal-on-scroll, parallax, sticky or pinned sections, horizontal scroll, scroll-snap, or scrollytelling.
    0
    installs
  23. Reverse Engineering · yogvidwankhede bundle
    Use when statically analysing an artefact you are authorised to examine — fingerprinting, decompilation, call-flow tracing.
    0
    installs
  24. Typographic Systems · yogvidwankhede bundle
    Use when choosing typefaces, building a type scale, setting line-height, tracking, or measure, or loading webfonts without layout shift.
    0
    installs
  25. Vishwakarma Studios · yogvidwankhede bundle
    Game development intelligence — designing, building, reviewing, debugging, and shipping games. Use for Unity, Unreal, Godot, Bevy, love2d, raylib, custom engines; fixed timestep, game loop, ECS, physics, collision, animation state machines, blend trees, root motion, IK; shaders, PBR, lighting, post-processing; game feel — coyote time, input buffering, hitstop, screenshake, camera, juice; core loop, progression, economy, difficulty curve, level design, playtesting; netcode — client prediction, server reconciliation, lag compensation, rollback, authority, cheat resistance; game AI — A*, navmesh, flow fields, behaviour trees, GOAP, utility AI, steering; draw calls, batching, LODs, culling, GC spikes, asset streaming; Perforce, Git LFS, platform certification, game accessibility, telemetry, live ops. Also "does this feel good", "why is my game janky", "which engine should I use". Not for websites, web apps, dashboards, or non-game mobile apps — that is the vishwakarma skill.
    0
    installs
  26. Accessible Components · yogvidwankhede bundle
    Use when building or fixing an interactive component — dialog, menu, tabs, combobox, tooltip — or handling focus, ARIA, or keyboard support.
    0
    installs
  27. Rendering Performance · yogvidwankhede bundle
    Use when a page feels slow or janky, when optimising Core Web Vitals, or when writing code that renders, animates, or re-renders frequently.
    0
    installs
  28. Accessibility Evidence · yogvidwankhede bundle
    Use when grading or reporting accessibility findings — evidence tiers, severity, scan versus audit, conformance states.
    0
    installs
  29. Component Architecture · yogvidwankhede bundle
    Use when designing a component API, building a shared component library, or refactoring a component that has accumulated too many props.
    0
    installs
  30. Engineering Discipline · yogvidwankhede bundle
    Use when implementing, debugging, planning, or reviewing any change — it governs how work is approached, not what is built.
    0
    installs
  31. Public API Integration · yogvidwankhede bundle
    Use when an interface needs live third-party data and no API is chosen yet: selecting from public-apis, probing it, and wiring it safely.
    0
    installs
  32. UI Generation Workflow · yogvidwankhede bundle
    Use when asked to build any page, screen, component, dashboard, or app UI, to follow the ordered procedure from brief to critique to report.
    0
    installs
  33. Responsive Architecture · yogvidwankhede bundle
    Use when a layout must adapt across screen sizes — breakpoints, container queries, fluid type, touch targets, zoom, or mobile overflow bugs.
    0
    installs
  34. Information Architecture · yogvidwankhede bundle
    Use when structuring navigation, grouping content, naming sections, designing a dashboard, or when users cannot find things they know exist.
    0
    installs
  35. Multiplayer Game Publishing · yogvidwankhede bundle
    Use when building or publishing a browser multiplayer game on SharkyNet — local echo, join flows, disconnection state, player colours.
    0
    installs