octocode-cli 1.2.7 → 1.2.8
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/out/octocode-cli.js +49 -1
- package/package.json +1 -1
- package/skills/octocode-research/scripts/server.js +150 -150
package/out/octocode-cli.js
CHANGED
|
@@ -8579,6 +8579,54 @@ const Co = [
|
|
|
8579
8579
|
skillPattern: "skill-folders",
|
|
8580
8580
|
description: "Browser automation with persistent page state using Playwright",
|
|
8581
8581
|
url: "https://github.com/SawyerHood/dev-browser"
|
|
8582
|
+
},
|
|
8583
|
+
{
|
|
8584
|
+
id: "webmaxru-agent-skills",
|
|
8585
|
+
name: "webmaxru-agent-skills",
|
|
8586
|
+
type: "github",
|
|
8587
|
+
owner: "webmaxru",
|
|
8588
|
+
repo: "agent-skills",
|
|
8589
|
+
branch: "main",
|
|
8590
|
+
skillsPath: "skills",
|
|
8591
|
+
skillPattern: "skill-folders",
|
|
8592
|
+
description: "Web APIs and agent workflows skill collection",
|
|
8593
|
+
url: "https://github.com/webmaxru/agent-skills/tree/main/skills"
|
|
8594
|
+
},
|
|
8595
|
+
{
|
|
8596
|
+
id: "everything-claude-code",
|
|
8597
|
+
name: "Everything Claude Code",
|
|
8598
|
+
type: "github",
|
|
8599
|
+
owner: "affaan-m",
|
|
8600
|
+
repo: "everything-claude-code",
|
|
8601
|
+
branch: "main",
|
|
8602
|
+
skillsPath: "skills",
|
|
8603
|
+
skillPattern: "skill-folders",
|
|
8604
|
+
description: "Large cross-domain skills library for agent workflows",
|
|
8605
|
+
url: "https://github.com/affaan-m/everything-claude-code/tree/main/skills"
|
|
8606
|
+
},
|
|
8607
|
+
{
|
|
8608
|
+
id: "antigravity-awesome-skills",
|
|
8609
|
+
name: "Antigravity Awesome Skills",
|
|
8610
|
+
type: "github",
|
|
8611
|
+
owner: "sickn33",
|
|
8612
|
+
repo: "antigravity-awesome-skills",
|
|
8613
|
+
branch: "main",
|
|
8614
|
+
skillsPath: "skills",
|
|
8615
|
+
skillPattern: "skill-folders",
|
|
8616
|
+
description: "Massive community skills library across coding domains",
|
|
8617
|
+
url: "https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills"
|
|
8618
|
+
},
|
|
8619
|
+
{
|
|
8620
|
+
id: "obsidian-skills",
|
|
8621
|
+
name: "Obsidian Skills",
|
|
8622
|
+
type: "github",
|
|
8623
|
+
owner: "kepano",
|
|
8624
|
+
repo: "obsidian-skills",
|
|
8625
|
+
branch: "main",
|
|
8626
|
+
skillsPath: "skills",
|
|
8627
|
+
skillPattern: "skill-folders",
|
|
8628
|
+
description: "Markdown and Obsidian-focused productivity skills",
|
|
8629
|
+
url: "https://github.com/kepano/obsidian-skills/tree/main/skills"
|
|
8582
8630
|
}
|
|
8583
8631
|
], _n = /* @__PURE__ */ new Map(), wp = 300 * 1e3;
|
|
8584
8632
|
function Ye(e) {
|
|
@@ -11681,7 +11729,7 @@ function Fn(e) {
|
|
|
11681
11729
|
}
|
|
11682
11730
|
}
|
|
11683
11731
|
function Jg() {
|
|
11684
|
-
console.log("octocode v1.2.
|
|
11732
|
+
console.log("octocode v1.2.8");
|
|
11685
11733
|
}
|
|
11686
11734
|
async function Qg(e) {
|
|
11687
11735
|
const o = Mg(e);
|