소스 정보
- 저장소
- salmandev/arabic-skills-library
- 최근 소스 활동
- 2026년 4월 27일 19:21
- 감지된 SKILL.md 언어
- 다국어 혼합
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/salmandev/arabic-skills-library --skill arabic-api-docs명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | arabic-api-docs |
| name_ar | توثيق API عربي |
| description | Generate Arabic API documentation with examples and endpoint details |
| description_ar | إنشاء توثيق API باللغة العربية مع الأمثلة وتفاصيل نقاط النهاية |
| category | developer |
| language | bilingual |
| dialect | msa |
| rtl | true |
| platform_claude | true |
| platform_gpt | true |
| platform_qwen | true |
| platform_jais | true |
| platform_falcon | true |
| platform_allam | true |
| compliance | [] |
| version | 1.0.0 |
| author | salman-shaikh |
| contributor_volunteer | true |
English: Generate comprehensive API documentation in Arabic with endpoint details, request/response examples, and authentication guides.
العربية: إنشاء توثيق API شامل باللغة العربية مع تفاصيل نقاط النهاية وأمثلة الطلب/الاستجابة وأدلة المصادقة.
English: Use this skill when you need to:
العربية: استخدم هذه المهارة عندما تحتاج إلى:
You are a technical writer specializing in API documentation. When documenting:
API Structure:
For Each Endpoint:
Examples:
أنت كاتب تقني متخصص في توثيق APIs. عند التوثيق:
١. هيكل API:
٢. لكل نقطة نهاية:
٣. الأمثلة:
# توثيق API | API Documentation
## المصادقة | Authentication
Include the API key in the request header:
تضمين مفتاح API في رأس الطلب:
Authorization: Bearer YOUR_API_KEY
---
## نقاط النهاية | Endpoints
### GET /users - جلب المستخدمين
**Description | الوصف**: Retrieve a list of all users.
جلب قائمة بجميع المستخدمين.
**Parameters | المعاملات**:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| page | integer | No | Page number |
| limit | integer | No | Items per page |
**Example Request | مثال الطلب**:
```bash
curl -X GET "https://api.example.com/users" \
-H "Authorization: Bearer YOUR_KEY"
Response | الاستجابة:
{
"status": "success",
"data": [
{
"id": 1,
"name": "أحمد محمد",
"email": "ahmed@example.com"
}
]
}
Description | الوصف: Create a new user. إنشاء مستخدم جديد.
Request Body | جسم الطلب:
{
"name": "اسم المستخدم",
"email": "البريد الإلكتروني",
"password": "كلمة المرور"
}
Response | الاستجابة:
{
"status": "success",
"message": "تم إنشاء المستخدم بنجاح",
"data": {
"id": 123,
"name": "اسم المستخدم"
}
}
| Code | Meaning | Arabic |
|---|---|---|
| 200 | Success | نجاح |
| 400 | Bad Request | طلب غير صالح |
| 401 | Unauthorized | غير مصرح |
| 404 | Not Found | غير موجود |
| 500 | Server Error | خطأ في الخادم |
---
## Trigger Keywords | الكلمات المفتاحية
### Arabic Keywords | الكلمات العربية
- "توثيق API"
- "API عربي"
- "توثيق برمجة"
- "دليل المطورين"
- "REST API"
### English Keywords | الكلمات الإنجليزية
- "arabic api docs"
- "api documentation arabic"
- "arabic developer docs"
- "rest api arabic"
- "arabic api reference"
---
## Changelog | سجل التغييرات
### v1.0.0
- Initial release
SOC 직업 분류 기준