Location
hooks/validate-config.py:62-67
Description
CLAUDE.md specifies skill descriptions should be 200-500 chars. The hook only enforces a 50-char minimum — no maximum, no range check matching the documented convention. Descriptions can pass validation while violating the spec.
Suggested Fix
Add upper-bound check (500 chars) and adjust minimum to match the documented 200-char floor.