@dazeb/uncodixify
BUse when building or refactoring React and Tailwind UI that keeps drifting into generic AI-dashboard styling and needs a repeatable visual audit loop.
Install
agr install @dazeb/uncodixify --target claudeWrites 4 files into .claude/skills/, pinned to git-08e865ca.
- .claude/skills/uncodixify/README.md
- .claude/skills/uncodixify/SKILL.md
- .claude/skills/uncodixify/manifesto.md
- .claude/skills/uncodixify/package.json
Document
name: uncodixify description: Use when building or refactoring React and Tailwind UI that keeps drifting into generic AI-dashboard styling and needs a repeatable visual audit loop.
Uncodixify
Overview
Use this skill when a frontend task needs strict anti-template UI constraints and an explicit audit loop. The goal is not "fancier" UI. The goal is restrained, product-shaped UI that avoids generic AI-dashboard tropes.
This package is intentionally isolated for eval work. Treat it as an eval target, not as part of the shared .agents/skills catalog.
When to Use
- React or Tailwind work is trending toward gradients, glassmorphism, oversized radii, or decorative dashboard filler.
- A task needs a repeatable check against banned UI patterns before completion.
- You want a with-skill vs baseline eval loop for frontend styling behavior.
Do not use this skill as a general design system replacement. It is a narrow constraint package.
Core Constraints
Before running the audit loop, keep these rules intact:
- Use Tailwind v4 patterns.
- Prefer dark, restrained base surfaces such as
bg-zinc-950,bg-black, orbg-neutral-900. - Do not use purple accent classes.
- Keep corner radii small:
rounded-sm,rounded-md, or none. - Use subtle separators such as
border-white/10ordivide-white/10. - Ban glassmorphism, gradients, dramatic shadows, floating panels, and eyebrow-label copy.
Audit Loop
- Generate or edit the component.
- Run
./bin/run-uncodixify.sh <path-to-file>. - If the validator fails, fix the specific issues it reports.
- Repeat until the command exits with code
0.
The wrapper script resolves the package paths for you. Do not assume the current working directory is the package directory.
Eval Iterations
Use python3 ./bin/run-evals.py to scaffold an eval iteration under workspace/iteration-N/.
Each eval case gets:
with_skill/for the package-guided runwithout_skill/for the baseline runprompt.txt,inputs/,outputs/,timing.json, andgrading.json
After runs are complete, aggregate the benchmark with:
python3 ./bin/run-evals.py --aggregate-only --iteration-dir <absolute-iteration-path>
To grade mechanical assertions in the generated outputs/ directories and refresh benchmark.json in one step, run:
python3 ./bin/grade-evals.py --iteration-dir <absolute-iteration-path>
To run the package end to end against its bundled fixtures, use:
python3 ./bin/run-package-evals.py
Package Files
manifesto.md: expanded design rules and banned patterns.evals/evals.json: starter eval cases for iteration work.toolchain/: package-local evaluator implementation.workspace/: ignored eval outputs, iteration folders, and review artifacts.
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-08e865cafedb2026-07-31