Skip to content

Commit 1a30135

Browse files
committed
fix: remove internal maintain-cross-platform skill from public catalog
1 parent 9739bdf commit 1a30135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/skills.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{ "name": "consult-tool", "plugin": "consult", "description": "Cross-tool AI consultation for second opinions", "platforms": ["Claude Code", "OpenCode", "Codex"] },
3030
{ "name": "audit-review", "plugin": "audit-project", "description": "Multi-domain code review with specialized agents", "platforms": ["Claude Code", "OpenCode", "Codex"] },
3131
{ "name": "debate", "plugin": "debate", "description": "Structured multi-round debates between AI tools with evidence-backed arguments", "platforms": ["Claude Code", "OpenCode", "Codex"] },
32-
{ "name": "maintain-cross-platform", "plugin": "agent-core", "description": "Meta-skill for maintaining 3-platform architecture across releases", "platforms": ["Claude Code", "OpenCode", "Codex"] },
32+
3333
{ "name": "web-auth", "plugin": "web-ctl", "description": "Authenticate to websites with human-in-the-loop browser handoff for login, 2FA, and CAPTCHAs", "platforms": ["Claude Code", "OpenCode", "Codex"] },
3434
{ "name": "web-browse", "plugin": "web-ctl", "description": "Headless browser control for navigating and interacting with web pages", "platforms": ["Claude Code", "OpenCode", "Codex"] }
3535
]

0 commit comments

Comments
 (0)