@potatodog1669/skills-hub 0.1.4 → 0.1.5
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/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/build-manifest.json +2 -2
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/server/app/_global-error.html +2 -2
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +7 -7
- package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +3 -3
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/page/server-reference-manifest.json +13 -13
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1b2ff96f._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__fca6d953._.js → [root-of-the-server]__2fdc1dbf._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__4464e146._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__9bc5fe7e._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__a45c569a._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__f6b5ff4c._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/app_actions_ts_f4199e3d._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/components_7af6765c._.js +1 -1
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +2 -2
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +14 -14
- package/.next/standalone/.next/static/chunks/{3fc02259f5d3d6b0.js → 07e9fc9311879343.js} +1 -1
- package/.next/standalone/.next/static/chunks/19549e2054bf34c6.js +1 -0
- package/.next/standalone/.next/static/chunks/323c6e3975d45aa4.js +1 -0
- package/.next/standalone/.next/static/chunks/{c60bfda38960a03c.js → e11156b5344ea309.js} +2 -2
- package/.next/standalone/bin/skills-hub +7 -0
- package/.next/standalone/package.json +1 -1
- package/bin/skills-hub +7 -0
- package/package.json +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__832734cd._.js +0 -3
- package/.next/standalone/.next/static/chunks/2b3958b0a2c91883.js +0 -1
- package/.next/standalone/.next/static/chunks/3b78c17cf8272fdd.js +0 -1
- /package/.next/standalone/.next/static/{K1OIQMcJNi3d0DifmF8QY → MTTX-PiEZDQFl1feezvSe}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{K1OIQMcJNi3d0DifmF8QY → MTTX-PiEZDQFl1feezvSe}/_clientMiddlewareManifest.json +0 -0
- /package/.next/standalone/.next/static/{K1OIQMcJNi3d0DifmF8QY → MTTX-PiEZDQFl1feezvSe}/_ssgManifest.js +0 -0
|
@@ -21,6 +21,12 @@ if (args.includes('--help') || args.includes('-h')) {
|
|
|
21
21
|
process.exit(0);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
+
if (args.includes('--version') || args.includes('-v')) {
|
|
25
|
+
const pkg = require(path.join(__dirname, '..', 'package.json'));
|
|
26
|
+
console.log(pkg.version);
|
|
27
|
+
process.exit(0);
|
|
28
|
+
}
|
|
29
|
+
|
|
24
30
|
if (command && !commands.has(command)) {
|
|
25
31
|
console.error(`Unknown command: ${command}`);
|
|
26
32
|
printHelp();
|
|
@@ -51,6 +57,7 @@ Server options:
|
|
|
51
57
|
-p, --port <port> Port to run the server (default: 3000)
|
|
52
58
|
-H, --host <host> Host to bind (default: 127.0.0.1)
|
|
53
59
|
--no-open Do not open the browser automatically
|
|
60
|
+
-v, --version Show version number
|
|
54
61
|
-h, --help Show this help message
|
|
55
62
|
`);
|
|
56
63
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@potatodog1669/skills-hub",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Unify your AI toolbox. A local hub to visualize, manage, and sync skills across Antigravity, Claude, Cursor, Trae, and other AI agents.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"skills",
|
package/bin/skills-hub
CHANGED
|
@@ -21,6 +21,12 @@ if (args.includes('--help') || args.includes('-h')) {
|
|
|
21
21
|
process.exit(0);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
+
if (args.includes('--version') || args.includes('-v')) {
|
|
25
|
+
const pkg = require(path.join(__dirname, '..', 'package.json'));
|
|
26
|
+
console.log(pkg.version);
|
|
27
|
+
process.exit(0);
|
|
28
|
+
}
|
|
29
|
+
|
|
24
30
|
if (command && !commands.has(command)) {
|
|
25
31
|
console.error(`Unknown command: ${command}`);
|
|
26
32
|
printHelp();
|
|
@@ -51,6 +57,7 @@ Server options:
|
|
|
51
57
|
-p, --port <port> Port to run the server (default: 3000)
|
|
52
58
|
-H, --host <host> Host to bind (default: 127.0.0.1)
|
|
53
59
|
--no-open Do not open the browser automatically
|
|
60
|
+
-v, --version Show version number
|
|
54
61
|
-h, --help Show this help message
|
|
55
62
|
`);
|
|
56
63
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@potatodog1669/skills-hub",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Unify your AI toolbox. A local hub to visualize, manage, and sync skills across Antigravity, Claude, Cursor, Trae, and other AI agents.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"skills",
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[35112,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].ReactDOM},50227,(a,b,c)=>{b.exports=a.x("node:path",()=>require("node:path"))},57203,a=>{"use strict";var b=a.i(5050);let c=(0,b.createServerReference)("40ced004cf22ffd1c747efa11ed999164a8ccb64cc",b.callServer,void 0,b.findSourceMapURL,"actionDeleteSkill");a.s(["actionDeleteSkill",()=>c])},24111,a=>{"use strict";var b=a.i(5050);let c=(0,b.createServerReference)("6079df49390721857cb438847aea1a615fb8603987",b.callServer,void 0,b.findSourceMapURL,"actionSyncSkill");a.s(["actionSyncSkill",()=>c])},81731,89668,61484,a=>{"use strict";var b=a.i(5050);let c=(0,b.createServerReference)("405c92238f4ecf65b8d6d7d75e21d60a3f70179d6d",b.callServer,void 0,b.findSourceMapURL,"actionGetSkillContent");a.s(["actionGetSkillContent",()=>c],81731);let d=(0,b.createServerReference)("406b9eccb8a545738ccf1e1d26bacd960ef2788415",b.callServer,void 0,b.findSourceMapURL,"actionImportSkill");a.s(["actionImportSkill",()=>d],89668);let e=(0,b.createServerReference)("40236da169f33525ac7348fdabdc509e15271c5497",b.callServer,void 0,b.findSourceMapURL,"actionCreateSkill");a.s(["actionCreateSkill",()=>e],61484)},94717,a=>{a.v(b=>Promise.all(["server/chunks/ssr/app_actions_ts_f4199e3d._.js"].map(b=>a.l(b))).then(()=>b(72913)))}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__832734cd._.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,12672,e=>{"use strict";var c=e.i(95187);let r=(0,c.createServerReference)("40ced004cf22ffd1c747efa11ed999164a8ccb64cc",c.callServer,void 0,c.findSourceMapURL,"actionDeleteSkill");e.s(["actionDeleteSkill",()=>r])},63913,e=>{"use strict";var c=e.i(95187);let r=(0,c.createServerReference)("6079df49390721857cb438847aea1a615fb8603987",c.callServer,void 0,c.findSourceMapURL,"actionSyncSkill");e.s(["actionSyncSkill",()=>r])},21295,80396,655,e=>{"use strict";var c=e.i(95187);let r=(0,c.createServerReference)("405c92238f4ecf65b8d6d7d75e21d60a3f70179d6d",c.callServer,void 0,c.findSourceMapURL,"actionGetSkillContent");e.s(["actionGetSkillContent",()=>r],21295);let t=(0,c.createServerReference)("406b9eccb8a545738ccf1e1d26bacd960ef2788415",c.callServer,void 0,c.findSourceMapURL,"actionImportSkill");e.s(["actionImportSkill",()=>t],80396);let a=(0,c.createServerReference)("40236da169f33525ac7348fdabdc509e15271c5497",c.callServer,void 0,c.findSourceMapURL,"actionCreateSkill");e.s(["actionCreateSkill",()=>a],655)},9970,e=>{e.v(c=>Promise.all(["static/chunks/3b78c17cf8272fdd.js"].map(c=>e.l(c))).then(()=>c(9865)))}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,9865,o=>{"use strict";o.s([],97810),o.i(97810);var t=o.i(63913),e=o.i(95187);let i=(0,e.createServerReference)("40393bf64f2d922123eee2c1a2526e6b5bcde6bd29",e.callServer,void 0,e.findSourceMapURL,"actionCollectToHub");var c=o.i(12672),n=o.i(29977),a=o.i(78068),l=o.i(24516),d=o.i(28258),r=o.i(18028),S=o.i(19278),A=o.i(17062),R=o.i(21295),v=o.i(80396),C=o.i(655);o.s(["actionAddProject",()=>n.actionAddProject,"actionAddScanRoot",()=>l.actionAddScanRoot,"actionCollectToHub",()=>i,"actionCreateSkill",()=>C.actionCreateSkill,"actionDeleteSkill",()=>c.actionDeleteSkill,"actionGetSkillContent",()=>R.actionGetSkillContent,"actionImportSkill",()=>v.actionImportSkill,"actionRemoveAgentConfig",()=>A.actionRemoveAgentConfig,"actionRemoveProject",()=>a.actionRemoveProject,"actionRemoveScanRoot",()=>d.actionRemoveScanRoot,"actionScanAndAddProjects",()=>r.actionScanAndAddProjects,"actionSyncSkill",()=>t.actionSyncSkill,"actionUpdateAgentConfig",()=>S.actionUpdateAgentConfig],9865)}]);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|