تخطَّ إلى المحتوى
دليل عمليPractical guide

المهارة تعلّم الوكيل كيف يعمل، لا ماذا يستطيع الوصول إليه.A skill teaches the agent how to work—not what it can access.

هذا الفرق الصغير يمنع كثيرًا من الالتباس. افهم الطبقات الثلاث، ثم راجع المصدر قبل أن تضيف أي ملفات إلى وكيلك.That distinction clears up a lot of confusion. Understand the three layers, then inspect the source before adding files to your agent.

01
المهارة / SkillSkill

تعليمات وسياق وخطوات عمل قابلة لإعادة الاستخدام. غالبًا تبدأ بملف SKILL.md.Reusable instructions, context, and workflow. It usually starts with SKILL.md.

02
الأداة / ToolTool

وظيفة محددة يستدعيها الوكيل: بحث، قراءة ملف، إرسال رسالة، أو تشغيل أمر.A specific callable capability: search, read a file, send a message, or run a command.

03
الاتصال / MCPMCP connection

الطبقة التي توصل الوكيل بأنظمة خارجية وتتعامل مع اكتشاف الأدوات والمصادقة.The layer connecting an agent to outside systems, including tool discovery and authentication.

تثبيت واعٍDeliberate install

راجع أولًا. انسخ ثانيًا.Inspect first. Copy second.

المهارة مجلد، وليست أمرًا سحريًا. ملفات scripts قد تنفذ عمليات على جهازك أو خدماتك، لذلك يعرضها الدليل كإشارة تحذير لا كشارة جودة.A skill is a folder, not a magic command. Scripts may act on your machine or services, so the directory flags them as a review signal—not a quality badge.

اختر المهارة المناسبةChoose the right skill

اقرأ الوصف، المصدر، والترخيص المكتشف. لا تعتمد على الاسم وحده.Read its description, source, and detected license. Do not rely on the name alone.

افحص شجرة الملفاتInspect the file tree

ابدأ بـ SKILL.md، ثم راجع scripts وreferences وassets إن وجدت.Start with SKILL.md, then review scripts, references, and assets when present.

انسخ المجلد كاملًاCopy the complete folder

ضعه في مجلد المهارات الذي توثقه منصتك مع الحفاظ على الملفات المساعدة.Place it in the skills directory documented by your platform, preserving helper files.

ابدأ بمهمة منخفضة المخاطرStart with a low-risk task

اختبر تفعيل المهارة قبل منحها أدوات كتابة أو وصولًا إلى حسابات مهمة.Test activation before granting write tools or access to important accounts.

قائمة تحققChecklist

قبل أن تثبّت أي مهارةBefore installing any skill

المصدر معروف والرابط يعمل.The source is known and reachable.
راجعت SKILL.md ولم تجد تعليمات تتجاوز المهمة.You reviewed SKILL.md for instructions beyond the task.
راجعت السكربتات والاعتماديات يدويًا.You manually reviewed scripts and dependencies.
فهمت الترخيص أو قررت عدم إعادة توزيع الملفات.You understand the license or will not redistribute files.
الأدوات والصلاحيات الممنوحة هي الحد الأدنى.Granted tools and permissions are the minimum necessary.
Terminal
git clone --depth 1 https://github.com/ComposioHQ/awesome-claude-skills.git
بعد التنزيل، لا تنسخ أي مجلد قبل مراجعته. صفحة كل مهارة في الدليل تعطيك رابط المصدر والمسار إن كان متاحًا.After cloning, do not copy a folder before reviewing it. Each skill page provides its source link and repository path when available.

جاهز لاختيار أول مهارة؟Ready to choose your first skill?

ابحث بالمهمة بدل اسم الأداة، ثم قارن المصدر والملفات قبل التثبيت.Search by outcome instead of tool name, then compare source and files before installing.

فتح الدليلOpen directory