Skill metadata में कौन से दो fields आवश्यक हैं?	name और description आवश्यक fields हैं।
एक अच्छे skill description में कौन से दो सवालों के जवाब होने चाहिए?	(1) Skill क्या करता है? (2) Claude को इसे कब use करना चाहिए?
allowed-tools field का मुख्य उद्देश्य क्या है?	यह restrict करता है कि Claude skill active होने पर कौन से tools use कर सकता है, जो security-sensitive workflows के लिए उपयोगी है।
Progressive disclosure क्या है?	SKILL.md को छोटा रखना (500 lines से कम) और detailed reference material को अलग files में रखना, जिन्हें Claude केवल जरूरत पड़ने पर पढ़े।
SKILL.md के लिए recommended maximum line count क्या है?	500 lines से कम रखना चाहिए।
Skill directory को organize करने के लिए कौन से subdirectories suggest किए गए हैं?	scripts/, references/, और assets/ directories।
Scripts को efficiently कैसे use करना चाहिए?	Scripts को execute करने के लिए कहें, उन्हें read न करें, ताकि केवल output tokens consume करे।
अगर allowed-tools field को omit किया जाए तो क्या होता है?	कोई restriction नहीं होती और Claude अपना normal permission model use करता है।
Name field के लिए कौन से characters allowed हैं?	Lowercase letters, numbers, और hyphens केवल, maximum 64 characters।
Description field की maximum character limit क्या है?	1,024 characters।
