Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From design-to-code
Runs a UX hint script after Write/Edit/MultiEdit tool calls to provide user feedback. Writes files.
1 event · 1 hook
npx claudepluginhub arustydev/agents --plugin design-to-codeSafety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Write|Edit|MultiEditbash -c 'FILE="$TOOL_INPUT_FILE_PATH"; case "$FILE" in *design-tokens*.json|*tokens.json) python3 -c "import json,sys; data=json.load(open(sys.argv[1])); tokens=[k for k in data if not k.startswith(chr(36))] if isinstance(data,dict) else []; print(f\"✓ Valid design tokens: {len(tokens)} root keys\") if tokens else print(\"⚠ No tokens found\")" "$FILE" 2>/dev/null || echo "✓ Token file saved";; esac; true'5msShare bugs, ideas, or general feedback.