Git repository में skills को share करने का सबसे सरल तरीका क्या है?	Skills को .claude/skills directory में commit करें; जो भी repository को clone करे उसे automatically ये skills मिल जाएंगे।
Plugin के through skills distribute करना कब सबसे अच्छा है?	जब skills project-specific न हों और community के सदस्यों के लिए उपयोगी हो सकते हों।
Enterprise managed settings के through deploy किए गए skills को क्या priority मिलती है?	सर्वोच्च priority - ये personal, project, और plugin skills को override कर देते हैं।
Subagents को skills automatically मिलते हैं या नहीं?	नहीं, subagents को explicitly उनके frontmatter में skills field में list करना पड़ता है।
Built-in agents (Explorer, Plan, Verify) क्या skills access कर सकते हैं?	नहीं, built-in agents skills access नहीं कर सकते - केवल custom subagents ही कर सकते हैं।
Custom subagent बनाने के लिए skills को कहाँ define करते हैं?	.claude/agents directory में एक agent markdown file बनाएं और skills field में skills list करें।
strictKnownMarketplaces का क्या उद्देश्य है?	यह control करता है कि plugins किन marketplaces से install किए जा सकते हैं।
Enterprise skills किन scenarios के लिए सबसे उपयुक्त हैं?	Mandatory standards, security requirements, compliance workflows, और organization-wide consistent coding practices के लिए।
Plugin project में skills के लिए file structure कैसा होना चाहिए?	.claude directory जैसा - हर skill का अपना folder हो और उसमें SKILL.md file हो।
Subagent को skills कब load होती हैं?	जब subagent start होता है, on-demand नहीं बल्कि शुरुआत में ही।
