@tdsoft-tech/aikit 0.1.20 → 0.1.31

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [Unreleased]
4
+
5
+ ### Breaking Changes ⚠️
6
+ - 🏷️ **Removed Command & Skill Prefixes** - Reverted to simpler command names for better usability:
7
+ - All commands now use simple names without prefixes (e.g., `/plan`, `/implement`, `/fix`)
8
+ - All skills use simple names (e.g., `/test-driven-development`, `/code-review`)
9
+ - Old prefixed names (`/ak_cm_*` and `/ak_sk_*`) are deprecated
10
+ - Documentation updated to use new simpler naming
11
+
12
+ ### Migration Guide
13
+ 1. Run `aikit install` to generate new unprefixed commands
14
+ 2. Use simple command names: `/plan` instead of `/ak_cm_plan`
15
+ 3. Use simple skill names: `/test-driven-development` instead of `/ak_sk_test-driven-development`
16
+
3
17
  ## [0.1.18] - 2026-01-02
4
18
 
5
19
  ### Fixed
package/LICENSE ADDED
@@ -0,0 +1,63 @@
1
+ AIKit Non-Commercial License v1.0
2
+
3
+ Copyright (c) 2026 TDSoft / AIKit Contributors
4
+
5
+ 1. Grant of Permission
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to use,
9
+ copy, modify, and distribute the Software solely for non-commercial purposes,
10
+ subject to the conditions below.
11
+
12
+ 2. Non-Commercial Use Only
13
+
14
+ You may use the Software only for non-commercial purposes, including but not limited to:
15
+
16
+ - Personal use
17
+ - Educational use
18
+ - Academic research
19
+ - Internal evaluation
20
+ - Open-source learning or experimentation
21
+
22
+ Commercial use is strictly prohibited.
23
+
24
+ 3. Prohibited Uses
25
+
26
+ You may NOT:
27
+
28
+ - Use the Software, in whole or in part, for any commercial purpose
29
+ - Use the Software to build, train, enhance, or power a commercial product or service
30
+ - Sell, sublicense, rent, lease, or otherwise monetize the Software
31
+ - Offer the Software as part of a paid service, SaaS, or commercial API
32
+ - Reproduce, fork, or adapt the Software with the intent of creating a revenue-generating product
33
+
34
+ Any use that directly or indirectly results in financial benefit is considered commercial use.
35
+
36
+ 4. Commercial Licensing
37
+
38
+ If you wish to use the Software for commercial purposes,
39
+ you must obtain a separate commercial license.
40
+
41
+ Please contact:
42
+ 📧 dev@tdsoft.tech or duypnt23@gmail.com
43
+
44
+ 5. Attribution
45
+
46
+ Any permitted distribution of the Software must retain:
47
+
48
+ - This license text
49
+ - The copyright notice
50
+ - Any existing attribution notices
51
+
52
+ 6. Disclaimer of Warranty
53
+
54
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
55
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
56
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
57
+
58
+ 7. Limitation of Liability
59
+
60
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
61
+ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
62
+ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
63
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,359 @@
1
+ <div align="center">
2
+
3
+ <img src="assets/logo.png" alt="AIKit Logo" width="200"/>
4
+ <a href="https://www.producthunt.com/products/aikit?embed=true&amp;utm_source=badge-featured&amp;utm_medium=badge&amp;utm_campaign=badge-aikit" target="_blank" rel="noopener noreferrer"><img alt="AIKit - Transform Claude Code into a production dev environment. | Product Hunt" width="250" height="54" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1058608&amp;theme=light&amp;t=1767742744161"></a>
5
+
6
+ # **AIKit**
7
+
8
+ ### **Open-Source AI Coding Agent Toolkit**
9
+
10
+ **Works with Claude Code & OpenCode**
11
+
12
+ [![npm version](https://badge.fury.io/js/%40tdsoft-tech%2Faikit.svg)](https://www.npmjs.com/package/@tdsoft-tech/aikit)
13
+ [![License](https://img.shields.io/badge/License-Dual%20License-blue.svg)](LICENSE)
14
+ [![Node](https://img.shields.io/badge/Node-%3E=18.0.0-brightgreen)](https://nodejs.org)
15
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue)](https://www.typescriptlang.org/)
16
+
17
+ [![Stars](https://img.shields.io/github/stars/tdsoft-technology/aikit?style=social)](https://github.com/tdsoft-technology/aikit/stargazers)
18
+ [![Forks](https://img.shields.io/github/forks/tdsoft-technology/aikit?style=social)](https://github.com/tdsoft-technology/aikit/network/members)
19
+ [![Issues](https://img.shields.io/github/issues/tdsoft-technology/aikit)](https://github.com/tdsoft-technology/aikit/issues)
20
+
21
+ **Skills • Agents • Commands • Tools • Plugins**
22
+
23
+ [Documentation](https://aikit.tdsoft.tech/docs/intro) • [Quick Start](#-quick-start) • [Features](#-features) • [Contributing](#-contributing)
24
+
25
+ </div>
26
+
27
+ ---
28
+
29
+ ## ✨ What is AIKit?
30
+
31
+ **AIKit** is a powerful, open-source toolkit that extends your AI coding experience with reusable **skills**, intelligent **agents**, custom **commands**, and flexible **plugins**. It's designed to supercharge your development workflow with AI-driven automation.
32
+
33
+ **Works with Claude Code (recommended) and OpenCode.**
34
+
35
+ Perfect for developers who want to:
36
+ - 🚀 **Automate repetitive tasks** with custom commands
37
+ - 🧠 **Leverage specialized AI skills** (testing, refactoring, security, etc.)
38
+ - 🤖 **Use intelligent agents** for complex workflows
39
+ - 🔌 **Extend functionality** with plugins
40
+ - 📦 **Share knowledge** across projects
41
+
42
+ ---
43
+
44
+ ### 🎬 Quick Demo
45
+
46
+ <div align="center">
47
+
48
+ <img src="assets/202601041506.gif" alt="AIKit Demo" width="800"/>
49
+
50
+ </div>
51
+
52
+ ---
53
+
54
+ ## 🎯 Key Features
55
+
56
+ ### 🧠 Specialized Skills
57
+
58
+ 23+ skills covering every aspect of development:
59
+
60
+ **Design & Architecture** • **Development** • **Testing** • **Workflow**
61
+
62
+ - 🎨 Frontend Aesthetics
63
+ - 🏗️ Component Design
64
+ - 🗄️ Database Design
65
+ - 📐 Design Measurement
66
+ - 🔌 API Design
67
+ - ⚡ Performance Optimization
68
+ - 🔨 Refactoring
69
+ - 🛡️ Security Audit
70
+ - 🐛 Systematic Debugging
71
+ - ✅ Unit Testing
72
+ - 🔄 Test-Driven Development
73
+ - 🔗 Integration Testing
74
+ - 🧪 Frontend Testing
75
+ - 📝 Documentation
76
+ - 🔀 CI/CD
77
+ - 🐳 Docker
78
+ - 🌳 Git Best Practices
79
+ - 💳 Payments Integration
80
+
81
+ ---
82
+
83
+ ### 🤖 Intelligent Agents
84
+
85
+ 8 specialized agents for different workflows:
86
+
87
+ | Agent | Mode | Purpose |
88
+ |:-----:|:----:|:---------|
89
+ | `aikitplanner` | `<tab>` | Plan complex features |
90
+ | `aikitbuild` | `<tab>` | Implement features |
91
+ | `rush` | `<tab>` | Quick fixes |
92
+ | `review` | `<tab>` | Code review |
93
+ | `scout` | `<tab>` | Explore codebase |
94
+ | `explore` | `<tab>` | Deep analysis |
95
+ | `vision` | `<tab>` | Image analysis |
96
+ | `one-shot` | `<tab>` | End-to-end automation |
97
+
98
+ > 💡 **Tip:** Press `<tab>` in Claude Code or OpenCode to switch between agents!
99
+
100
+ ---
101
+
102
+ ### ⚡ Quick Commands
103
+
104
+ 28+ commands at your fingertips:
105
+
106
+ **Claude Code (simpler):**
107
+ ```bash
108
+ /plan /implement /fix
109
+ /test /review /branch
110
+ /session:start
111
+ ```
112
+
113
+ **OpenCode:**
114
+ ```bash
115
+ /plan /implement /fix
116
+ /test /review /branch
117
+ /session:start
118
+ ```
119
+
120
+ [View all commands →](https://aikit.tdsoft.tech/docs/commands/intro)
121
+
122
+ ---
123
+
124
+ ## 🚀 Quick Start
125
+
126
+ ### Prerequisites
127
+
128
+ - **Node.js** >= 18.0.0
129
+ - **Claude Code** (recommended) or **OpenCode** with Claude integration
130
+
131
+ ### Installation
132
+
133
+ ```bash
134
+ # Install AIKit globally
135
+ npm install -g @tdsoft-tech/aikit
136
+
137
+ # Or install in your project
138
+ npm install -D @tdsoft-tech/aikit
139
+
140
+ # Initialize AIKit in your project
141
+ aikit install
142
+ ```
143
+
144
+ That's it! 🎉 AIKit is now ready to use.
145
+
146
+ ### First Steps
147
+
148
+ **For Claude Code:**
149
+ 1. Open Claude Code in your project
150
+ 2. Use commands: `/plan`, `/implement`, `/fix`, `/test`
151
+ 3. Try a skill: `/test-driven-development` or `/code-review`
152
+ 4. Read the [documentation](https://aikit.tdsoft.tech/docs/intro)
153
+
154
+ **For OpenCode:**
155
+ 1. **Open OpenCode** and press `/` to see available commands
156
+ 2. Try a skill: `/test-driven-development`
157
+ 3. Switch agents: Press `<tab>` to cycle through agents
158
+ 4. Read the [documentation](https://aikit.tdsoft.tech/docs/intro)
159
+
160
+ ---
161
+
162
+ ## 📚 Documentation
163
+
164
+ **[📖 Full Documentation](https://aikit.tdsoft.tech/docs/intro)**
165
+
166
+ ### Quick Links
167
+
168
+ - [Installation Guide](https://aikit.tdsoft.tech/docs/installation)
169
+ - [Quick Reference](https://aikit.tdsoft.tech/docs/quick-reference)
170
+ - [All Skills](https://aikit.tdsoft.tech/docs/skills)
171
+ - [Commands](https://aikit.tdsoft.tech/docs/commands)
172
+ - [One-Shot Mode](https://aikit.tdsoft.tech/docs/one-shot-mode)
173
+ - [Figma Integration](https://aikit.tdsoft.tech/docs/using-analyze-figma)
174
+
175
+ ---
176
+
177
+ ## 🎬 Usage Examples
178
+
179
+ > 💡 **Note:** Command formats differ between Claude Code and OpenCode
180
+
181
+ ### Session Management
182
+
183
+ **Claude Code:**
184
+ ```bash
185
+ /session:start "Implement OAuth 2.0"
186
+ /session:update
187
+ /session:end
188
+ ```
189
+
190
+ **OpenCode:**
191
+ ```bash
192
+ /session:start "Implement OAuth 2.0"
193
+ /session:update
194
+ /session:end
195
+ ```
196
+
197
+ ### Planning Features
198
+
199
+ **Claude Code:**
200
+ ```bash
201
+ /plan "Add user authentication with OAuth"
202
+ ```
203
+
204
+ **OpenCode:**
205
+ ```bash
206
+ /plan "Add user authentication with OAuth"
207
+ ```
208
+
209
+ ### Implementing Features
210
+
211
+ **Claude Code:**
212
+ ```bash
213
+ /implement
214
+ # Or use skill directly
215
+ /test-driven-development
216
+ ```
217
+
218
+ **OpenCode:**
219
+ ```bash
220
+ /implement
221
+ /test-driven-development
222
+ ```
223
+
224
+ ### Fixing Bugs
225
+
226
+ **Claude Code:**
227
+ ```bash
228
+ /fix "Login fails on Safari"
229
+ ```
230
+
231
+ **OpenCode:**
232
+ ```bash
233
+ /fix "Login fails on Safari"
234
+ ```
235
+
236
+ ### Code Review
237
+
238
+ **Claude Code:**
239
+ ```bash
240
+ /code-review
241
+ ```
242
+
243
+ **OpenCode:**
244
+ ```bash
245
+ /code-review
246
+ ```
247
+
248
+ ### One-Shot Automation
249
+
250
+ **Claude Code:**
251
+ ```bash
252
+ /one-shot "Add dark mode toggle to settings"
253
+ ```
254
+
255
+ **OpenCode:**
256
+ ```bash
257
+ /one-shot "Add dark mode toggle to settings"
258
+ ```
259
+
260
+ ### Creating Branches
261
+
262
+ **Claude Code:**
263
+ ```bash
264
+ /branch "user-oauth"
265
+ ```
266
+
267
+ **OpenCode:**
268
+ ```bash
269
+ /branch "user-oauth"
270
+ ```
271
+
272
+ ---
273
+
274
+ ## 🤝 Contributing
275
+
276
+ We love contributions! 💜
277
+
278
+ **[📖 Contributing Guide](CONTRIBUTING.md)**
279
+
280
+ ### Ways to Contribute
281
+
282
+ - 🐛 [Report bugs](https://github.com/tdsoft-technology/aikit/issues)
283
+ - 💡 [Suggest features](https://github.com/tdsoft-technology/aikit/issues)
284
+ - 📝 [Improve docs](https://github.com/tdsoft-technology/aikit/pulls)
285
+ - 🔧 [Submit PRs](https://github.com/tdsoft-technology/aikit/pulls)
286
+ - 🌟 [Star the repo](https://github.com/tdsoft-technology/aikit) ⭐
287
+
288
+ ---
289
+
290
+ ## ❤️ Support AIKit
291
+
292
+ If you find AIKit useful, please consider supporting us! Your support helps us:
293
+ - 🛠️ Maintain and improve AIKit
294
+ - 🐛 Fix bugs faster
295
+ - ✨ Add new features
296
+ - 📚 Keep documentation up to date
297
+ - 🌍 Support the community
298
+
299
+ ### Ways to Support
300
+
301
+ | Support Type | Link | Description |
302
+ |--------------|------|-------------|
303
+ | ⭐ **Star on GitHub** | [Star this repo](https://github.com/tdsoft-technology/aikit) | It's free and helps others discover AIKit! |
304
+ | 💬 **Join Discussions** | [GitHub Discussions](https://github.com/tdsoft-technology/aikit/discussions) | Ask questions, share ideas |
305
+ | 💰 **Sponsor me at GitHub** | [Sponsor me at GitHub](https://github.com/sponsors/dpnt23) | Support development |
306
+ <div style="font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif; border: 1px solid rgb(224, 224, 224); border-radius: 12px; padding: 20px; max-width: 500px; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px;"><div style="display: flex; align-items: center; gap: 12px; margin-bottom: 12px;"><img alt="AIKit" src="https://ph-files.imgix.net/e2eef671-13f0-4f5c-9dca-7450a9fb29ec.png?auto=format&amp;fit=crop&amp;w=80&amp;h=80" style="width: 64px; height: 64px; border-radius: 8px; object-fit: cover; flex-shrink: 0;"><div style="flex: 1 1 0%; min-width: 0px;"><h3 style="margin: 0px; font-size: 18px; font-weight: 600; color: rgb(26, 26, 26); line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">AIKit</h3><p style="margin: 4px 0px 0px; font-size: 14px; color: rgb(102, 102, 102); line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;">Transform Claude Code into a production dev environment.</p></div></div><a href="https://www.producthunt.com/products/aikit?embed=true&amp;utm_source=embed&amp;utm_medium=post_embed" target="_blank" rel="noopener" style="display: inline-flex; align-items: center; gap: 4px; margin-top: 12px; padding: 8px 16px; background: rgb(255, 97, 84); color: rgb(255, 255, 255); text-decoration: none; border-radius: 8px; font-size: 14px; font-weight: 600;">Check it out on Product Hunt →</a></div>
307
+
308
+ ---
309
+
310
+ ## Changelog
311
+
312
+ See [CHANGELOG.md](CHANGELOG.md) for version history and updates.
313
+
314
+ ### Recent Highlights
315
+ - **v0.1.20** - Latest stable release
316
+ - **v0.1.18** - Fixed agent tab switching
317
+ - **v0.1.15** - Command prefix separation
318
+ - **v0.1.11** - One-Shot mode (beta)
319
+
320
+ ---
321
+
322
+ ## Licensing
323
+
324
+ AIKit is available under a dual-license model:
325
+
326
+ ### Non-Commercial License (Free)
327
+ - Free for personal, educational, and research use
328
+ - Open source learning and experimentation
329
+ - [View Non-Commercial License](LICENSE)
330
+
331
+ ### Commercial License (Paid)
332
+ - Required for any commercial or revenue-generating use
333
+ - SaaS platforms, paid APIs, enterprise systems
334
+ - [View Commercial License](COMMERCIAL_LICENSE.md)
335
+
336
+ **For commercial licensing inquiries:**
337
+ 📧 dev@tdsoft.tech or duypnt23@gmail.com
338
+ 🌐 https://tdsoft.tech
339
+
340
+ ---
341
+
342
+ ## Acknowledgments
343
+
344
+ Built with ❤️ by the open-source community.
345
+ ---
346
+
347
+ <div align="center">
348
+
349
+ Built for Developers • Open Source Forever
350
+
351
+
352
+ [Documentation](https://aikit.tdsoft.tech/docs/intro) •
353
+ [Issues](https://github.com/tdsoft-technology/aikit/issues) •
354
+ [Discussions](https://github.com/tdsoft-technology/aikit/discussions) •
355
+ [Releases](https://github.com/tdsoft-technology/aikit/releases)
356
+
357
+ Made with 💜 by [TDSoft Technology](https://github.com/tdsoft-technology)
358
+
359
+ </div>