Podcasts पर वापस जाएंClaude
Claude Code skills
Skills की तुलना Claude Code के अन्य फीचर्स से कैसे होती है
Claw Code offers several customization options.
Claude Code कई customization विकल्प प्रदान करता है।
Skills, claw.md, sub aents, hooks, MCP servers.
Skills, CLAUDE.md, subagents, hooks, MCP servers।
They solve different problems.
ये अलग-अलग समस्याएं हल करते हैं।
Knowing when to use each prevents you from building the wrong thing.
यह जानना कि कब क्या उपयोग करना है, आपको गलत चीज़ बनाने से बचाता है।
So, let's run them down.
तो, आइए इन्हें एक-एक करके देखें।
Cloud.md loads into every conversation always.
CLAUDE.md हर conversation में हमेशा load होता है।
So, if you want claude to use TypeScript strict mode in this project, then put it in your cloud.
तो अगर आप चाहते हैं कि Claude इस project में TypeScript strict mode उपयोग करे, तो इसे CLAUDE.md में डालें।
MD file skills load on demand.
Skills on demand load होती हैं।
When Claude matches a request, your PR review checklist doesn't need to be in the context when you're writing a new code.
जब Claude किसी request को match करता है, तो नया code लिखते समय आपकी PR review checklist context में होना ज़रूरी नहीं।
It activates when you ask for a review.
यह तब activate होती है जब आप review मांगते हैं।
So, use Claude MD for project-wise standards that always apply constraints like never modify the database schema, framework preferences, and coding style.
तो Claude के CLAUDE.md का उपयोग project-wide standards के लिए करें जो हमेशा apply होते हैं जैसे database schema को कभी न बदलें, framework preferences, और coding style।
Then use skills for task specific expertise, knowledge that's only relevant sometimes, and detailed procedures that would clutter every conversation.
फिर Skills का उपयोग task-specific expertise के लिए करें, ऐसे knowledge के लिए जो कभी-कभी ही relevant होता है, और detailed procedures के लिए जो हर conversation को clutter करते।
Skills add knowledge to your current conversation.
Skills आपकी current conversation में knowledge जोड़ती हैं।
When a skill activates, its instructions join the existing context.
जब कोई Skill activate होती है, उसके instructions मौजूदा context में शामिल हो जाते हैं।
Sub aents run in a separate context.
Subagents एक अलग context में चलते हैं।
They receive a task, work on it independently, and return results.
वे एक task प्राप्त करते हैं, उस पर independently काम करते हैं, और results return करते हैं।
They're isolated from your main conversation.
वे आपके main conversation से isolated हैं।
Use sub agents when you want to delegate a task to a separate execution context.
Subagents का उपयोग तब करें जब आप किसी task को अलग execution context में delegate करना चाहते हों।
You need different tool access that the main conversation does.
आपको main conversation से अलग tool access की ज़रूरत होती है।
You want isolation between delegated work and your main context.
आप delegated work और अपने main context के बीच isolation चाहते हैं।
Use skills when you want to enhance cla's knowledge for the current task.
Skills का उपयोग तब करें जब आप current task के लिए Claude के knowledge को बढ़ाना चाहते हों।
The expertise applies throughout a conversation.
यह expertise पूरी conversation में apply होती है।
Hooks fire on events.
Hooks events पर fire होते हैं।
A hook might run a llinter every time Claude saves a file or validate input before certain tool calls.
एक hook हर बार जब Claude कोई file save करे तो linter चला सकता है, या कुछ tool calls से पहले input validate कर सकता है।
They're all event driven, while skills, they're request driven.
ये सभी event-driven हैं, जबकि Skills request-driven हैं।
They activate based on what you're asking.
ये इस आधार पर activate होती हैं कि आप क्या पूछ रहे हैं।
So use hooks for operations that should run on every file save, validation before specific tool calls, or automated side effects of clause actions.
Hooks का उपयोग उन operations के लिए करें जो हर file save पर चलने चाहिए, specific tool calls से पहले validation के लिए, या Claude की actions के automated side effects के लिए।
Then use skills for knowledge that informs how claw handles requests, guidelines that affect clause reasoning.
फिर Skills का उपयोग Claude के requests handle करने के तरीके की जानकारी और reasoning को affect करने वाली guidelines के लिए करें।
A typical setup might include a claw.md file for always on project standards, skills for task specific expertise, hooks for automated operations.
एक typical setup में हमेशा-on project standards के लिए CLAUDE.md file, task-specific expertise के लिए Skills, और automated operations के लिए hooks शामिल हो सकते हैं।
Each handles its own specialty.
हर एक अपनी specialty संभालता है।
Don't force everything into skills when another option fits best.
हर चीज़ को Skills में force न करें जब कोई दूसरा विकल्प बेहतर हो।
You can use multiple at a time.
आप एक साथ कई का उपयोग कर सकते हैं।
Skills provide automatic task specific expertise.
Skills automatic task-specific expertise प्रदान करती हैं।
CloudMD is for always on instructions.
CLAUDE.md हमेशा-on instructions के लिए है।
Sub aents run in isolated context.
Subagents isolated context में चलते हैं।
[music]
[music]
Hooks fire on events.
Hooks events पर fire होते हैं।
MCP provides external tools.
MCP external tools प्रदान करता है।
Use skills when you have knowledge that Claude should apply automatically when the topic is relevant and combine them with other features for comprehensive customization.
Skills का उपयोग तब करें जब आपके पास ऐसा knowledge हो जो Claude को automatically apply करना चाहिए जब विषय relevant हो, और comprehensive customization के लिए उन्हें दूसरी features के साथ combine करें।