Skills validator tool का मुख्य उद्देश्य क्या है?	यह structural समस्याओं को debugging से पहले पकड़ता है।
अगर skill trigger नहीं हो रहा है तो समस्या का कारण क्या होता है?	आमतौर पर description में समस्या होती है - trigger phrases जोड़ने की जरूरत होती है।
SKILL.md file को कहाँ रखना चाहिए?	एक named directory के अंदर, skills root में नहीं।
गलत skill use हो रहा है तो क्या करना चाहिए?	Descriptions को अधिक distinct बनाएं।
Skill priority conflict में enterprise skill को कैसे हराया जा सकता है?	Personal skill का नाम बदलकर अधिक distinct बनाएं या admin से बात करें।
Runtime errors की जांच के लिए कौन से तीन मुख्य कारण हैं?	Missing dependencies, file permissions (chmod +x), और path separators (forward slashes)।
Plugin skills दिखाई नहीं दे रहे हैं तो पहला कदम क्या है?	Cache clear करें, Claude Code restart करें, और plugin को reinstall करें।
claude --debug command का उपयोग कब करें?	जब skill load नहीं हो रहा हो और loading errors देखने हों।
Semantic matching में description को कैसे बेहतर बनाएं?	Trigger phrases जोड़ें जो users वास्तव में कहते हैं।
SKILL.md file का सही नाम क्या है?	"SKILL" सभी बड़े अक्षरों में और "md" सभी छोटे अक्षरों में।
