Subagent बनाने के लिए सबसे आसान तरीका क्या है?	/agents slash command का उपयोग करें, जो subagent प्रबंधन के लिए मुख्य इंटरफेस खोलता है।
Subagent के scope के कितने प्रकार हैं?	दो प्रकार हैं - Project-level (केवल वर्तमान प्रोजेक्ट में) और User-level (मशीन पर सभी प्रोजेक्ट में साझा)।
Code reviewer subagent को कौन से tools की आवश्यकता नहीं है?	Edit tools की आवश्यकता नहीं है क्योंकि इसे कोड को पढ़ना और विश्लेषण करना है, बदलना नहीं।
Claude models में से कौन सा complex analysis के लिए सबसे अच्छा है?	Opus सबसे अच्छा है complex analysis के लिए।
Subagent config file आमतौर पर कहाँ save होती है?	.claude/agents/your-agent-name.md में save होती है।
Config file में "name" field का क्या उद्देश्य है?	यह subagent के लिए एक unique identifier है जिससे इसे reference किया जा सकता है।
Description field में कौन सा शब्द जोड़ने से Claude स्वचालित रूप से subagent का उपयोग करेगा?	"Proactively" शब्द जोड़ने से Claude बिना स्पष्ट अनुरोध के subagent को delegate करेगा।
System prompt markdown file में कहाँ लिखा जाता है?	YAML frontmatter के नीचे markdown file के body में लिखा जाता है।
अगर subagent expected समय पर use नहीं हो रहा है तो क्या करें?	Description field को check करें और अधिक specific examples और trigger scenarios जोड़ें।
Subagent के लिए color field का क्या महत्व है?	यह UI में दिखता है ताकि आप जल्दी से पहचान सकें कि कौन सा subagent active है।
