غالباً ما تؤدي استعلامات الوثائق التقنية إلى ازدحام سياق المحادثة بكتل نصية كبيرة. تقوم هذه المهارة بتوجيه جميع طلبات الوثائق إلى وكيل متخصص، مما يحافظ على نظافة محادثتك الرئيسية وكفاءة الرموز مع ضمان استجابات دقيقة ومدركة للسياق.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「techdoc-search-and-orchestrate」。 How do I set up authentication with Supabase?
預期結果:
- Supabase provides multiple authentication methods. The recommended approach uses their JS SDK with the following pattern:
- 1. Initialize the client with your project URL and anon key
- 2. Use the auth object to sign users in with email/password or OAuth providers
- 3. Protect routes by checking auth state on the client and server
正在使用「techdoc-search-and-orchestrate」。 What are the differences between Next.js App Router and Pages Router?
預期結果:
- Key differences between App Router and Pages Router:
- - App Router uses React Server Components by default, reducing client bundle size
- - App Router introduces a new file-system based routing with layout.js and page.js
- - Data fetching in App Router uses async/await in components without useEffect
- - Server Actions provide a native way to handle form submissions
正在使用「techdoc-search-and-orchestrate」。 Compare Prisma and Drizzle ORMs for my Next.js project
預期結果:
- Both Prisma and Drizzle are popular ORM choices for Next.js with different philosophies:
- Prisma:
- - Developer experience with auto-generated types and intuitive API
- - Higher-level abstraction with built-in migration system
- - Slightly heavier runtime due to query engine
- Drizzle:
- - Lightweight, SQL-like syntax close to raw queries
- - No runtime overhead, generates minimal SQL
- - More control but requires understanding of SQL concepts
- Recommendation: Prisma for rapid development, Drizzle for performance-critical applications.
安全審計
安全All static findings are false positives. The skill is a pure orchestration layer that delegates to another agent using Task tool. No network calls, file operations, or command execution occur. Static scanner misidentified markdown code fences as shell backticks and UTF-8 Chinese text as encrypted content.
品質評分
你能建構什麼
البحث في مرجع واجهة برمجة التطبيقات للمكتبة
استرجع بسرعة وثائق واجهة برمجة التطبيقات للمكتبات مثل Supabase أو Next.js أو Express دون إغراق محادثتك بنص الوثائق.
مقارنة أطر عمل متعددة
قارن الوثائق عبر أطر عمل أو إصدارات متعددة جنباً إلى جنب من خلال تشغيل استعلامات متوازية للمواضيع المستقلة.
بحث حل الأخطاء
قم بتصحيح الأخطاء من خلال البحث أولاً عن السبب الجذري، ثم إيجاد الحلول بناءً على هذا السياق - كل ذلك يتم التعامل معه من خلال تنسيق الوكلاء التسلسلي.
試試這些提示
Query the documentation for {library_or_framework} to find information about {specific_feature_or_api}.Find code examples in {library_name} documentation showing how to {specific_task}.Run parallel queries to research: 1) {topic_1} from {library_a} docs, 2) {topic_2} from {library_b} docs, 3) {topic_3} from {library_c} docs. Present findings side by side for comparison.First query {library} documentation to understand {error_component}, then use that context to find how to {solution_pattern}. Explain the relationship between the error and the solution.最佳實務
- قسّم استعلامات الوثائق الواسعة إلى مواضيع محددة لتمكين التنفيذ المتوازي
- استخدم الاستعلامات التسلسلية فقط عندما تكون الإجابات تعتمد فعلياً على النتائج السابقة
- دع مهارة التنسيق تتعامل مع تفويض الوكيل بدلاً من استدعاء Context7 MCP مباشرة
避免
- إجراء استعلامات وثائق متعددة غير مترابطة في موجه واحد بدلاً من وكلاء متوازيين
- استدعاء context7-researcher مباشرة من المحادثة الرئيسية بدلاً من التوجيه عبر هذه المهارة
- الاستعلام عن وثائق خاصة أو مدفوعة لا يمكن لـ Context7 MCP الوصول إليها