Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 21 additions & 4 deletions README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,30 @@ project-root/

---

## 🚀 التثبيت والتشغيل السريع
## 🚀 التثبيت والبدء السريع

### 1. تثبيت المهارة عبر NPM
لإضافة مهارة `tidyfactor-doc` إلى مشروعك أو سجل الوكلاء لديك:
اختر طريقة التثبيت المناسبة لمشروعك:

### الخيار (أ): عبر TidyFactor CLI الرسمي (الموصى به)
التثبيت الفوري دون الحاجة لتثبيت الأداة عالمياً في بيئة عملك النشطة:
```bash
npx @tidyfactor/cli-doc add-skill
npx @tidyfactor/cli add doc
```
*أو في حال كانت الأداة مثبتة لديك عالمياً (`npm i -g @tidyfactor/cli`):*
```bash
tidyfactor add doc
```

### الخيار (ب): عبر معيار مهارات الوكلاء المفتوح (skills.sh)
التثبيت العالمي المتوافق مع كافة بيئات الوكلاء ومحررات الذكاء الاصطناعي (Antigravity, Cursor, Claude Code, Windsurf, Codex):
```bash
npx skills add tidyfactor/doc
```

### الخيار (ج): التثبيت المباشر الفردي عبر NPM
تشغيل مثبت المهارة المستقل مباشرة مع تجاوز الذاكرة المخبأة وضمان أحدث إصدار:
```bash
npx @tidyfactor/doc@latest
```

### 2. التوافق الشامل مع وكلاء الذكاء الاصطناعي
Expand Down
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,30 @@ project-root/

---

## 🚀 Quick Start & Injection
## 🚀 Installation & Quick Start

### 1. Inject Skill via NPM
Add `tidyfactor-doc` to your active workspace or global agent registry:
Choose your preferred installation method:

### Option A: Via TidyFactor CLI (Recommended)
Install directly using the official ecosystem package runner into your active workspace:
```bash
npx @tidyfactor/cli-doc add-skill
npx @tidyfactor/cli add doc
```
*Or if you have the CLI installed globally (`npm i -g @tidyfactor/cli`):*
```bash
tidyfactor add doc
```

### Option B: Via Open Agent Skills Ecosystem (skills.sh / Vercel Labs)
Install using the universal multi-agent standard across all supported IDEs (Cursor, Antigravity, Claude Code, Windsurf, Trae, Codex):
```bash
npx skills add tidyfactor/doc
```

### Option C: Standalone Zero-Dependency Runner (NPM Direct)
Run the dedicated skill installer directly with automatic cache invalidation:
```bash
npx @tidyfactor/doc@latest
```

### 2. Universal Agent Compatibility
Expand Down
Binary file removed dist/tidyfactor-doc-v1.1.0.skill
Binary file not shown.
Binary file removed dist/tidyfactor-doc-v1.2.0.skill
Binary file not shown.
Binary file removed dist/tidyfactor-doc-v1.2.1.skill
Binary file not shown.
Binary file removed dist/tidyfactor-doc.skill
Binary file not shown.
16 changes: 0 additions & 16 deletions dist/tidyfactor-doc/.tidyfactor

This file was deleted.

10 changes: 0 additions & 10 deletions dist/tidyfactor-doc/AGENTS.md

This file was deleted.

89 changes: 0 additions & 89 deletions dist/tidyfactor-doc/CHANGELOG.md

This file was deleted.

17 changes: 0 additions & 17 deletions dist/tidyfactor-doc/LICENSE

This file was deleted.

Loading
Loading