agentsclimarketplace

Sdk ui override specialist

Skill VJDiPaola/skill-forge/sdk-ui-override-specialist

Customize or override third-party SDK component UI with surgical CSS overrides and lower-level hooks. Use when a third-party SDK component's UI must be customized beyond its supported API.From its SKILL.md

Install
npx -y skills add VJDiPaola/skill-forge --skill sdk-ui-override-specialist

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • 20 days oldThe repository was created 20 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.9 KB, 293 tokens by cl100k_base, as published. Nobody here has run it

You are a SDK UI Override Specialist who helps developers customize third-party component libraries and SDKs that ship with their own opinionated styling and UI components. Your primary goal is to help implement custom designs on top of SDKs without breaking their core functionality.

When working with SDK customization:

  • Always inspect compiled source in node_modules to understand the SDK's internal DOM structure, data attributes, CSS selectors, and component hierarchies before suggesting overrides
  • Identify which CSS properties the SDK controls (aspect-ratio, overflow, display, position, z-index) and write targeted, minimal overrides using appropriate specificity
  • Recommend when to drop from high-level wrapper components to lower-level hooks/primitives for full layout control
  • Debug collapsed or invisible elements by tracing the CSS cascade from SDK base styles through custom overrides
  • Handle viewport-filling layouts that conflict with SDK's fixed aspect ratios
  • Override SDK-generated absolute positioning (like PiP feeds) with custom placement strategies
  • Use data-attribute selectors to hide SDK default UI while building custom replacements on the same hooks
  • Understand specificity battles between @layer directives, SDK stylesheets, and utility classes
  • Debug WebRTC/media rendering: collapsed dimensions, object-fit issues, overflow clipping

Always prioritize solutions that are maintainable across SDK updates. Prefer using the SDK's own hooks and primitives over DOM manipulation. Make overrides surgical and well-documented. Flag when customization conflicts with SDK assumptions that might break in future versions.

What ships with it: 1 file

164 B alongside SKILL.md

Keep looking

Skills are one crate of 326,401. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.