opencode-skills-collection 4.0.19 → 4.0.21
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/bundled-skills/.antigravity-install-manifest.json +5 -1
- package/bundled-skills/agents-generator/SKILL.md +163 -0
- package/bundled-skills/agents-generator/assets/agents-full.md +452 -0
- package/bundled-skills/agents-generator/assets/agents-minimal.md +60 -0
- package/bundled-skills/agents-generator/assets/agents-nested.md +73 -0
- package/bundled-skills/agents-generator/assets/architecture.md +43 -0
- package/bundled-skills/agents-generator/assets/backend.md +35 -0
- package/bundled-skills/agents-generator/assets/claude.md +39 -0
- package/bundled-skills/agents-generator/assets/database.md +40 -0
- package/bundled-skills/agents-generator/assets/forms.md +56 -0
- package/bundled-skills/agents-generator/assets/frontend-patterns.md +44 -0
- package/bundled-skills/agents-generator/assets/git-workflow.md +61 -0
- package/bundled-skills/agents-generator/assets/i18n.md +50 -0
- package/bundled-skills/agents-generator/assets/platform.md +54 -0
- package/bundled-skills/agents-generator/assets/sdd-workflow.md +46 -0
- package/bundled-skills/agents-generator/assets/server-actions.md +36 -0
- package/bundled-skills/agents-generator/assets/styling.md +48 -0
- package/bundled-skills/agents-generator/assets/testing.md +67 -0
- package/bundled-skills/agents-generator/references/decision-matrix.md +311 -0
- package/bundled-skills/agents-generator/references/example-output/README.md +78 -0
- package/bundled-skills/agents-generator/references/template-filling-guide.md +67 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/aas-core.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/gh-attach/SKILL.md +151 -0
- package/bundled-skills/talivia-agent-kit/SKILL.md +139 -0
- package/bundled-skills/unified-ai-gateway/SKILL.md +214 -0
- package/package.json +1 -1
- package/skills_index.json +100 -0
package/skills_index.json
CHANGED
|
@@ -1123,6 +1123,39 @@
|
|
|
1123
1123
|
"reasons": []
|
|
1124
1124
|
}
|
|
1125
1125
|
},
|
|
1126
|
+
{
|
|
1127
|
+
"id": "agents-generator",
|
|
1128
|
+
"path": "skills/agents-generator",
|
|
1129
|
+
"category": "developer-tools",
|
|
1130
|
+
"name": "agents-generator",
|
|
1131
|
+
"description": "Generate project-specific AGENTS.md and companion rules by analyzing a codebase. Supports full, minimal, update, and dry-run modes with package-manager detection, monorepos, backups, managed blocks, confidence scoring, and command validation.",
|
|
1132
|
+
"risk": "critical",
|
|
1133
|
+
"source": "https://github.com/OJPalenzuela/agents-generator/tree/7a3201208a01bd25e69ad11e665efc1392f5356a",
|
|
1134
|
+
"date_added": "2026-08-02",
|
|
1135
|
+
"plugin": {
|
|
1136
|
+
"targets": {
|
|
1137
|
+
"codex": "supported",
|
|
1138
|
+
"claude": "supported"
|
|
1139
|
+
},
|
|
1140
|
+
"setup": {
|
|
1141
|
+
"type": "none",
|
|
1142
|
+
"summary": "",
|
|
1143
|
+
"docs": null
|
|
1144
|
+
},
|
|
1145
|
+
"reasons": []
|
|
1146
|
+
},
|
|
1147
|
+
"source_type": "community",
|
|
1148
|
+
"source_repo": "OJPalenzuela/agents-generator",
|
|
1149
|
+
"license": "MIT",
|
|
1150
|
+
"license_source": "https://github.com/OJPalenzuela/agents-generator/blob/7a3201208a01bd25e69ad11e665efc1392f5356a/LICENSE",
|
|
1151
|
+
"tags": [
|
|
1152
|
+
"agents-md",
|
|
1153
|
+
"project-conventions",
|
|
1154
|
+
"developer-tools",
|
|
1155
|
+
"codebase-analysis",
|
|
1156
|
+
"ai-agents"
|
|
1157
|
+
]
|
|
1158
|
+
},
|
|
1126
1159
|
{
|
|
1127
1160
|
"id": "agents-md",
|
|
1128
1161
|
"path": "skills/agents-md",
|
|
@@ -42198,6 +42231,40 @@
|
|
|
42198
42231
|
"facebook"
|
|
42199
42232
|
]
|
|
42200
42233
|
},
|
|
42234
|
+
{
|
|
42235
|
+
"id": "talivia-agent-kit",
|
|
42236
|
+
"path": "skills/talivia-agent-kit",
|
|
42237
|
+
"category": "marketing",
|
|
42238
|
+
"name": "talivia-agent-kit",
|
|
42239
|
+
"description": "Set up and verify Talivia revenue analytics through MCP, with explicit confirmation for website changes and payment attribution.",
|
|
42240
|
+
"risk": "critical",
|
|
42241
|
+
"source": "https://github.com/talivia-group/agent/tree/f4ed3fc6b554ad5183a57ae13ca2a9bd5162c12a",
|
|
42242
|
+
"date_added": "2026-08-02",
|
|
42243
|
+
"plugin": {
|
|
42244
|
+
"targets": {
|
|
42245
|
+
"codex": "supported",
|
|
42246
|
+
"claude": "supported"
|
|
42247
|
+
},
|
|
42248
|
+
"setup": {
|
|
42249
|
+
"type": "none",
|
|
42250
|
+
"summary": "",
|
|
42251
|
+
"docs": null
|
|
42252
|
+
},
|
|
42253
|
+
"reasons": []
|
|
42254
|
+
},
|
|
42255
|
+
"source_type": "community",
|
|
42256
|
+
"source_repo": "talivia-group/agent",
|
|
42257
|
+
"license": "MIT",
|
|
42258
|
+
"license_source": "https://github.com/talivia-group/agent/blob/f4ed3fc6b554ad5183a57ae13ca2a9bd5162c12a/LICENSE",
|
|
42259
|
+
"tags": [
|
|
42260
|
+
"analytics",
|
|
42261
|
+
"revenue",
|
|
42262
|
+
"attribution",
|
|
42263
|
+
"mcp",
|
|
42264
|
+
"talivia",
|
|
42265
|
+
"marketing"
|
|
42266
|
+
]
|
|
42267
|
+
},
|
|
42201
42268
|
{
|
|
42202
42269
|
"id": "tanstack-query-expert",
|
|
42203
42270
|
"path": "skills/tanstack-query-expert",
|
|
@@ -44861,6 +44928,39 @@
|
|
|
44861
44928
|
"uncle-bob"
|
|
44862
44929
|
]
|
|
44863
44930
|
},
|
|
44931
|
+
{
|
|
44932
|
+
"id": "unified-ai-gateway",
|
|
44933
|
+
"path": "skills/unified-ai-gateway",
|
|
44934
|
+
"category": "ai-ml",
|
|
44935
|
+
"name": "unified-ai-gateway",
|
|
44936
|
+
"description": "Operate and evaluate Unified AI System through eight governed MCP tools while preserving fake-provider, authorization, and evidence boundaries.",
|
|
44937
|
+
"risk": "critical",
|
|
44938
|
+
"source": "https://github.com/happy520ai/unified-ai-system/tree/master/skills/unified-ai-gateway",
|
|
44939
|
+
"date_added": "2026-08-01",
|
|
44940
|
+
"plugin": {
|
|
44941
|
+
"targets": {
|
|
44942
|
+
"codex": "supported",
|
|
44943
|
+
"claude": "supported"
|
|
44944
|
+
},
|
|
44945
|
+
"setup": {
|
|
44946
|
+
"type": "none",
|
|
44947
|
+
"summary": "",
|
|
44948
|
+
"docs": null
|
|
44949
|
+
},
|
|
44950
|
+
"reasons": []
|
|
44951
|
+
},
|
|
44952
|
+
"source_type": "official",
|
|
44953
|
+
"source_repo": "happy520ai/unified-ai-system",
|
|
44954
|
+
"license": "Apache-2.0",
|
|
44955
|
+
"license_source": "https://github.com/happy520ai/unified-ai-system/blob/master/LICENSE",
|
|
44956
|
+
"tags": [
|
|
44957
|
+
"ai-gateway",
|
|
44958
|
+
"codex",
|
|
44959
|
+
"mcp",
|
|
44960
|
+
"self-hosted",
|
|
44961
|
+
"governance"
|
|
44962
|
+
]
|
|
44963
|
+
},
|
|
44864
44964
|
{
|
|
44865
44965
|
"id": "uniprot-database",
|
|
44866
44966
|
"path": "skills/uniprot-database",
|