Initial commit with translated description
This commit is contained in:
40
package.json
Normal file
40
package.json
Normal 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'"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user