Podcasts पर वापस जाएंClaude
Claude Code skills
स्किल्स क्या होती हैं?
Every time you explain your team's coding standards to Claude, you're repeating yourself.
हर बार जब आप Claude को अपनी टीम के coding standards समझाते हैं, आप खुद को दोहरा रहे होते हैं।
Every PR review, you redescribe how you want feedback [music] structured.
हर PR review में, आप फिर से बताते हैं कि आप feedback [music] कैसे structured चाहते हैं।
Every commit message, you remind Claude of your preferred format.
हर commit message में, आप Claude को अपना preferred format याद दिलाते हैं।
And skills fix this.
और skills इसे ठीक करते हैं।
A skill is a markdown file that teaches Claude how [music] to do something once, and Claude applies that knowledge automatically whenever it's relevant.
एक skill एक markdown file है जो Claude को [music] कुछ एक बार करना सिखाती है, और Claude उस knowledge को automatically लागू करता है जब भी वह relevant हो।
Agent skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently.
Agent skills instructions, scripts और resources के folders हैं जिन्हें agents discover करके अधिक सटीकता और efficiency से काम करने के लिए उपयोग कर सकते हैं।
With Claude Code, we have the skill.md file.
Claude Code के साथ, हमारे पास skill.md file है।
The description is how Claude decides whether to use the skill.
Description से ही Claude तय करता है कि skill का उपयोग करना है या नहीं।
When you ask Claude to review this PR, it matches your request against available skill descriptions and finds this one.
जब आप Claude से इस PR को review करने के लिए कहते हैं, तो वह आपकी request को available skill descriptions से match करता है और सही skill ढूंढता है।
Claude reads your request, compares it to all available skill descriptions, and activates the ones that match.
Claude आपकी request पढ़ता है, सभी available skill descriptions से compare करता है, और matching skills को activate करता है।
You can store skills in a few places depending on who needs them.
आप skills को कुछ जगहों पर store कर सकते हैं, यह इस पर निर्भर करता है कि किसे उनकी जरूरत है।
Personal skills go in the home directory .claude/skills and follow you across all your project.
Personal skills home directory में .claude/skills में जाते हैं और आपके सभी projects में आपके साथ रहते हैं।
These are your preferences, your commit message style, your documentation format, how you like code explained.
ये आपकी preferences हैं, आपका commit message style, आपका documentation format, आप code कैसे explain होना पसंद करते हैं।
Project skills go in the .claude/skills inside of the root directory of your repository.
Project skills आपके repository के root directory में .claude/skills में जाते हैं।
Anyone who clones the repository gets these skills automatically.
Repository clone करने वाला कोई भी इन skills को automatically पाता है।
This is where team standards live, like your company's brand guidelines, preferred fonts, and colors that you use for web design.
यहीं team standards रहते हैं, जैसे आपकी company की brand guidelines, preferred fonts, और web design के लिए उपयोग किए जाने वाले colors।
Claude Code has several ways to customize behavior.
Claude Code में behavior customize करने के कई तरीके हैं।
Skills are unique because they're automatic and task-specific.
Skills अनूठे हैं क्योंकि वे automatic और task-specific हैं।
Claude.md files load into every conversation.
Claude.md files हर conversation में load होती हैं।
If you want Claude to always use TypeScript strict mode, that goes in your claw.md file.
अगर आप चाहते हैं कि Claude हमेशा TypeScript strict mode use करे, तो वह आपकी CLAUDE.md file में जाता है।
Skills, on the other hand, load on demand when they match your request.
Skills, दूसरी ओर, demand पर load होती हैं जब वे आपकी request से match करती हैं।
It only loads in the name and description, so it doesn't fill up your entire context window.
यह केवल name और description load करता है, इसलिए यह आपकी पूरी context window नहीं भरता।
Your PR review checklist doesn't need to be in the context when you're debugging.
PR review checklist को context में रहने की जरूरत नहीं है जब आप debug कर रहे हों।
It loads when you actually ask for a review.
यह तब load होता है जब आप actually review माँगते हैं।
Slash commands require you to type them.
Slash commands के लिए आपको उन्हें type करना होता है।
Skills don't.
Skills के लिए नहीं।
Claude applies them when it recognizes the situation.
Claude उन्हें apply करता है जब वह situation को पहचानता है।
Skills work best for specialized knowledge that applies to specific tasks.
Skills specialized knowledge के लिए सबसे अच्छे काम करते हैं जो specific tasks पर लागू होते हैं।
Code review standards your team follows, commit message formats that you prefer, brand guidelines of your organization.
Code review standards जो आपकी team follow करती है, commit message formats जो आप prefer करते हैं, आपके organization की brand guidelines।
If you find yourself explaining the same thing [music] to Claude repeatedly, well, that's a skill waiting to be written.
अगर आप खुद को Claude को [music] बार-बार एक ही चीज़ explain करते पाते हैं, तो वह एक skill है जो लिखे जाने का इंतजार कर रही है।