fetching-library-docs
جلب وثائق المكتبات مع توفير في الرموز
طلبات الوثائق تستهلك رموزاً مفرطة. تقوم هذه المهارة بجلب وثائق واجهة برمجة التطبيقات للمكتبات عبر Context7 MCP مع تقليل استهلاك الرموز بنسبة 77% من خلال تصفية المخرجات في عملية shell فرعية قبل إرجاعها إلى Claude.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"fetching-library-docs" 사용 중입니다. Show me Express.js middleware examples
예상 결과:
- ## Code Examples
- ### Example 1
- ```javascript
- const express = require('express');
- const app = express();
- app.use((req, res, next) => {
- console.log('Time:', Date.now());
- next();
- });
- ```
"fetching-library-docs" 사용 중입니다. How do I use Prisma transactions
예상 결과:
- ## API Signatures
- prisma.$transaction(callback, options?)
- ## Important Notes
- - Transactions automatically rollback on failure
- - Nested writes are automatically wrapped in transactions
- - Use interactive transactions for complex operations
"fetching-library-docs" 사용 중입니다. Explain Vue 3 composition API
예상 결과:
- ## Overview
- The Composition API is a set of additive functions that allow for logic reuse and better organization.
- ## Examples
- ### Example 1
- ```javascript
- import { ref, onMounted } from 'vue';
- export default {
- setup() {
- const count = ref(0);
- onMounted(() => console.log('mounted'));
- return { count };
- }
- }
- ```
보안 감사
안전All 236 static findings are false positives. The scanner misinterpreted documentation code examples as executing code, hash symbols as cryptographic algorithms, and legitimate MCP infrastructure code as dangerous patterns. The skill is a benign documentation fetcher that uses hardcoded commands to communicate with known MCP servers.
위험 요인
품질 점수
만들 수 있는 것
الحصول على أمثلة React hooks
استرجاع أمثلة React useState وuseEffect والخطافات المخصصة بسرعة مع الحد الأدنى من استخدام الرموز.
البحث عن صيغة Prisma
العثور على أنماط استعلامات Prisma وتعريفات المخططات وعمليات CRUD لتكامل قاعدة البيانات.
استكشاف واجهة برمجة التطبيقات Next.js
الوصول إلى التوجيه وإجراءات الخادم ووثائق مسارات واجهة برمجة التطبيقات في Next.js لتطوير الويب الحديث.
이 프롬프트를 사용해 보세요
Use fetching-library-docs to show me React useState examples with proper syntax.
Fetch Next.js routing documentation in info mode to understand the App Router architecture.
Get Prisma client API signatures for create, update, and delete operations.
Fetch React hooks documentation pages 1-3 to get comprehensive examples and patterns.
모범 사례
- استخدم تنويعات أسماء المكتبات إذا فشل البحث الأولي (react مقابل reactjs)
- فضل استخدام --library-id للبحث الأسرع عندما تعرف المعرف الدقيق
- استخدم وضع info للفهم المفاهيمي، ووضع code للتنفيذ
- زد رقم الصفحة للحصول على وثائق أكثر شمولاً
피하기
- لا تستخدمها لاستكشاف الكود المصدري للمستودع المحلي
- لا تستدعي mcp-client.py مباشرة (يتجاوز تصفية الرموز)
- لا تتوقع من هذه المهارة الوصول إلى تفاصيل التنفيذ الداخلية للمكتبة
- لا تستخدمها للمكتبات غير الموجودة في قاعدة بيانات Context7