Agent skill
unknown-yamadashy-repomix-2
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/unknown-yamadashy-repomix-2
SKILL.md
Repomix Explorer Skill (Agent Skills)
Repomix एक रेडी-टू-यूज Repomix Explorer स्किल प्रदान करता है जो AI कोडिंग असिस्टेंट को Repomix CLI का उपयोग करके कोडबेस का विश्लेषण और अन्वेषण करने में सक्षम बनाता है।
यह स्किल Claude Code, Cursor, Codex, GitHub Copilot और अन्य सहित विभिन्न AI टूल्स के साथ काम करने के लिए डिज़ाइन किया गया है।
त्वरित इंस्टॉलेशन
npx add-skill yamadashy/repomix --skill repomix-explorer
यह कमांड स्किल को आपके AI असिस्टेंट की स्किल्स डायरेक्टरी (जैसे .claude/skills/) में इंस्टॉल करती है, जिससे यह तुरंत उपलब्ध हो जाता है।
यह क्या करता है
इंस्टॉल होने के बाद, आप प्राकृतिक भाषा निर्देशों के साथ कोडबेस का विश्लेषण कर सकते हैं।
रिमोट रिपॉजिटरी का विश्लेषण करें
"What's the structure of this repo?
https://github.com/facebook/react"
लोकल कोडबेस का अन्वेषण करें
"What's in this project?
~/projects/my-app"
यह न केवल कोडबेस को समझने के लिए उपयोगी है, बल्कि तब भी जब आप अपने अन्य रिपॉजिटरी को संदर्भित करके फीचर्स लागू करना चाहते हैं।
यह कैसे काम करता है
Repomix Explorer स्किल AI असिस्टेंट को पूर्ण वर्कफ़्लो के माध्यम से गाइड करता है:
- repomix कमांड चलाएं - रिपॉजिटरी को AI-फ्रेंडली फॉर्मेट में पैक करें
- आउटपुट फाइलों का विश्लेषण करें - संबंधित कोड खोजने के लिए पैटर्न सर्च (grep) का उपयोग करें
- इनसाइट्स प्रदान करें - स्ट्रक्चर, मेट्रिक्स और एक्शनेबल रेकमेंडेशन रिपोर्ट करें
उदाहरण उपयोग मामले
एक नए कोडबेस को समझना
"I want to understand the architecture of this project.
https://github.com/vercel/next.js"
AI repomix चलाएगा, आउटपुट का विश्लेषण करेगा और कोडबेस का एक संरचित अवलोकन प्रदान करेगा।
विशिष्ट पैटर्न खोजना
"Find all authentication-related code in this repository."
AI ऑथेंटिकेशन पैटर्न खोजेगा, फाइल के अनुसार निष्कर्षों को वर्गीकृत करेगा और बताएगा कि ऑथेंटिकेशन कैसे लागू किया गया है।
अपने प्रोजेक्ट्स का संदर्भ लेना
"I want to implement a similar feature to what I did in my other project.
~/projects/my-other-app"
AI आपके अन्य रिपॉजिटरी का विश्लेषण करेगा और आपको अपने स्वयं के इम्प्लीमेंटेशन का संदर्भ लेने में मदद करेगा।
स्किल कंटेंट
स्किल में शामिल है:
- यूजर इंटेंट रिकग्निशन - समझता है कि यूजर कोडबेस विश्लेषण के लिए विभिन्न तरीकों से कैसे पूछते हैं
- Repomix कमांड गाइडेंस - जानता है कि कौन से ऑप्शन उपयोग करने हैं (
--compress,--include, आदि) - एनालिसिस वर्कफ़्लो - पैक किए गए आउटपुट को एक्सप्लोर करने के लिए स्ट्रक्चर्ड अप्रोच
- बेस्ट प्रैक्टिसेज - एफिशिएंसी टिप्स जैसे पूरी फाइलें पढ़ने से पहले grep का उपयोग करना
संबंधित संसाधन
- Agent Skills जनरेशन - कोडबेस से अपने खुद के स्किल्स जनरेट करें
- Claude Code प्लगइन्स - Claude Code के लिए Repomix प्लगइन्स
- MCP सर्वर - वैकल्पिक इंटीग्रेशन मेथड
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?