feat: sync UIZZE anti-ui-slop skill - #36
Open
samuelbushi wants to merge 1 commit into
Open
Conversation
Author
|
Fresh verification after the catalogue sync: the canonical uizze/uizze Skill is now version 1.2.11, and the generated domain-backed copy at https://uizze.com/.well-known/agent-skills/anti-ui-slop/SKILL.md matches the GitHub source byte-for-byte. The catalogue-required Overview, Prerequisites, Output, Error Handling, and Resources sections are present in both copies. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds UIZZE as a maintained vendored skill source and syncs its
anti-ui-slopskill into this collection.The skill gives agents a product-specific UI quality gate: design contract, evidence-based reference selection, required states, interaction completeness, responsive checks, and a bounded finish pass. It complements the existing
web-design-guidelinesskill by covering product direction and generated-UI quality rather than duplicating implementation rules.Changes
uizze/uizzeas a vendor inmeta.tsvendor/uizzeanti-ui-slopwith the repository’s generatedSYNC.mdand license handlingValidation
corepack pnpm install --frozen-lockfile --ignore-scriptscorepack pnpm start synccorepack pnpm lintgit diff --checkSKILL.mdand OpenAI metadata match the canonical UIZZE sourceThe source is MIT-licensed and the sync points at the canonical
https://github.com/uizze/uizzerepository.