ما هي docx؟
قم بإنشاء مستندات Word وتحريرها وتحليلها مع دعم التغييرات المتعقبة المصدر: rysweet/amplihack.
قم بإنشاء مستندات Word وتحريرها وتحليلها مع دعم التغييرات المتعقبة
ثبّت مهارة الذكاء الاصطناعي docx بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: rysweet/amplihack.
A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.
If you just need to read the text contents of a document, you should convert the document to markdown using pandoc. Pandoc provides excellent support for preserving document structure and can show tracked changes:
You need raw XML access for: comments, complex formatting, document structure, embedded media, and metadata. For any of these features, you'll need to unpack a document and read its raw XML contents.
قم بإنشاء مستندات Word وتحريرها وتحليلها مع دعم التغييرات المتعقبة المصدر: rysweet/amplihack.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/rysweet/amplihack --skill docxقم بإنشاء مستندات Word وتحريرها وتحليلها مع دعم التغييرات المتعقبة المصدر: rysweet/amplihack.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/rysweet/amplihack --skill docx بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/rysweet/amplihack