@neyugn/agent-kits 0.2.2 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -8
- package/README.vi.md +12 -10
- package/README.zh.md +8 -6
- package/kits/coder/rules/AGENTS.md +0 -4
- package/kits/coder/rules/CLAUDE.md +0 -4
- package/kits/coder/rules/CURSOR.md +2 -1
- package/kits/coder/rules/GEMINI.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -123,14 +123,16 @@ If the installer detects an existing installation, you'll be prompted:
|
|
|
123
123
|
|
|
124
124
|
### 🔌 Universal Compatibility
|
|
125
125
|
|
|
126
|
-
| Tool | Workspace Path | Global Path | Status
|
|
127
|
-
| ----------- | ----------------- | ------------ |
|
|
128
|
-
|
|
|
129
|
-
|
|
|
130
|
-
|
|
|
131
|
-
|
|
|
132
|
-
|
|
|
133
|
-
| Custom | Configurable | `~/.ai/` |
|
|
126
|
+
| Tool | Workspace Path | Global Path | Status |
|
|
127
|
+
| ----------- | ----------------- | ------------ | --------------- |
|
|
128
|
+
| Cursor | `.cursor/skills/` | `~/.cursor/` | ✅ Verified |
|
|
129
|
+
| Antigravity | `.agent/skills/` | `~/.agent/` | ✅ Verified |
|
|
130
|
+
| Claude Code | `.claude/skills/` | `~/.claude/` | 🧪 Experimental |
|
|
131
|
+
| Gemini CLI | `.gemini/skills/` | `~/.gemini/` | 🧪 Experimental |
|
|
132
|
+
| Codex CLI | `.codex/skills/` | `~/.codex/` | 🧪 Experimental |
|
|
133
|
+
| Custom | Configurable | `~/.ai/` | 🧪 Experimental |
|
|
134
|
+
|
|
135
|
+
> **Note:** Tools marked as 🧪 Experimental have not been fully tested and may require additional user configuration. Contributions and feedback are welcome!
|
|
134
136
|
|
|
135
137
|
### 💻 Cross-Platform Support
|
|
136
138
|
|
package/README.vi.md
CHANGED
|
@@ -113,16 +113,18 @@ Nếu installer phát hiện cài đặt đã tồn tại, bạn sẽ được h
|
|
|
113
113
|
- **⏭️ Bỏ qua**: Giữ nguyên, không cài đặt
|
|
114
114
|
- **❌ Hủy**: Thoát installer
|
|
115
115
|
|
|
116
|
-
###
|
|
117
|
-
|
|
118
|
-
| Công cụ | Đường dẫn Workspace | Đường dẫn Global | Trạng thái
|
|
119
|
-
| ----------- | ------------------- | ---------------- |
|
|
120
|
-
|
|
|
121
|
-
|
|
|
122
|
-
|
|
|
123
|
-
|
|
|
124
|
-
|
|
|
125
|
-
| Tùy chỉnh | Có thể cấu hình | `~/.ai/` |
|
|
116
|
+
### 🔌 Tương thích phổ quát
|
|
117
|
+
|
|
118
|
+
| Công cụ | Đường dẫn Workspace | Đường dẫn Global | Trạng thái |
|
|
119
|
+
| ----------- | ------------------- | ---------------- | -------------- |
|
|
120
|
+
| Cursor | `.cursor/skills/` | `~/.cursor/` | ✅ Đã xác nhận |
|
|
121
|
+
| Antigravity | `.agent/skills/` | `~/.agent/` | ✅ Đã xác nhận |
|
|
122
|
+
| Claude Code | `.claude/skills/` | `~/.claude/` | 🧪 Thực nghiệm |
|
|
123
|
+
| Gemini CLI | `.gemini/skills/` | `~/.gemini/` | 🧪 Thực nghiệm |
|
|
124
|
+
| Codex CLI | `.codex/skills/` | `~/.codex/` | 🧪 Thực nghiệm |
|
|
125
|
+
| Tùy chỉnh | Có thể cấu hình | `~/.ai/` | 🧪 Thực nghiệm |
|
|
126
|
+
|
|
127
|
+
> **Lưu ý:** Các công cụ đánh dấu 🧪 Thực nghiệm chưa được kiểm tra đầy đủ và có thể cần người dùng tùy chỉnh thêm. Đóng góp và phản hồi luôn được hoan nghênh!
|
|
126
128
|
|
|
127
129
|
### 💻 Hỗ trợ đa nền tảng
|
|
128
130
|
|
package/README.zh.md
CHANGED
|
@@ -117,12 +117,14 @@ npx @neyugn/agent-kits
|
|
|
117
117
|
|
|
118
118
|
| 工具 | Workspace 路径 | Global 路径 | 状态 |
|
|
119
119
|
| ----------- | ----------------- | ------------ | --------- |
|
|
120
|
-
|
|
|
121
|
-
|
|
|
122
|
-
|
|
|
123
|
-
|
|
|
124
|
-
|
|
|
125
|
-
| 自定义 | 可配置 | `~/.ai/` |
|
|
120
|
+
| Cursor | `.cursor/skills/` | `~/.cursor/` | ✅ 已验证 |
|
|
121
|
+
| Antigravity | `.agent/skills/` | `~/.agent/` | ✅ 已验证 |
|
|
122
|
+
| Claude Code | `.claude/skills/` | `~/.claude/` | 🧪 实验性 |
|
|
123
|
+
| Gemini CLI | `.gemini/skills/` | `~/.gemini/` | 🧪 实验性 |
|
|
124
|
+
| Codex CLI | `.codex/skills/` | `~/.codex/` | 🧪 实验性 |
|
|
125
|
+
| 自定义 | 可配置 | `~/.ai/` | 🧪 实验性 |
|
|
126
|
+
|
|
127
|
+
> **注意:** 标记为 🧪 实验性的工具尚未完全测试,可能需要用户进行额外配置。欢迎贡献和反馈!
|
|
126
128
|
|
|
127
129
|
### 💻 跨平台支持
|
|
128
130
|
|