framework-parity-checks

star 0

Evaluate cross-framework parity for generated components and accessibility metadata. Use when emitter behavior changes or parity regressions are suspected.

billy-briggs-dev By billy-briggs-dev schedule Updated 3/8/2026

name: framework-parity-checks description: Evaluate cross-framework parity for generated components and accessibility metadata. Use when emitter behavior changes or parity regressions are suspected. metadata: owner: shadcnui-foundry version: "1.0"

Framework Parity Checks

When to use this skill

Use after emitter updates or when validating consistency across React, Vue, Svelte, Angular, and Lit outputs.

Priority components

Start with:

  • Button
  • Input
  • Card

Then validate interactive overlays:

  • Dialog
  • Popover
  • DropdownMenu
  • Select

Checklist

  1. Compare generated API shape and default props.
  2. Compare structure and semantics of emitted markup.
  3. Compare a11y metadata parity:
    • roles
    • required/optional aria attrs
    • keyboard interactions
    • focus management
    • WCAG references
  4. Run/update cross-framework snapshots when changes are intended.

Exit criteria

  • Intended parity differences are documented.
  • Unexpected parity drift is fixed.
Install via CLI
npx skills add https://github.com/billy-briggs-dev/shadcnui-foundry --skill framework-parity-checks
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
billy-briggs-dev
billy-briggs-dev Explore all skills →