opencode-skills-collection 4.0.0 → 4.0.2
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 +28 -1
- package/bundled-skills/007/SKILL.md +2 -2
- package/bundled-skills/10-andruia-skill-smith/SKILL.md +1 -1
- package/bundled-skills/agent-squad/SKILL.md +5 -0
- package/bundled-skills/agent-squad/alex/SKILL.md +3 -0
- package/bundled-skills/agent-squad/aria/SKILL.md +3 -0
- package/bundled-skills/agent-squad/dep/SKILL.md +3 -0
- package/bundled-skills/agent-squad/luna/SKILL.md +4 -1
- package/bundled-skills/agent-squad/mason/SKILL.md +3 -0
- package/bundled-skills/agent-squad/max/SKILL.md +3 -0
- package/bundled-skills/agent-squad/quinn/SKILL.md +3 -0
- package/bundled-skills/agent-squad/rex/SKILL.md +3 -0
- package/bundled-skills/angular/metadata.json +1 -1
- package/bundled-skills/angular-best-practices/metadata.json +1 -1
- package/bundled-skills/angular-state-management/metadata.json +1 -1
- package/bundled-skills/angular-ui-patterns/metadata.json +1 -1
- package/bundled-skills/antigravity-skill-orchestrator/SKILL.md +2 -2
- package/bundled-skills/anywrite/SKILL.md +106 -0
- package/bundled-skills/apify-actor-development/SKILL.md +2 -2
- package/bundled-skills/apple-container/SKILL.md +165 -0
- package/bundled-skills/apple-container/references/commands.md +1593 -0
- package/bundled-skills/apple-container/references/concepts.md +294 -0
- package/bundled-skills/apple-container/references/configuration.md +499 -0
- package/bundled-skills/apple-container/references/workflows.md +498 -0
- package/bundled-skills/ask-copilot/SKILL.md +112 -0
- package/bundled-skills/auto-research/SKILL.md +126 -0
- package/bundled-skills/brooks-lint/SKILL.md +1 -1
- package/bundled-skills/browser-harness/references/install.md +3 -1
- package/bundled-skills/chrome-extension-developer/SKILL.md +1 -1
- package/bundled-skills/clean-code-guard/SKILL.md +184 -0
- package/bundled-skills/clean-code-guard/references/ai-failure-modes.md +345 -0
- package/bundled-skills/clean-code-guard/references/comments-and-formatting.md +115 -0
- package/bundled-skills/clean-code-guard/references/dry-kiss-yagni.md +133 -0
- package/bundled-skills/clean-code-guard/references/naming-and-functions.md +187 -0
- package/bundled-skills/clean-code-guard/references/review-checklist.md +150 -0
- package/bundled-skills/clean-code-guard/references/solid.md +280 -0
- package/bundled-skills/clean-code-guard/references/sources.md +47 -0
- package/bundled-skills/cloudflare-security-audit/SKILL.md +137 -0
- package/bundled-skills/cloudflare-security-audit/references/AI-AND-LLM.md +67 -0
- package/bundled-skills/cloudflare-security-audit/references/ATTACK-CLASSES.md +116 -0
- package/bundled-skills/cloudflare-security-audit/references/CLIENT-SIDE.md +67 -0
- package/bundled-skills/cloudflare-security-audit/references/HUNTING.md +110 -0
- package/bundled-skills/cloudflare-security-audit/references/MEMORY-SAFETY-AND-BINARY.md +58 -0
- package/bundled-skills/cloudflare-security-audit/references/RECONNAISSANCE.md +46 -0
- package/bundled-skills/cloudflare-security-audit/references/VALIDATION-AND-REPORTING.md +109 -0
- package/bundled-skills/cloudflare-security-audit/references/WEB-PROTOCOL-AND-AUTH.md +85 -0
- package/bundled-skills/cloudflare-security-audit/resources/report-schema.json +210 -0
- package/bundled-skills/comfyui-gateway/references/troubleshooting.md +1 -1
- package/bundled-skills/commit/SKILL.md +2 -1
- package/bundled-skills/deepapi/SKILL.md +6 -6
- package/bundled-skills/ditto/SKILL.md +173 -0
- package/bundled-skills/docs/README.md +1 -1
- package/bundled-skills/docs/contributors/quality-bar.md +1 -1
- package/bundled-skills/docs/contributors/security-guardrails.md +1 -1
- package/bundled-skills/docs/integrations/jetski-cortex.md +5 -5
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +3 -3
- package/bundled-skills/docs/maintainers/ci-drift-fix.md +7 -5
- package/bundled-skills/docs/maintainers/merge-batch.md +24 -7
- package/bundled-skills/docs/maintainers/pr-autonomy.md +89 -0
- package/bundled-skills/docs/maintainers/release-notes-7.2.0.md +1 -1
- package/bundled-skills/docs/maintainers/release-process.md +9 -9
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +5 -5
- package/bundled-skills/docs/maintainers/skills-date-tracking.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +2 -2
- package/bundled-skills/docs/users/{antigravity-awesome-skills-vs-awesome-claude-skills.md → agentic-awesome-skills-vs-awesome-claude-skills.md} +5 -5
- package/bundled-skills/docs/users/ai-agent-skills.md +4 -4
- package/bundled-skills/docs/users/best-claude-code-skills-github.md +3 -3
- package/bundled-skills/docs/users/best-cursor-skills-github.md +3 -3
- package/bundled-skills/docs/users/bundles.md +56 -57
- package/bundled-skills/docs/users/claude-code-skills.md +6 -6
- package/bundled-skills/docs/users/codex-cli-skills.md +5 -5
- package/bundled-skills/docs/users/cursor-skills.md +3 -3
- package/bundled-skills/docs/users/faq.md +27 -15
- package/bundled-skills/docs/users/gemini-cli-skills.md +4 -4
- package/bundled-skills/docs/users/getting-started.md +22 -12
- package/bundled-skills/docs/users/kiro-integration.md +7 -7
- package/bundled-skills/docs/users/plugins.md +8 -9
- package/bundled-skills/docs/users/security-skills.md +1 -1
- package/bundled-skills/docs/users/skills-vs-mcp-tools.md +1 -1
- package/bundled-skills/docs/users/specialized-plugin-roadmap.md +3 -4
- package/bundled-skills/docs/users/usage.md +9 -9
- package/bundled-skills/docs/users/visual-guide.md +7 -7
- package/bundled-skills/docs/users/windows-truncation-recovery.md +1 -1
- package/bundled-skills/docs/users/workflows.md +1 -1
- package/bundled-skills/docs/vietnamese/BUNDLES.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/FAQ.vi.md +15 -8
- package/bundled-skills/docs/vietnamese/GETTING_STARTED.vi.md +12 -5
- package/bundled-skills/docs/vietnamese/QUALITY_BAR.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/README.vi.md +21 -17
- package/bundled-skills/docs/vietnamese/SECURITY_GUARDRAILS.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/SKILLS_README.vi.md +2 -2
- package/bundled-skills/docs/vietnamese/TRANSLATION_PLAN.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/VISUAL_GUIDE.vi.md +8 -8
- package/bundled-skills/docs-guard/SKILL.md +109 -0
- package/bundled-skills/docs-guard/references/code-samples.md +46 -0
- package/bundled-skills/docs-guard/references/docstrings.md +60 -0
- package/bundled-skills/docs-guard/references/review-checklist.md +45 -0
- package/bundled-skills/docs-guard/references/sources.md +22 -0
- package/bundled-skills/docs-guard/references/verification.md +51 -0
- package/bundled-skills/efficient-web-research/SKILL.md +4 -0
- package/bundled-skills/electron-development/SKILL.md +1 -1
- package/bundled-skills/event-staffing-compliance/SKILL.md +3 -0
- package/bundled-skills/event-staffing-ordering/SKILL.md +3 -0
- package/bundled-skills/feature-tracking/SKILL.md +222 -0
- package/bundled-skills/flutter-expert/SKILL.md +6 -1
- package/bundled-skills/flutter-expert/resources/implementation-playbook.md +214 -0
- package/bundled-skills/gemini-deep-research/README.md +246 -0
- package/bundled-skills/gemini-deep-research/SKILL.md +136 -0
- package/bundled-skills/gemini-deep-research/requirements.txt +2 -0
- package/bundled-skills/gemini-deep-research/scripts/research.py +692 -0
- package/bundled-skills/git-pushing/SKILL.md +21 -4
- package/bundled-skills/git-pushing/scripts/smart_commit.sh +206 -11
- package/bundled-skills/go-in-depth/scripts/workflow-script.js +4 -1
- package/bundled-skills/grok-build/SKILL.md +167 -0
- package/bundled-skills/grok-build/references/cli.md +99 -0
- package/bundled-skills/huggingface-tool-builder/references/find_models_by_paper.sh +1 -1
- package/bundled-skills/idea-autopsy/SKILL.md +147 -0
- package/bundled-skills/it-manager-hospital/README.md +1 -1
- package/bundled-skills/it-manager-pro/README.md +1 -1
- package/bundled-skills/itil-expert/README.md +1 -1
- package/bundled-skills/langgraph/SKILL.md +1 -1
- package/bundled-skills/linkedin-content-generator/SKILL.md +1 -1
- package/bundled-skills/lint-and-validate/scripts/lint_runner.py +23 -23
- package/bundled-skills/lint-and-validate/scripts/type_coverage.py +30 -30
- package/bundled-skills/logic-lens/SKILL.md +1 -1
- package/bundled-skills/lore/LICENSE +21 -0
- package/bundled-skills/lore/README.md +386 -0
- package/bundled-skills/lore/README.zh-CN.md +386 -0
- package/bundled-skills/lore/SKILL.md +453 -0
- package/bundled-skills/lore/WORKFLOWS.md +216 -0
- package/bundled-skills/lore/WORKFLOWS.zh-CN.md +216 -0
- package/bundled-skills/lore/references/audit-template.md +60 -0
- package/bundled-skills/lore/references/compatibility.md +228 -0
- package/bundled-skills/lore/references/config.md +125 -0
- package/bundled-skills/lore/references/entry-format.md +70 -0
- package/bundled-skills/lore/references/history-command.md +106 -0
- package/bundled-skills/lore/references/monorepo-detection.md +78 -0
- package/bundled-skills/lore/references/platform-mirrors.md +377 -0
- package/bundled-skills/lore/references/stale-new-markers.md +62 -0
- package/bundled-skills/lore/references/summary-template.md +98 -0
- package/bundled-skills/lore/scripts/README.md +54 -0
- package/bundled-skills/lore/scripts/README.zh-CN.md +54 -0
- package/bundled-skills/lore/scripts/find_duplicates.py +211 -0
- package/bundled-skills/lore/scripts/find_stale.py +116 -0
- package/bundled-skills/lore/scripts/history.py +527 -0
- package/bundled-skills/lore/scripts/id_hash.py +32 -0
- package/bundled-skills/lore/scripts/list_entries.py +183 -0
- package/bundled-skills/lovable-cleanup/SKILL.md +3 -3
- package/bundled-skills/makepad-splash/SKILL.md +1 -1
- package/bundled-skills/mmx-cli/SKILL.md +14 -1
- package/bundled-skills/monopoly/SKILL.md +5 -0
- package/bundled-skills/monopoly/patterns/SKILL.md +4 -0
- package/bundled-skills/monopoly/scale-benchmarks/SKILL.md +4 -0
- package/bundled-skills/monopoly/security-checklist/SKILL.md +4 -0
- package/bundled-skills/monopoly/tech-matrix/SKILL.md +4 -0
- package/bundled-skills/mtls-configuration/SKILL.md +1 -1
- package/bundled-skills/network-101/SKILL.md +4 -5
- package/bundled-skills/nika/SKILL.md +270 -0
- package/bundled-skills/not-a-vibe-coder/SKILL.md +4 -0
- package/bundled-skills/ontoly-software-graph/SKILL.md +160 -0
- package/bundled-skills/openclaw-github-repo-commander/SKILL.md +1 -1
- package/bundled-skills/optim-agent/SKILL.md +78 -0
- package/bundled-skills/pilot-protocol/SKILL.md +6 -3
- package/bundled-skills/postgres-readonly-queries/README.md +77 -0
- package/bundled-skills/postgres-readonly-queries/SKILL.md +152 -0
- package/bundled-skills/postgres-readonly-queries/connections.example.json +34 -0
- package/bundled-skills/postgres-readonly-queries/requirements.txt +1 -0
- package/bundled-skills/postgres-readonly-queries/scripts/query.py +262 -0
- package/bundled-skills/pptx-deck-creation/SKILL.md +275 -0
- package/bundled-skills/pptx-deck-creation/references/audit-checklist.md +156 -0
- package/bundled-skills/pptx-deck-creation/references/design-profiles.md +96 -0
- package/bundled-skills/pptx-deck-creation/references/python-snippets.md +150 -0
- package/bundled-skills/pptx-deck-creation/references/reference-deck-analysis.md +91 -0
- package/bundled-skills/pptx-deck-creation/references/visual-asset-adapters.md +158 -0
- package/bundled-skills/privilege-escalation-methods/SKILL.md +1 -1
- package/bundled-skills/product-decision-agent/SKILL.md +94 -0
- package/bundled-skills/product-decision-agent/agents/openai.yaml +7 -0
- package/bundled-skills/product-decision-agent/references/methodology-basis.md +232 -0
- package/bundled-skills/product-decision-agent/references/product-playbooks.md +813 -0
- package/bundled-skills/product-decision-agent/references/reasoning-engine.md +289 -0
- package/bundled-skills/product-decision-agent/references/response-examples.md +279 -0
- package/bundled-skills/product-decision-agent/scripts/quality_gate.py +221 -0
- package/bundled-skills/product-decision-agent/scripts/test_quality_gate.py +94 -0
- package/bundled-skills/pytest-skill/reference/playbook.md +358 -0
- package/bundled-skills/quit-sponsor/SKILL.md +96 -0
- package/bundled-skills/rclone-cli/references/providers/s3.md +1 -1
- package/bundled-skills/security-and-hardening/SKILL.md +1 -1
- package/bundled-skills/semgrep-rule-creator/SKILL.md +6 -6
- package/bundled-skills/skill-creator/README.md +3 -3
- package/bundled-skills/skill-creator/SKILL.md +8 -4
- package/bundled-skills/skill-creator/scripts/quick_validate.py +1 -1
- package/bundled-skills/sql-injection-testing/SKILL.md +4 -4
- package/bundled-skills/sshepherd/SKILL.md +107 -0
- package/bundled-skills/subagent-orchestrator/README.md +1 -1
- package/bundled-skills/super-code/bash/SKILL.md +3 -0
- package/bundled-skills/super-code/c/SKILL.md +3 -0
- package/bundled-skills/super-code/cpp/SKILL.md +3 -0
- package/bundled-skills/super-code/csharp/SKILL.md +3 -0
- package/bundled-skills/super-code/dart/SKILL.md +3 -0
- package/bundled-skills/super-code/elixir/SKILL.md +3 -0
- package/bundled-skills/super-code/go/SKILL.md +3 -0
- package/bundled-skills/super-code/java/SKILL.md +3 -0
- package/bundled-skills/super-code/kotlin/SKILL.md +3 -0
- package/bundled-skills/super-code/php/SKILL.md +3 -0
- package/bundled-skills/super-code/python/SKILL.md +3 -0
- package/bundled-skills/super-code/ruby/SKILL.md +3 -0
- package/bundled-skills/super-code/rust/SKILL.md +3 -0
- package/bundled-skills/super-code/scala/SKILL.md +3 -0
- package/bundled-skills/super-code/swift/SKILL.md +3 -0
- package/bundled-skills/super-code/typescript/SKILL.md +3 -0
- package/bundled-skills/telegram-bot-messaging/README.md +185 -0
- package/bundled-skills/telegram-bot-messaging/SKILL.md +101 -0
- package/bundled-skills/telegram-bot-messaging/scripts/telegram.sh +420 -0
- package/bundled-skills/test-guard/SKILL.md +132 -0
- package/bundled-skills/test-guard/references/jest.md +50 -0
- package/bundled-skills/test-guard/references/llm-app-testing.md +40 -0
- package/bundled-skills/test-guard/references/phpunit.md +56 -0
- package/bundled-skills/test-guard/references/pytest.md +65 -0
- package/bundled-skills/trading-ledger/SKILL.md +11 -3
- package/bundled-skills/uizze-ui-research/SKILL.md +93 -0
- package/bundled-skills/vibe-code-auditor/SKILL.md +1 -1
- package/bundled-skills/vibecode-production-qa-validator/SKILL.md +1 -1
- package/bundled-skills/videodb/scripts/ws_listener.py +29 -15
- package/bundled-skills/voice-ai-engine-development/README.md +1 -1
- package/bundled-skills/vulnerability-scanner/SKILL.md +1 -1
- package/bundled-skills/warehouse/SKILL.md +154 -0
- package/bundled-skills/woo-guard/SKILL.md +113 -0
- package/bundled-skills/woo-guard/references/checkout-and-money.md +64 -0
- package/bundled-skills/woo-guard/references/hpos-and-crud.md +87 -0
- package/bundled-skills/woo-guard/references/review-checklist.md +44 -0
- package/bundled-skills/woo-guard/references/sources.md +17 -0
- package/bundled-skills/wp-guard/SKILL.md +119 -0
- package/bundled-skills/wp-guard/references/i18n.md +88 -0
- package/bundled-skills/wp-guard/references/performance.md +70 -0
- package/bundled-skills/wp-guard/references/review-checklist.md +57 -0
- package/bundled-skills/wp-guard/references/security.md +100 -0
- package/bundled-skills/wp-guard/references/sources.md +27 -0
- package/bundled-skills/writing-skills/gotchas.md +1 -1
- package/bundled-skills/writing-skills/references/standards/metadata-standard.md +1 -1
- package/bundled-skills/x-twitter-scraper/SKILL.md +14 -32
- package/bundled-skills/xss-html-injection/SKILL.md +3 -3
- package/bundled-skills/youtube-seo-optimizer/SKILL.md +1 -1
- package/bundled-skills/youtube-summarizer/CHANGELOG.md +2 -2
- package/package.json +2 -2
- package/skills_index.json +407 -0
package/skills_index.json
CHANGED
|
@@ -2388,6 +2388,41 @@
|
|
|
2388
2388
|
"reasons": []
|
|
2389
2389
|
}
|
|
2390
2390
|
},
|
|
2391
|
+
{
|
|
2392
|
+
"id": "anywrite",
|
|
2393
|
+
"path": "skills/anywrite",
|
|
2394
|
+
"category": "productivity",
|
|
2395
|
+
"name": "anywrite",
|
|
2396
|
+
"description": "Compiled CLI covering all 52 endpoints of the Anytype local API — objects, properties, tags, search, chat, files — one binary, no MCP server needed.",
|
|
2397
|
+
"risk": "critical",
|
|
2398
|
+
"source": "community",
|
|
2399
|
+
"date_added": "2026-07-15",
|
|
2400
|
+
"plugin": {
|
|
2401
|
+
"targets": {
|
|
2402
|
+
"codex": "supported",
|
|
2403
|
+
"claude": "supported"
|
|
2404
|
+
},
|
|
2405
|
+
"setup": {
|
|
2406
|
+
"type": "none",
|
|
2407
|
+
"summary": "",
|
|
2408
|
+
"docs": null
|
|
2409
|
+
},
|
|
2410
|
+
"reasons": []
|
|
2411
|
+
},
|
|
2412
|
+
"source_type": "community",
|
|
2413
|
+
"source_repo": "Antheurus/anywrite",
|
|
2414
|
+
"license": "MIT",
|
|
2415
|
+
"license_source": "https://github.com/Antheurus/anywrite/blob/main/LICENSE",
|
|
2416
|
+
"tags": [
|
|
2417
|
+
"anytype",
|
|
2418
|
+
"cli",
|
|
2419
|
+
"pkm",
|
|
2420
|
+
"notes",
|
|
2421
|
+
"api-integration",
|
|
2422
|
+
"productivity",
|
|
2423
|
+
"knowledge-management"
|
|
2424
|
+
]
|
|
2425
|
+
},
|
|
2391
2426
|
{
|
|
2392
2427
|
"id": "aomi-transact",
|
|
2393
2428
|
"path": "skills/aomi-transact",
|
|
@@ -10066,6 +10101,30 @@
|
|
|
10066
10101
|
"reasons": []
|
|
10067
10102
|
}
|
|
10068
10103
|
},
|
|
10104
|
+
{
|
|
10105
|
+
"id": "clean-code-guard",
|
|
10106
|
+
"path": "skills/clean-code-guard",
|
|
10107
|
+
"category": "uncategorized",
|
|
10108
|
+
"name": "clean-code-guard",
|
|
10109
|
+
"description": "Review generated or changed production code with Clean Code, SOLID, DRY, KISS, YAGNI, and LLM-specific failure-mode checks.",
|
|
10110
|
+
"risk": "critical",
|
|
10111
|
+
"source": "community",
|
|
10112
|
+
"date_added": "2026-07-13",
|
|
10113
|
+
"plugin": {
|
|
10114
|
+
"targets": {
|
|
10115
|
+
"codex": "supported",
|
|
10116
|
+
"claude": "supported"
|
|
10117
|
+
},
|
|
10118
|
+
"setup": {
|
|
10119
|
+
"type": "none",
|
|
10120
|
+
"summary": "",
|
|
10121
|
+
"docs": null
|
|
10122
|
+
},
|
|
10123
|
+
"reasons": []
|
|
10124
|
+
},
|
|
10125
|
+
"source_type": "community",
|
|
10126
|
+
"source_repo": "amElnagdy/guard-skills"
|
|
10127
|
+
},
|
|
10069
10128
|
{
|
|
10070
10129
|
"id": "clerk-auth",
|
|
10071
10130
|
"path": "skills/clerk-auth",
|
|
@@ -10220,6 +10279,30 @@
|
|
|
10220
10279
|
"reasons": []
|
|
10221
10280
|
}
|
|
10222
10281
|
},
|
|
10282
|
+
{
|
|
10283
|
+
"id": "cloudflare-security-audit",
|
|
10284
|
+
"path": "skills/cloudflare-security-audit",
|
|
10285
|
+
"category": "uncategorized",
|
|
10286
|
+
"name": "cloudflare-security-audit",
|
|
10287
|
+
"description": "Audit authorized codebases for exploitable vulnerabilities using scoped reconnaissance, adversarial review, validation, and structured reporting.",
|
|
10288
|
+
"risk": "offensive",
|
|
10289
|
+
"source": "community",
|
|
10290
|
+
"date_added": "2026-07-13",
|
|
10291
|
+
"plugin": {
|
|
10292
|
+
"targets": {
|
|
10293
|
+
"codex": "supported",
|
|
10294
|
+
"claude": "supported"
|
|
10295
|
+
},
|
|
10296
|
+
"setup": {
|
|
10297
|
+
"type": "none",
|
|
10298
|
+
"summary": "",
|
|
10299
|
+
"docs": null
|
|
10300
|
+
},
|
|
10301
|
+
"reasons": []
|
|
10302
|
+
},
|
|
10303
|
+
"source_type": "community",
|
|
10304
|
+
"source_repo": "cloudflare/security-audit-skill"
|
|
10305
|
+
},
|
|
10223
10306
|
{
|
|
10224
10307
|
"id": "cloudflare-workers-expert",
|
|
10225
10308
|
"path": "skills/cloudflare-workers-expert",
|
|
@@ -15397,6 +15480,38 @@
|
|
|
15397
15480
|
"reasons": []
|
|
15398
15481
|
}
|
|
15399
15482
|
},
|
|
15483
|
+
{
|
|
15484
|
+
"id": "ditto",
|
|
15485
|
+
"path": "skills/ditto",
|
|
15486
|
+
"category": "agent-behavior",
|
|
15487
|
+
"name": "ditto",
|
|
15488
|
+
"description": "Use when a user asks to mine or update a private, evidence-backed work profile from local Claude Code, Codex, Copilot CLI, or OpenCode sessions.",
|
|
15489
|
+
"risk": "critical",
|
|
15490
|
+
"source": "community",
|
|
15491
|
+
"date_added": "2026-07-14",
|
|
15492
|
+
"plugin": {
|
|
15493
|
+
"targets": {
|
|
15494
|
+
"codex": "supported",
|
|
15495
|
+
"claude": "supported"
|
|
15496
|
+
},
|
|
15497
|
+
"setup": {
|
|
15498
|
+
"type": "none",
|
|
15499
|
+
"summary": "",
|
|
15500
|
+
"docs": null
|
|
15501
|
+
},
|
|
15502
|
+
"reasons": []
|
|
15503
|
+
},
|
|
15504
|
+
"source_type": "community",
|
|
15505
|
+
"source_repo": "ohad6k/ditto",
|
|
15506
|
+
"license": "MIT",
|
|
15507
|
+
"license_source": "https://github.com/ohad6k/ditto/blob/v0.3.6/LICENSE",
|
|
15508
|
+
"tags": [
|
|
15509
|
+
"personalization",
|
|
15510
|
+
"context-engineering",
|
|
15511
|
+
"session-mining",
|
|
15512
|
+
"agent-memory"
|
|
15513
|
+
]
|
|
15514
|
+
},
|
|
15400
15515
|
{
|
|
15401
15516
|
"id": "django-access-review",
|
|
15402
15517
|
"path": "skills/django-access-review",
|
|
@@ -15578,6 +15693,30 @@
|
|
|
15578
15693
|
"license": "MIT",
|
|
15579
15694
|
"license_source": "https://github.com/jonathimer/devmarketing-skills/blob/main/LICENSE"
|
|
15580
15695
|
},
|
|
15696
|
+
{
|
|
15697
|
+
"id": "docs-guard",
|
|
15698
|
+
"path": "skills/docs-guard",
|
|
15699
|
+
"category": "uncategorized",
|
|
15700
|
+
"name": "docs-guard",
|
|
15701
|
+
"description": "Review generated or changed documentation before it ships, including READMEs, API references, docstrings, changelogs, tutorials, and documentation sites.",
|
|
15702
|
+
"risk": "critical",
|
|
15703
|
+
"source": "community",
|
|
15704
|
+
"date_added": "2026-07-13",
|
|
15705
|
+
"plugin": {
|
|
15706
|
+
"targets": {
|
|
15707
|
+
"codex": "supported",
|
|
15708
|
+
"claude": "supported"
|
|
15709
|
+
},
|
|
15710
|
+
"setup": {
|
|
15711
|
+
"type": "none",
|
|
15712
|
+
"summary": "",
|
|
15713
|
+
"docs": null
|
|
15714
|
+
},
|
|
15715
|
+
"reasons": []
|
|
15716
|
+
},
|
|
15717
|
+
"source_type": "community",
|
|
15718
|
+
"source_repo": "amElnagdy/guard-skills"
|
|
15719
|
+
},
|
|
15581
15720
|
{
|
|
15582
15721
|
"id": "documentation",
|
|
15583
15722
|
"path": "skills/documentation",
|
|
@@ -17813,6 +17952,39 @@
|
|
|
17813
17952
|
"reasons": []
|
|
17814
17953
|
}
|
|
17815
17954
|
},
|
|
17955
|
+
{
|
|
17956
|
+
"id": "feature-tracking",
|
|
17957
|
+
"path": "skills/feature-tracking",
|
|
17958
|
+
"category": "project-management",
|
|
17959
|
+
"name": "feature-tracking",
|
|
17960
|
+
"description": "Maintain durable feature-level memory across AI coding sessions with lightweight Markdown tracks for status, source-of-truth docs, decisions, risks, and changes.",
|
|
17961
|
+
"risk": "critical",
|
|
17962
|
+
"source": "community",
|
|
17963
|
+
"date_added": "2026-07-13",
|
|
17964
|
+
"plugin": {
|
|
17965
|
+
"targets": {
|
|
17966
|
+
"codex": "supported",
|
|
17967
|
+
"claude": "supported"
|
|
17968
|
+
},
|
|
17969
|
+
"setup": {
|
|
17970
|
+
"type": "none",
|
|
17971
|
+
"summary": "",
|
|
17972
|
+
"docs": null
|
|
17973
|
+
},
|
|
17974
|
+
"reasons": []
|
|
17975
|
+
},
|
|
17976
|
+
"source_type": "community",
|
|
17977
|
+
"source_repo": "JunsW/feature-track",
|
|
17978
|
+
"license": "MIT",
|
|
17979
|
+
"license_source": "https://github.com/JunsW/feature-track/blob/main/LICENSE",
|
|
17980
|
+
"tags": [
|
|
17981
|
+
"feature-tracking",
|
|
17982
|
+
"project-memory",
|
|
17983
|
+
"documentation",
|
|
17984
|
+
"ai-agents",
|
|
17985
|
+
"session-handoff"
|
|
17986
|
+
]
|
|
17987
|
+
},
|
|
17816
17988
|
{
|
|
17817
17989
|
"id": "ffuf-claude-skill",
|
|
17818
17990
|
"path": "skills/ffuf-claude-skill",
|
|
@@ -30818,6 +30990,40 @@
|
|
|
30818
30990
|
"reasons": []
|
|
30819
30991
|
}
|
|
30820
30992
|
},
|
|
30993
|
+
{
|
|
30994
|
+
"id": "ontoly-software-graph",
|
|
30995
|
+
"path": "skills/ontoly-software-graph",
|
|
30996
|
+
"category": "development",
|
|
30997
|
+
"name": "ontoly-software-graph",
|
|
30998
|
+
"description": "Use Ontoly's deterministic Software Graph, MCP server, and agent skills for architecture review, request tracing, impact analysis, and dependency analysis.",
|
|
30999
|
+
"risk": "critical",
|
|
31000
|
+
"source": "community",
|
|
31001
|
+
"date_added": "2026-07-14",
|
|
31002
|
+
"plugin": {
|
|
31003
|
+
"targets": {
|
|
31004
|
+
"codex": "supported",
|
|
31005
|
+
"claude": "supported"
|
|
31006
|
+
},
|
|
31007
|
+
"setup": {
|
|
31008
|
+
"type": "none",
|
|
31009
|
+
"summary": "",
|
|
31010
|
+
"docs": null
|
|
31011
|
+
},
|
|
31012
|
+
"reasons": []
|
|
31013
|
+
},
|
|
31014
|
+
"source_type": "community",
|
|
31015
|
+
"source_repo": "0xsarwagya/ontoly",
|
|
31016
|
+
"license": "MIT",
|
|
31017
|
+
"license_source": "https://github.com/0xsarwagya/ontoly/blob/main/LICENSE",
|
|
31018
|
+
"tags": [
|
|
31019
|
+
"software-graph",
|
|
31020
|
+
"codebase-analysis",
|
|
31021
|
+
"mcp",
|
|
31022
|
+
"typescript",
|
|
31023
|
+
"architecture",
|
|
31024
|
+
"impact-analysis"
|
|
31025
|
+
]
|
|
31026
|
+
},
|
|
30821
31027
|
{
|
|
30822
31028
|
"id": "open-dynamic-workflows",
|
|
30823
31029
|
"path": "skills/open-dynamic-workflows",
|
|
@@ -30959,6 +31165,38 @@
|
|
|
30959
31165
|
"security"
|
|
30960
31166
|
]
|
|
30961
31167
|
},
|
|
31168
|
+
{
|
|
31169
|
+
"id": "optim-agent",
|
|
31170
|
+
"path": "skills/optim-agent",
|
|
31171
|
+
"category": "data",
|
|
31172
|
+
"name": "optim-agent",
|
|
31173
|
+
"description": "Guide agent-driven parameter optimization for configurable systems with measurable objectives. Use for HPO, inference tuning, simulations, or RL/control experiments.",
|
|
31174
|
+
"risk": "safe",
|
|
31175
|
+
"source": "community",
|
|
31176
|
+
"date_added": "2026-07-15",
|
|
31177
|
+
"plugin": {
|
|
31178
|
+
"targets": {
|
|
31179
|
+
"codex": "supported",
|
|
31180
|
+
"claude": "supported"
|
|
31181
|
+
},
|
|
31182
|
+
"setup": {
|
|
31183
|
+
"type": "none",
|
|
31184
|
+
"summary": "",
|
|
31185
|
+
"docs": null
|
|
31186
|
+
},
|
|
31187
|
+
"reasons": []
|
|
31188
|
+
},
|
|
31189
|
+
"source_type": "community",
|
|
31190
|
+
"source_repo": "Optim-Agent/optim-agent",
|
|
31191
|
+
"license": "MIT",
|
|
31192
|
+
"license_source": "https://github.com/Optim-Agent/optim-agent/blob/main/LICENSE",
|
|
31193
|
+
"tags": [
|
|
31194
|
+
"optimization",
|
|
31195
|
+
"hyperparameter-optimization",
|
|
31196
|
+
"experiments",
|
|
31197
|
+
"tuning"
|
|
31198
|
+
]
|
|
31199
|
+
},
|
|
30962
31200
|
{
|
|
30963
31201
|
"id": "options-flow-analyzer",
|
|
30964
31202
|
"path": "skills/options-flow-analyzer",
|
|
@@ -32627,6 +32865,39 @@
|
|
|
32627
32865
|
"reasons": []
|
|
32628
32866
|
}
|
|
32629
32867
|
},
|
|
32868
|
+
{
|
|
32869
|
+
"id": "pptx-deck-creation",
|
|
32870
|
+
"path": "skills/pptx-deck-creation",
|
|
32871
|
+
"category": "office-productivity",
|
|
32872
|
+
"name": "pptx-deck-creation",
|
|
32873
|
+
"description": "Create editable, production-ready PPTX decks with narrative planning, explicit layout specs, asset guidance, and quality checks.",
|
|
32874
|
+
"risk": "critical",
|
|
32875
|
+
"source": "community",
|
|
32876
|
+
"date_added": "2026-07-14",
|
|
32877
|
+
"plugin": {
|
|
32878
|
+
"targets": {
|
|
32879
|
+
"codex": "supported",
|
|
32880
|
+
"claude": "supported"
|
|
32881
|
+
},
|
|
32882
|
+
"setup": {
|
|
32883
|
+
"type": "none",
|
|
32884
|
+
"summary": "",
|
|
32885
|
+
"docs": null
|
|
32886
|
+
},
|
|
32887
|
+
"reasons": []
|
|
32888
|
+
},
|
|
32889
|
+
"source_type": "community",
|
|
32890
|
+
"source_repo": "kimtth/agent-pptify-kit",
|
|
32891
|
+
"license": "MIT",
|
|
32892
|
+
"license_source": "https://github.com/kimtth/agent-pptify-kit/blob/main/LICENSE",
|
|
32893
|
+
"tags": [
|
|
32894
|
+
"powerpoint",
|
|
32895
|
+
"pptx",
|
|
32896
|
+
"presentation",
|
|
32897
|
+
"slide-design",
|
|
32898
|
+
"document-generation"
|
|
32899
|
+
]
|
|
32900
|
+
},
|
|
32630
32901
|
{
|
|
32631
32902
|
"id": "pptx-official",
|
|
32632
32903
|
"path": "skills/pptx-official",
|
|
@@ -39880,6 +40151,41 @@
|
|
|
39880
40151
|
"reasons": []
|
|
39881
40152
|
}
|
|
39882
40153
|
},
|
|
40154
|
+
{
|
|
40155
|
+
"id": "sshepherd",
|
|
40156
|
+
"path": "skills/sshepherd",
|
|
40157
|
+
"category": "devops",
|
|
40158
|
+
"name": "sshepherd",
|
|
40159
|
+
"description": "Zero-knowledge SSH ops CLI — server health checks, docker/systemd control, log tailing, Postgres introspection, and declarative deploys, without ever exposing credentials to the agent.",
|
|
40160
|
+
"risk": "critical",
|
|
40161
|
+
"source": "community",
|
|
40162
|
+
"date_added": "2026-07-15",
|
|
40163
|
+
"plugin": {
|
|
40164
|
+
"targets": {
|
|
40165
|
+
"codex": "supported",
|
|
40166
|
+
"claude": "supported"
|
|
40167
|
+
},
|
|
40168
|
+
"setup": {
|
|
40169
|
+
"type": "none",
|
|
40170
|
+
"summary": "",
|
|
40171
|
+
"docs": null
|
|
40172
|
+
},
|
|
40173
|
+
"reasons": []
|
|
40174
|
+
},
|
|
40175
|
+
"source_type": "community",
|
|
40176
|
+
"source_repo": "Antheurus/sshepherd",
|
|
40177
|
+
"license": "MIT",
|
|
40178
|
+
"license_source": "https://github.com/Antheurus/sshepherd/blob/main/LICENSE",
|
|
40179
|
+
"tags": [
|
|
40180
|
+
"ssh",
|
|
40181
|
+
"devops",
|
|
40182
|
+
"cli",
|
|
40183
|
+
"server-ops",
|
|
40184
|
+
"postgres",
|
|
40185
|
+
"deploy",
|
|
40186
|
+
"zero-knowledge"
|
|
40187
|
+
]
|
|
40188
|
+
},
|
|
39883
40189
|
{
|
|
39884
40190
|
"id": "stability-ai",
|
|
39885
40191
|
"path": "skills/stability-ai",
|
|
@@ -41758,6 +42064,30 @@
|
|
|
41758
42064
|
"license": "MIT",
|
|
41759
42065
|
"license_source": "https://github.com/LambdaTest/agent-skills/blob/main/LICENSE"
|
|
41760
42066
|
},
|
|
42067
|
+
{
|
|
42068
|
+
"id": "test-guard",
|
|
42069
|
+
"path": "skills/test-guard",
|
|
42070
|
+
"category": "testing",
|
|
42071
|
+
"name": "test-guard",
|
|
42072
|
+
"description": "Review generated or changed test code against universal testing rules before it ships or is presented for approval.",
|
|
42073
|
+
"risk": "critical",
|
|
42074
|
+
"source": "community",
|
|
42075
|
+
"date_added": "2026-07-13",
|
|
42076
|
+
"plugin": {
|
|
42077
|
+
"targets": {
|
|
42078
|
+
"codex": "supported",
|
|
42079
|
+
"claude": "supported"
|
|
42080
|
+
},
|
|
42081
|
+
"setup": {
|
|
42082
|
+
"type": "none",
|
|
42083
|
+
"summary": "",
|
|
42084
|
+
"docs": null
|
|
42085
|
+
},
|
|
42086
|
+
"reasons": []
|
|
42087
|
+
},
|
|
42088
|
+
"source_type": "community",
|
|
42089
|
+
"source_repo": "amElnagdy/guard-skills"
|
|
42090
|
+
},
|
|
41761
42091
|
{
|
|
41762
42092
|
"id": "testing-patterns",
|
|
41763
42093
|
"path": "skills/testing-patterns",
|
|
@@ -45075,6 +45405,35 @@
|
|
|
45075
45405
|
"reasons": []
|
|
45076
45406
|
}
|
|
45077
45407
|
},
|
|
45408
|
+
{
|
|
45409
|
+
"id": "warehouse",
|
|
45410
|
+
"path": "skills/warehouse",
|
|
45411
|
+
"category": "data",
|
|
45412
|
+
"name": "warehouse",
|
|
45413
|
+
"description": "Plan and review read-only data warehouse analysis with explicit scope, privacy, provenance, and validation checks.",
|
|
45414
|
+
"risk": "critical",
|
|
45415
|
+
"source": "self",
|
|
45416
|
+
"date_added": "2026-07-12",
|
|
45417
|
+
"plugin": {
|
|
45418
|
+
"targets": {
|
|
45419
|
+
"codex": "supported",
|
|
45420
|
+
"claude": "supported"
|
|
45421
|
+
},
|
|
45422
|
+
"setup": {
|
|
45423
|
+
"type": "none",
|
|
45424
|
+
"summary": "",
|
|
45425
|
+
"docs": null
|
|
45426
|
+
},
|
|
45427
|
+
"reasons": []
|
|
45428
|
+
},
|
|
45429
|
+
"source_type": "self",
|
|
45430
|
+
"tags": [
|
|
45431
|
+
"analytics",
|
|
45432
|
+
"data-warehouse",
|
|
45433
|
+
"sql",
|
|
45434
|
+
"data-quality"
|
|
45435
|
+
]
|
|
45436
|
+
},
|
|
45078
45437
|
{
|
|
45079
45438
|
"id": "warren-buffett",
|
|
45080
45439
|
"path": "skills/warren-buffett",
|
|
@@ -45972,6 +46331,30 @@
|
|
|
45972
46331
|
"license": "MIT",
|
|
45973
46332
|
"license_source": "https://github.com/Wolfe-Jam/faf-skills/blob/main/LICENSE"
|
|
45974
46333
|
},
|
|
46334
|
+
{
|
|
46335
|
+
"id": "woo-guard",
|
|
46336
|
+
"path": "skills/woo-guard",
|
|
46337
|
+
"category": "uncategorized",
|
|
46338
|
+
"name": "woo-guard",
|
|
46339
|
+
"description": "Review generated or changed WooCommerce extensions, payment and shipping integrations, checkout customizations, and order or product logic.",
|
|
46340
|
+
"risk": "critical",
|
|
46341
|
+
"source": "community",
|
|
46342
|
+
"date_added": "2026-07-13",
|
|
46343
|
+
"plugin": {
|
|
46344
|
+
"targets": {
|
|
46345
|
+
"codex": "supported",
|
|
46346
|
+
"claude": "supported"
|
|
46347
|
+
},
|
|
46348
|
+
"setup": {
|
|
46349
|
+
"type": "none",
|
|
46350
|
+
"summary": "",
|
|
46351
|
+
"docs": null
|
|
46352
|
+
},
|
|
46353
|
+
"reasons": []
|
|
46354
|
+
},
|
|
46355
|
+
"source_type": "community",
|
|
46356
|
+
"source_repo": "amElnagdy/guard-skills"
|
|
46357
|
+
},
|
|
45975
46358
|
{
|
|
45976
46359
|
"id": "wordpress",
|
|
45977
46360
|
"path": "skills/wordpress",
|
|
@@ -46211,6 +46594,30 @@
|
|
|
46211
46594
|
"mcp"
|
|
46212
46595
|
]
|
|
46213
46596
|
},
|
|
46597
|
+
{
|
|
46598
|
+
"id": "wp-guard",
|
|
46599
|
+
"path": "skills/wp-guard",
|
|
46600
|
+
"category": "uncategorized",
|
|
46601
|
+
"name": "wp-guard",
|
|
46602
|
+
"description": "Review generated or changed WordPress plugins, themes, and blocks for security, internationalization, performance, and API correctness.",
|
|
46603
|
+
"risk": "offensive",
|
|
46604
|
+
"source": "community",
|
|
46605
|
+
"date_added": "2026-07-13",
|
|
46606
|
+
"plugin": {
|
|
46607
|
+
"targets": {
|
|
46608
|
+
"codex": "supported",
|
|
46609
|
+
"claude": "supported"
|
|
46610
|
+
},
|
|
46611
|
+
"setup": {
|
|
46612
|
+
"type": "none",
|
|
46613
|
+
"summary": "",
|
|
46614
|
+
"docs": null
|
|
46615
|
+
},
|
|
46616
|
+
"reasons": []
|
|
46617
|
+
},
|
|
46618
|
+
"source_type": "community",
|
|
46619
|
+
"source_repo": "amElnagdy/guard-skills"
|
|
46620
|
+
},
|
|
46214
46621
|
{
|
|
46215
46622
|
"id": "wp-site-health-auditor",
|
|
46216
46623
|
"path": "skills/wp-site-health-auditor",
|