ما هي packlets؟
تعرف على قواعد الحزم لإدارة مشروع JavaScript/TypeScript. استخدم هذه المهارة عندما يذكر المستخدم الحزم أو عند العمل في مشروع باستخدام دليل الحزم (src/packlets). المصدر: dtinth/agent-skills.
تعرف على قواعد الحزم لإدارة مشروع JavaScript/TypeScript. استخدم هذه المهارة عندما يذكر المستخدم الحزم أو عند العمل في مشروع باستخدام دليل الحزم (src/packlets).
ثبّت مهارة الذكاء الاصطناعي packlets بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: dtinth/agent-skills.
Packlets are a nice way to keep your JavaScript codebase somewhat loosely-coupled, without having to separate things into different npm packages.
When building a large application, it's a good idea to organize source files into modules, so that their dependencies can be managed. For example, suppose an application's source files can be grouped as follows:
Using file folders is helpful, but it's not very strict. Files under src/logging can easily import files from /src/reports, creating a confusing circular import. They can also import arbitrary application files. Also, there is no clear distinction between which files are the "public API" for src/logging versus its private implementation details.
تعرف على قواعد الحزم لإدارة مشروع JavaScript/TypeScript. استخدم هذه المهارة عندما يذكر المستخدم الحزم أو عند العمل في مشروع باستخدام دليل الحزم (src/packlets). المصدر: dtinth/agent-skills.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/dtinth/agent-skills --skill packletsتعرف على قواعد الحزم لإدارة مشروع JavaScript/TypeScript. استخدم هذه المهارة عندما يذكر المستخدم الحزم أو عند العمل في مشروع باستخدام دليل الحزم (src/packlets). المصدر: dtinth/agent-skills.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/dtinth/agent-skills --skill packlets بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/dtinth/agent-skills