omni-skills-forge 2.0.0 → 2.1.0
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/LICENSE +1 -1
- package/README.md +86 -37
- package/bin/cli.js +1 -1
- package/package.json +5 -5
- package/registry/master-registry.json +1 -1
- package/src/dashboard.js +1 -1
- package/src/index.js +1 -1
- package/src/installer.js +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
<img src="https://raw.githubusercontent.com/ihtisham/omni-skills-forge/main/assets/banner.png" alt="Omni Skills Forge" width="100%" />
|
|
4
|
-
|
|
5
3
|
# ⚡ Omni Skills Forge
|
|
6
4
|
|
|
7
5
|
### *The World's Largest AI Agent Skill Library — 50,000+ Expert Skills*
|
|
8
6
|
|
|
9
7
|
[](https://www.npmjs.com/package/omni-skills-forge)
|
|
10
8
|
[](https://www.npmjs.com/package/omni-skills-forge)
|
|
11
|
-
[](https://github.com/theihtisham/omni-skills-forge)
|
|
12
10
|
[](https://opensource.org/licenses/MIT)
|
|
13
11
|
[](https://nodejs.org)
|
|
14
12
|
|
|
@@ -81,14 +79,20 @@ Auto-detects Claude Code, Kilo, Cline, Opencode, Cursor, and Windsurf. No config
|
|
|
81
79
|
### 🌐 Universal Compatibility
|
|
82
80
|
Skills are plain Markdown with YAML frontmatter — readable by every AI coding tool in existence.
|
|
83
81
|
|
|
84
|
-
###
|
|
85
|
-
|
|
82
|
+
### 🖥️ Visual Dashboard
|
|
83
|
+
```bash
|
|
84
|
+
osf dashboard
|
|
85
|
+
```
|
|
86
|
+
Generates a stunning interactive HTML dashboard with search, categories, tags, and difficulty charts.
|
|
86
87
|
|
|
87
|
-
###
|
|
88
|
-
|
|
88
|
+
### 🩺 Environment Doctor
|
|
89
|
+
```bash
|
|
90
|
+
osf doctor
|
|
91
|
+
```
|
|
92
|
+
Diagnoses your setup — checks Node.js, npm, all 6 AI tool installations, and recommends fixes.
|
|
89
93
|
|
|
90
|
-
###
|
|
91
|
-
|
|
94
|
+
### 📦 Export & Uninstall
|
|
95
|
+
Export skills to JSON/CSV/Markdown. Uninstall with one command.
|
|
92
96
|
|
|
93
97
|
</td>
|
|
94
98
|
</tr>
|
|
@@ -118,7 +122,8 @@ Launches the interactive TUI where you can:
|
|
|
118
122
|
- Browse skills by category
|
|
119
123
|
- Search by keyword
|
|
120
124
|
- Filter by difficulty or tag
|
|
121
|
-
-
|
|
125
|
+
- Open visual dashboard
|
|
126
|
+
- Run environment doctor
|
|
122
127
|
|
|
123
128
|
---
|
|
124
129
|
|
|
@@ -132,11 +137,13 @@ osf install --all
|
|
|
132
137
|
osf list --category ai-ml
|
|
133
138
|
osf search "vector database"
|
|
134
139
|
osf info postgresql-performance-tuning-expert
|
|
140
|
+
osf dashboard
|
|
141
|
+
osf doctor
|
|
135
142
|
```
|
|
136
143
|
|
|
137
144
|
---
|
|
138
145
|
|
|
139
|
-
### Option 4 — Category Install
|
|
146
|
+
### Option 4 — Category / Tag / Difficulty Install
|
|
140
147
|
|
|
141
148
|
```bash
|
|
142
149
|
# Install only backend skills
|
|
@@ -145,8 +152,14 @@ npx omni-skills-forge install --category backend
|
|
|
145
152
|
# Install only AI/ML skills
|
|
146
153
|
npx omni-skills-forge install --category ai-ml
|
|
147
154
|
|
|
155
|
+
# Install by tag
|
|
156
|
+
osf install --tag react
|
|
157
|
+
|
|
158
|
+
# Install by difficulty
|
|
159
|
+
osf install --difficulty expert
|
|
160
|
+
|
|
148
161
|
# Install only cloud skills for a specific tool
|
|
149
|
-
|
|
162
|
+
osf install --category cloud --tool cursor
|
|
150
163
|
```
|
|
151
164
|
|
|
152
165
|
---
|
|
@@ -338,31 +351,32 @@ Usage: osf [command] [options]
|
|
|
338
351
|
|
|
339
352
|
Commands:
|
|
340
353
|
install [options] Install skills to your AI tools [default]
|
|
354
|
+
uninstall [options] Remove installed skills from AI tools
|
|
341
355
|
list [options] List available skills with filtering
|
|
342
|
-
search <query>
|
|
356
|
+
search <query> Search across all 50,000+ skills
|
|
343
357
|
info <skill-name> Show detailed info about a specific skill
|
|
344
358
|
categories Browse all skill categories
|
|
345
359
|
stats Show library statistics dashboard
|
|
360
|
+
dashboard Generate & open interactive visual dashboard
|
|
361
|
+
doctor Diagnose your environment and tool installations
|
|
362
|
+
export [options] Export skills to JSON, CSV, or Markdown
|
|
346
363
|
update Update to the latest skill library
|
|
347
364
|
generate Regenerate the skill library locally
|
|
348
365
|
|
|
349
|
-
Options
|
|
366
|
+
Install Options:
|
|
350
367
|
--all Install all 50,000+ skills
|
|
351
368
|
--category <name> Install skills from a specific category
|
|
352
369
|
--skill <name> Install a single specific skill
|
|
370
|
+
--tag <tag> Install all skills matching a tag
|
|
371
|
+
--difficulty <level> Install skills by difficulty (beginner/intermediate/advanced/expert)
|
|
353
372
|
--tool <name> Target a specific tool (auto-detects if omitted)
|
|
354
|
-
--tag <tag> Filter by tag (e.g., --tag performance)
|
|
355
|
-
--difficulty <level> Filter by difficulty (beginner/intermediate/advanced/expert)
|
|
356
373
|
--dir <path> Custom install directory
|
|
357
374
|
--force Overwrite existing skills
|
|
358
|
-
--dry-run Preview
|
|
375
|
+
--dry-run Preview without writing files
|
|
359
376
|
|
|
360
|
-
Options
|
|
361
|
-
--
|
|
362
|
-
--
|
|
363
|
-
--difficulty <level> Filter by difficulty
|
|
364
|
-
--tool <tool> Filter by compatible tool
|
|
365
|
-
--json Output raw JSON
|
|
377
|
+
Export Options:
|
|
378
|
+
--format <type> Export format: json, csv, md (default: json)
|
|
379
|
+
--output <path> Output file path
|
|
366
380
|
|
|
367
381
|
Examples:
|
|
368
382
|
osf install --all # Install everything
|
|
@@ -370,6 +384,10 @@ Examples:
|
|
|
370
384
|
osf install --tag performance --tool cursor
|
|
371
385
|
osf search "websocket real-time"
|
|
372
386
|
osf info rust-async-tokio-systems-expert
|
|
387
|
+
osf dashboard # Open visual dashboard
|
|
388
|
+
osf doctor # Check environment
|
|
389
|
+
osf export --format csv # Export skills
|
|
390
|
+
osf uninstall --tool cursor # Remove skills
|
|
373
391
|
osf list --category backend --difficulty advanced
|
|
374
392
|
osf stats
|
|
375
393
|
```
|
|
@@ -394,7 +412,7 @@ Examples:
|
|
|
394
412
|
## 💡 Programmatic Usage
|
|
395
413
|
|
|
396
414
|
```javascript
|
|
397
|
-
import { OmniInstaller } from 'omni-skills-forge';
|
|
415
|
+
import { OmniInstaller, OmniDashboard, OmniDoctor } from 'omni-skills-forge';
|
|
398
416
|
|
|
399
417
|
const installer = new OmniInstaller();
|
|
400
418
|
|
|
@@ -405,11 +423,21 @@ await installer.installAll({ force: true });
|
|
|
405
423
|
await installer.installCategory('ai-ml', { tool: 'claude-code' });
|
|
406
424
|
|
|
407
425
|
// Search skills
|
|
408
|
-
|
|
409
|
-
console.log(results);
|
|
426
|
+
await installer.searchSkills('vector database');
|
|
410
427
|
|
|
411
428
|
// Get stats
|
|
412
|
-
|
|
429
|
+
await installer.showStats();
|
|
430
|
+
|
|
431
|
+
// Uninstall
|
|
432
|
+
await installer.uninstall({ tool: 'cursor' });
|
|
433
|
+
|
|
434
|
+
// Export to CSV
|
|
435
|
+
await installer.exportSkills({ format: 'csv', output: './skills.csv' });
|
|
436
|
+
|
|
437
|
+
// Generate dashboard
|
|
438
|
+
const registry = await installer._loadRegistry();
|
|
439
|
+
const dashboard = new OmniDashboard(registry);
|
|
440
|
+
await dashboard.generate({ output: './my-dashboard.html' });
|
|
413
441
|
```
|
|
414
442
|
|
|
415
443
|
---
|
|
@@ -432,6 +460,25 @@ const stats = await installer.showStats();
|
|
|
432
460
|
|
|
433
461
|
---
|
|
434
462
|
|
|
463
|
+
## 🔄 Auto-Update via GitHub
|
|
464
|
+
|
|
465
|
+
Omni Skills Forge uses **GitHub Actions CI/CD** to automatically publish to npm whenever a new version tag is pushed:
|
|
466
|
+
|
|
467
|
+
```bash
|
|
468
|
+
# Bump version in package.json
|
|
469
|
+
# Then tag and push:
|
|
470
|
+
git tag v2.1.0
|
|
471
|
+
git push origin v2.1.0
|
|
472
|
+
# GitHub Actions automatically publishes to npm
|
|
473
|
+
```
|
|
474
|
+
|
|
475
|
+
Users can stay up-to-date:
|
|
476
|
+
```bash
|
|
477
|
+
npm update -g omni-skills-forge
|
|
478
|
+
```
|
|
479
|
+
|
|
480
|
+
---
|
|
481
|
+
|
|
435
482
|
## 🤝 Contributing
|
|
436
483
|
|
|
437
484
|
Contributions are welcome! Here's how to add new skills:
|
|
@@ -492,28 +539,30 @@ Open a pull request with your new skills. Every accepted skill earns you a spot
|
|
|
492
539
|
|
|
493
540
|
## 🗺️ Roadmap
|
|
494
541
|
|
|
495
|
-
- [
|
|
496
|
-
- [
|
|
497
|
-
- [
|
|
498
|
-
- [ ] **v2.
|
|
499
|
-
- [ ] **v2.
|
|
500
|
-
- [ ] **
|
|
542
|
+
- [x] ~~**v1.0** — 50,000+ skills, CLI, single-click install~~
|
|
543
|
+
- [x] ~~**v1.1** — Tag/difficulty filters, enhanced TUI~~
|
|
544
|
+
- [x] ~~**v2.0** — Visual dashboard, doctor, uninstall, export~~
|
|
545
|
+
- [ ] **v2.1** — Skill rating and community feedback system
|
|
546
|
+
- [ ] **v2.2** — Auto-skill suggestions based on your project stack
|
|
547
|
+
- [ ] **v3.0** — AI-generated skills tailored to your codebase
|
|
548
|
+
- [ ] **v3.1** — Team skill sharing and private skill registries
|
|
549
|
+
- [ ] **v3.2** — VS Code extension with one-click install from sidebar
|
|
501
550
|
|
|
502
551
|
---
|
|
503
552
|
|
|
504
553
|
## 📜 License
|
|
505
554
|
|
|
506
|
-
MIT © [
|
|
555
|
+
MIT © [Ihtisham](https://github.com/theihtisham)
|
|
507
556
|
|
|
508
557
|
---
|
|
509
558
|
|
|
510
559
|
<div align="center">
|
|
511
560
|
|
|
512
|
-
**Built
|
|
561
|
+
**Built by [Ihtisham](https://github.com/theihtisham)**
|
|
513
562
|
|
|
514
563
|
*If Omni Skills Forge saved you time, give it a ⭐ on GitHub!*
|
|
515
564
|
|
|
516
|
-
[](https://github.com/theihtisham/omni-skills-forge)
|
|
566
|
+
[](https://github.com/theihtisham)
|
|
518
567
|
|
|
519
568
|
</div>
|
package/bin/cli.js
CHANGED
|
@@ -15,7 +15,7 @@ import open from 'open';
|
|
|
15
15
|
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
|
16
16
|
const PROJECT_ROOT = path.resolve(__dirname, '..');
|
|
17
17
|
|
|
18
|
-
const VERSION = '2.
|
|
18
|
+
const VERSION = '2.1.0';
|
|
19
19
|
|
|
20
20
|
function showBanner() {
|
|
21
21
|
const banner = gradient.rainbow.multiline(`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omni-skills-forge",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "50,000+ expert AI agent skills for Claude Code, Kilo, Cline, Opencode, Cursor & Windsurf — visual dashboard, single-click install, doctor, export",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"ai-tools",
|
|
42
42
|
"agentic"
|
|
43
43
|
],
|
|
44
|
-
"author": "ihtisham",
|
|
44
|
+
"author": "Ihtisham <ihtisham@users.noreply.github.com>",
|
|
45
45
|
"license": "MIT",
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|
|
48
|
-
"url": "git+https://github.com/
|
|
48
|
+
"url": "git+https://github.com/theihtisham/omni-skills-forge.git"
|
|
49
49
|
},
|
|
50
50
|
"bugs": {
|
|
51
|
-
"url": "https://github.com/
|
|
51
|
+
"url": "https://github.com/theihtisham/omni-skills-forge/issues"
|
|
52
52
|
},
|
|
53
|
-
"homepage": "https://github.com/
|
|
53
|
+
"homepage": "https://github.com/theihtisham/omni-skills-forge#readme",
|
|
54
54
|
"engines": {
|
|
55
55
|
"node": ">=18.0.0"
|
|
56
56
|
},
|
package/src/dashboard.js
CHANGED
|
@@ -326,7 +326,7 @@ body{background:var(--bg);color:var(--text);font-family:'Segoe UI',system-ui,-ap
|
|
|
326
326
|
|
|
327
327
|
<!-- Footer -->
|
|
328
328
|
<div class="footer">
|
|
329
|
-
<p>Omni Skills Forge v2.
|
|
329
|
+
<p>Omni Skills Forge v2.1.0 · Built with ❤️ by <a href="https://github.com/theihtisham">theihtisham</a></p>
|
|
330
330
|
<p style="margin-top:8px"><a href="https://www.npmjs.com/package/omni-skills-forge">npm</a> · <a href="https://github.com/theihtisham/omni-skills-forge">GitHub</a> · Generated ${data.generatedAt}</p>
|
|
331
331
|
</div>
|
|
332
332
|
</div>
|
package/src/index.js
CHANGED
|
@@ -8,5 +8,5 @@ export { OmniUI } from './ui.js';
|
|
|
8
8
|
export { OmniDashboard } from './dashboard.js';
|
|
9
9
|
export { OmniDoctor } from './doctor.js';
|
|
10
10
|
|
|
11
|
-
export const VERSION = '2.
|
|
11
|
+
export const VERSION = '2.1.0';
|
|
12
12
|
export const SUPPORTED_TOOLS = ['claude-code', 'kilo', 'cline', 'opencode', 'cursor', 'windsurf'];
|
package/src/installer.js
CHANGED
|
@@ -63,7 +63,7 @@ export class OmniInstaller {
|
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
65
|
walkDir(this._skillsDir);
|
|
66
|
-
return { version: '2.
|
|
66
|
+
return { version: '2.1.0', totalSkills: skills.length, builtAt: new Date().toISOString(), categories: [...categories], skills };
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
_parseFrontmatter(content) {
|