一键导入
uncodixify
Use when building or refactoring React and Tailwind UI that keeps drifting into generic AI-dashboard styling and needs a repeatable visual audit loop.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when building or refactoring React and Tailwind UI that keeps drifting into generic AI-dashboard styling and needs a repeatable visual audit loop.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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. |
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.
Do not use this skill as a general design system replacement. It is a narrow constraint package.
Before running the audit loop, keep these rules intact:
bg-zinc-950, bg-black, or bg-neutral-900.rounded-sm, rounded-md, or none.border-white/10 or divide-white/10../bin/run-uncodixify.sh <path-to-file>.0.The wrapper script resolves the package paths for you. Do not assume the current working directory is the package directory.
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, and grading.jsonAfter 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
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.