opencode-skills-collection 4.0.0 → 4.0.1
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 +24 -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/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/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/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/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 +1 -1
- package/skills_index.json +273 -0
package/skills_index.json
CHANGED
|
@@ -10066,6 +10066,30 @@
|
|
|
10066
10066
|
"reasons": []
|
|
10067
10067
|
}
|
|
10068
10068
|
},
|
|
10069
|
+
{
|
|
10070
|
+
"id": "clean-code-guard",
|
|
10071
|
+
"path": "skills/clean-code-guard",
|
|
10072
|
+
"category": "uncategorized",
|
|
10073
|
+
"name": "clean-code-guard",
|
|
10074
|
+
"description": "Review generated or changed production code with Clean Code, SOLID, DRY, KISS, YAGNI, and LLM-specific failure-mode checks.",
|
|
10075
|
+
"risk": "critical",
|
|
10076
|
+
"source": "community",
|
|
10077
|
+
"date_added": "2026-07-13",
|
|
10078
|
+
"plugin": {
|
|
10079
|
+
"targets": {
|
|
10080
|
+
"codex": "supported",
|
|
10081
|
+
"claude": "supported"
|
|
10082
|
+
},
|
|
10083
|
+
"setup": {
|
|
10084
|
+
"type": "none",
|
|
10085
|
+
"summary": "",
|
|
10086
|
+
"docs": null
|
|
10087
|
+
},
|
|
10088
|
+
"reasons": []
|
|
10089
|
+
},
|
|
10090
|
+
"source_type": "community",
|
|
10091
|
+
"source_repo": "amElnagdy/guard-skills"
|
|
10092
|
+
},
|
|
10069
10093
|
{
|
|
10070
10094
|
"id": "clerk-auth",
|
|
10071
10095
|
"path": "skills/clerk-auth",
|
|
@@ -10220,6 +10244,30 @@
|
|
|
10220
10244
|
"reasons": []
|
|
10221
10245
|
}
|
|
10222
10246
|
},
|
|
10247
|
+
{
|
|
10248
|
+
"id": "cloudflare-security-audit",
|
|
10249
|
+
"path": "skills/cloudflare-security-audit",
|
|
10250
|
+
"category": "uncategorized",
|
|
10251
|
+
"name": "cloudflare-security-audit",
|
|
10252
|
+
"description": "Audit authorized codebases for exploitable vulnerabilities using scoped reconnaissance, adversarial review, validation, and structured reporting.",
|
|
10253
|
+
"risk": "offensive",
|
|
10254
|
+
"source": "community",
|
|
10255
|
+
"date_added": "2026-07-13",
|
|
10256
|
+
"plugin": {
|
|
10257
|
+
"targets": {
|
|
10258
|
+
"codex": "supported",
|
|
10259
|
+
"claude": "supported"
|
|
10260
|
+
},
|
|
10261
|
+
"setup": {
|
|
10262
|
+
"type": "none",
|
|
10263
|
+
"summary": "",
|
|
10264
|
+
"docs": null
|
|
10265
|
+
},
|
|
10266
|
+
"reasons": []
|
|
10267
|
+
},
|
|
10268
|
+
"source_type": "community",
|
|
10269
|
+
"source_repo": "cloudflare/security-audit-skill"
|
|
10270
|
+
},
|
|
10223
10271
|
{
|
|
10224
10272
|
"id": "cloudflare-workers-expert",
|
|
10225
10273
|
"path": "skills/cloudflare-workers-expert",
|
|
@@ -15578,6 +15626,30 @@
|
|
|
15578
15626
|
"license": "MIT",
|
|
15579
15627
|
"license_source": "https://github.com/jonathimer/devmarketing-skills/blob/main/LICENSE"
|
|
15580
15628
|
},
|
|
15629
|
+
{
|
|
15630
|
+
"id": "docs-guard",
|
|
15631
|
+
"path": "skills/docs-guard",
|
|
15632
|
+
"category": "uncategorized",
|
|
15633
|
+
"name": "docs-guard",
|
|
15634
|
+
"description": "Review generated or changed documentation before it ships, including READMEs, API references, docstrings, changelogs, tutorials, and documentation sites.",
|
|
15635
|
+
"risk": "critical",
|
|
15636
|
+
"source": "community",
|
|
15637
|
+
"date_added": "2026-07-13",
|
|
15638
|
+
"plugin": {
|
|
15639
|
+
"targets": {
|
|
15640
|
+
"codex": "supported",
|
|
15641
|
+
"claude": "supported"
|
|
15642
|
+
},
|
|
15643
|
+
"setup": {
|
|
15644
|
+
"type": "none",
|
|
15645
|
+
"summary": "",
|
|
15646
|
+
"docs": null
|
|
15647
|
+
},
|
|
15648
|
+
"reasons": []
|
|
15649
|
+
},
|
|
15650
|
+
"source_type": "community",
|
|
15651
|
+
"source_repo": "amElnagdy/guard-skills"
|
|
15652
|
+
},
|
|
15581
15653
|
{
|
|
15582
15654
|
"id": "documentation",
|
|
15583
15655
|
"path": "skills/documentation",
|
|
@@ -17813,6 +17885,39 @@
|
|
|
17813
17885
|
"reasons": []
|
|
17814
17886
|
}
|
|
17815
17887
|
},
|
|
17888
|
+
{
|
|
17889
|
+
"id": "feature-tracking",
|
|
17890
|
+
"path": "skills/feature-tracking",
|
|
17891
|
+
"category": "project-management",
|
|
17892
|
+
"name": "feature-tracking",
|
|
17893
|
+
"description": "Maintain durable feature-level memory across AI coding sessions with lightweight Markdown tracks for status, source-of-truth docs, decisions, risks, and changes.",
|
|
17894
|
+
"risk": "critical",
|
|
17895
|
+
"source": "community",
|
|
17896
|
+
"date_added": "2026-07-13",
|
|
17897
|
+
"plugin": {
|
|
17898
|
+
"targets": {
|
|
17899
|
+
"codex": "supported",
|
|
17900
|
+
"claude": "supported"
|
|
17901
|
+
},
|
|
17902
|
+
"setup": {
|
|
17903
|
+
"type": "none",
|
|
17904
|
+
"summary": "",
|
|
17905
|
+
"docs": null
|
|
17906
|
+
},
|
|
17907
|
+
"reasons": []
|
|
17908
|
+
},
|
|
17909
|
+
"source_type": "community",
|
|
17910
|
+
"source_repo": "JunsW/feature-track",
|
|
17911
|
+
"license": "MIT",
|
|
17912
|
+
"license_source": "https://github.com/JunsW/feature-track/blob/main/LICENSE",
|
|
17913
|
+
"tags": [
|
|
17914
|
+
"feature-tracking",
|
|
17915
|
+
"project-memory",
|
|
17916
|
+
"documentation",
|
|
17917
|
+
"ai-agents",
|
|
17918
|
+
"session-handoff"
|
|
17919
|
+
]
|
|
17920
|
+
},
|
|
17816
17921
|
{
|
|
17817
17922
|
"id": "ffuf-claude-skill",
|
|
17818
17923
|
"path": "skills/ffuf-claude-skill",
|
|
@@ -30818,6 +30923,40 @@
|
|
|
30818
30923
|
"reasons": []
|
|
30819
30924
|
}
|
|
30820
30925
|
},
|
|
30926
|
+
{
|
|
30927
|
+
"id": "ontoly-software-graph",
|
|
30928
|
+
"path": "skills/ontoly-software-graph",
|
|
30929
|
+
"category": "development",
|
|
30930
|
+
"name": "ontoly-software-graph",
|
|
30931
|
+
"description": "Use Ontoly's deterministic Software Graph, MCP server, and agent skills for architecture review, request tracing, impact analysis, and dependency analysis.",
|
|
30932
|
+
"risk": "critical",
|
|
30933
|
+
"source": "community",
|
|
30934
|
+
"date_added": "2026-07-14",
|
|
30935
|
+
"plugin": {
|
|
30936
|
+
"targets": {
|
|
30937
|
+
"codex": "supported",
|
|
30938
|
+
"claude": "supported"
|
|
30939
|
+
},
|
|
30940
|
+
"setup": {
|
|
30941
|
+
"type": "none",
|
|
30942
|
+
"summary": "",
|
|
30943
|
+
"docs": null
|
|
30944
|
+
},
|
|
30945
|
+
"reasons": []
|
|
30946
|
+
},
|
|
30947
|
+
"source_type": "community",
|
|
30948
|
+
"source_repo": "0xsarwagya/ontoly",
|
|
30949
|
+
"license": "MIT",
|
|
30950
|
+
"license_source": "https://github.com/0xsarwagya/ontoly/blob/main/LICENSE",
|
|
30951
|
+
"tags": [
|
|
30952
|
+
"software-graph",
|
|
30953
|
+
"codebase-analysis",
|
|
30954
|
+
"mcp",
|
|
30955
|
+
"typescript",
|
|
30956
|
+
"architecture",
|
|
30957
|
+
"impact-analysis"
|
|
30958
|
+
]
|
|
30959
|
+
},
|
|
30821
30960
|
{
|
|
30822
30961
|
"id": "open-dynamic-workflows",
|
|
30823
30962
|
"path": "skills/open-dynamic-workflows",
|
|
@@ -32627,6 +32766,39 @@
|
|
|
32627
32766
|
"reasons": []
|
|
32628
32767
|
}
|
|
32629
32768
|
},
|
|
32769
|
+
{
|
|
32770
|
+
"id": "pptx-deck-creation",
|
|
32771
|
+
"path": "skills/pptx-deck-creation",
|
|
32772
|
+
"category": "office-productivity",
|
|
32773
|
+
"name": "pptx-deck-creation",
|
|
32774
|
+
"description": "Create editable, production-ready PPTX decks with narrative planning, explicit layout specs, asset guidance, and quality checks.",
|
|
32775
|
+
"risk": "critical",
|
|
32776
|
+
"source": "community",
|
|
32777
|
+
"date_added": "2026-07-14",
|
|
32778
|
+
"plugin": {
|
|
32779
|
+
"targets": {
|
|
32780
|
+
"codex": "supported",
|
|
32781
|
+
"claude": "supported"
|
|
32782
|
+
},
|
|
32783
|
+
"setup": {
|
|
32784
|
+
"type": "none",
|
|
32785
|
+
"summary": "",
|
|
32786
|
+
"docs": null
|
|
32787
|
+
},
|
|
32788
|
+
"reasons": []
|
|
32789
|
+
},
|
|
32790
|
+
"source_type": "community",
|
|
32791
|
+
"source_repo": "kimtth/agent-pptify-kit",
|
|
32792
|
+
"license": "MIT",
|
|
32793
|
+
"license_source": "https://github.com/kimtth/agent-pptify-kit/blob/main/LICENSE",
|
|
32794
|
+
"tags": [
|
|
32795
|
+
"powerpoint",
|
|
32796
|
+
"pptx",
|
|
32797
|
+
"presentation",
|
|
32798
|
+
"slide-design",
|
|
32799
|
+
"document-generation"
|
|
32800
|
+
]
|
|
32801
|
+
},
|
|
32630
32802
|
{
|
|
32631
32803
|
"id": "pptx-official",
|
|
32632
32804
|
"path": "skills/pptx-official",
|
|
@@ -41758,6 +41930,30 @@
|
|
|
41758
41930
|
"license": "MIT",
|
|
41759
41931
|
"license_source": "https://github.com/LambdaTest/agent-skills/blob/main/LICENSE"
|
|
41760
41932
|
},
|
|
41933
|
+
{
|
|
41934
|
+
"id": "test-guard",
|
|
41935
|
+
"path": "skills/test-guard",
|
|
41936
|
+
"category": "testing",
|
|
41937
|
+
"name": "test-guard",
|
|
41938
|
+
"description": "Review generated or changed test code against universal testing rules before it ships or is presented for approval.",
|
|
41939
|
+
"risk": "critical",
|
|
41940
|
+
"source": "community",
|
|
41941
|
+
"date_added": "2026-07-13",
|
|
41942
|
+
"plugin": {
|
|
41943
|
+
"targets": {
|
|
41944
|
+
"codex": "supported",
|
|
41945
|
+
"claude": "supported"
|
|
41946
|
+
},
|
|
41947
|
+
"setup": {
|
|
41948
|
+
"type": "none",
|
|
41949
|
+
"summary": "",
|
|
41950
|
+
"docs": null
|
|
41951
|
+
},
|
|
41952
|
+
"reasons": []
|
|
41953
|
+
},
|
|
41954
|
+
"source_type": "community",
|
|
41955
|
+
"source_repo": "amElnagdy/guard-skills"
|
|
41956
|
+
},
|
|
41761
41957
|
{
|
|
41762
41958
|
"id": "testing-patterns",
|
|
41763
41959
|
"path": "skills/testing-patterns",
|
|
@@ -45075,6 +45271,35 @@
|
|
|
45075
45271
|
"reasons": []
|
|
45076
45272
|
}
|
|
45077
45273
|
},
|
|
45274
|
+
{
|
|
45275
|
+
"id": "warehouse",
|
|
45276
|
+
"path": "skills/warehouse",
|
|
45277
|
+
"category": "data",
|
|
45278
|
+
"name": "warehouse",
|
|
45279
|
+
"description": "Plan and review read-only data warehouse analysis with explicit scope, privacy, provenance, and validation checks.",
|
|
45280
|
+
"risk": "critical",
|
|
45281
|
+
"source": "self",
|
|
45282
|
+
"date_added": "2026-07-12",
|
|
45283
|
+
"plugin": {
|
|
45284
|
+
"targets": {
|
|
45285
|
+
"codex": "supported",
|
|
45286
|
+
"claude": "supported"
|
|
45287
|
+
},
|
|
45288
|
+
"setup": {
|
|
45289
|
+
"type": "none",
|
|
45290
|
+
"summary": "",
|
|
45291
|
+
"docs": null
|
|
45292
|
+
},
|
|
45293
|
+
"reasons": []
|
|
45294
|
+
},
|
|
45295
|
+
"source_type": "self",
|
|
45296
|
+
"tags": [
|
|
45297
|
+
"analytics",
|
|
45298
|
+
"data-warehouse",
|
|
45299
|
+
"sql",
|
|
45300
|
+
"data-quality"
|
|
45301
|
+
]
|
|
45302
|
+
},
|
|
45078
45303
|
{
|
|
45079
45304
|
"id": "warren-buffett",
|
|
45080
45305
|
"path": "skills/warren-buffett",
|
|
@@ -45972,6 +46197,30 @@
|
|
|
45972
46197
|
"license": "MIT",
|
|
45973
46198
|
"license_source": "https://github.com/Wolfe-Jam/faf-skills/blob/main/LICENSE"
|
|
45974
46199
|
},
|
|
46200
|
+
{
|
|
46201
|
+
"id": "woo-guard",
|
|
46202
|
+
"path": "skills/woo-guard",
|
|
46203
|
+
"category": "uncategorized",
|
|
46204
|
+
"name": "woo-guard",
|
|
46205
|
+
"description": "Review generated or changed WooCommerce extensions, payment and shipping integrations, checkout customizations, and order or product logic.",
|
|
46206
|
+
"risk": "critical",
|
|
46207
|
+
"source": "community",
|
|
46208
|
+
"date_added": "2026-07-13",
|
|
46209
|
+
"plugin": {
|
|
46210
|
+
"targets": {
|
|
46211
|
+
"codex": "supported",
|
|
46212
|
+
"claude": "supported"
|
|
46213
|
+
},
|
|
46214
|
+
"setup": {
|
|
46215
|
+
"type": "none",
|
|
46216
|
+
"summary": "",
|
|
46217
|
+
"docs": null
|
|
46218
|
+
},
|
|
46219
|
+
"reasons": []
|
|
46220
|
+
},
|
|
46221
|
+
"source_type": "community",
|
|
46222
|
+
"source_repo": "amElnagdy/guard-skills"
|
|
46223
|
+
},
|
|
45975
46224
|
{
|
|
45976
46225
|
"id": "wordpress",
|
|
45977
46226
|
"path": "skills/wordpress",
|
|
@@ -46211,6 +46460,30 @@
|
|
|
46211
46460
|
"mcp"
|
|
46212
46461
|
]
|
|
46213
46462
|
},
|
|
46463
|
+
{
|
|
46464
|
+
"id": "wp-guard",
|
|
46465
|
+
"path": "skills/wp-guard",
|
|
46466
|
+
"category": "uncategorized",
|
|
46467
|
+
"name": "wp-guard",
|
|
46468
|
+
"description": "Review generated or changed WordPress plugins, themes, and blocks for security, internationalization, performance, and API correctness.",
|
|
46469
|
+
"risk": "offensive",
|
|
46470
|
+
"source": "community",
|
|
46471
|
+
"date_added": "2026-07-13",
|
|
46472
|
+
"plugin": {
|
|
46473
|
+
"targets": {
|
|
46474
|
+
"codex": "supported",
|
|
46475
|
+
"claude": "supported"
|
|
46476
|
+
},
|
|
46477
|
+
"setup": {
|
|
46478
|
+
"type": "none",
|
|
46479
|
+
"summary": "",
|
|
46480
|
+
"docs": null
|
|
46481
|
+
},
|
|
46482
|
+
"reasons": []
|
|
46483
|
+
},
|
|
46484
|
+
"source_type": "community",
|
|
46485
|
+
"source_repo": "amElnagdy/guard-skills"
|
|
46486
|
+
},
|
|
46214
46487
|
{
|
|
46215
46488
|
"id": "wp-site-health-auditor",
|
|
46216
46489
|
"path": "skills/wp-site-health-auditor",
|