Initial commit with translated description

This commit is contained in:
2026-03-29 14:33:27 +08:00
commit 0ac5221611
24 changed files with 5958 additions and 0 deletions

40
package.json Normal file
View File

@@ -0,0 +1,40 @@
{
"name": "ui-audit",
"version": "1.0.1",
"description": "AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, and more. Based on Making UX Decisions by Tommy Geoco.",
"keywords": [
"ux",
"design",
"ui",
"audit",
"checklist",
"ai-skill",
"claude",
"codex",
"clawdbot",
"ui-audit",
"accessibility",
"visual-hierarchy"
],
"author": "Tommy Geoco <tommy@uxtools.co> (https://uxtools.co)",
"license": "MIT",
"homepage": "https://audit.uxtools.co",
"repository": {
"type": "git",
"url": "https://github.com/tommygeoco/ui-audit"
},
"files": [
"SKILL.md",
"CLAUDE.md",
"references/"
],
"exports": {
".": "./SKILL.md",
"./skill": "./SKILL.md",
"./claude": "./CLAUDE.md",
"./references/*": "./references/*"
},
"scripts": {
"postinstall": "echo '\\n📖 UI Audit skill installed. Add to your project:\\n - Clawdbot: Copy to ~/clawd/skills/ui-audit/\\n - Claude: Copy CLAUDE.md to your project root\\n'"
}
}