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
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
1. **Install the repository or bundle plugin:**
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npx
|
|
16
|
+
npx agentic-awesome-skills
|
|
17
17
|
# or clone manually
|
|
18
|
-
git clone https://github.com/sickn33/
|
|
18
|
+
git clone https://github.com/sickn33/agentic-awesome-skills.git .agent/skills
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
2. **Choose your bundle** from the list below based on your role or interests.
|
|
@@ -43,10 +43,10 @@ _For everyone. Install these first._
|
|
|
43
43
|
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
44
44
|
|
|
45
45
|
- [`concise-planning`](../../skills/concise-planning/): Always start with a plan.
|
|
46
|
+
- [`test-driven-development`](../../skills/test-driven-development/): Build features and fixes through a red-green-refactor loop.
|
|
46
47
|
- [`lint-and-validate`](../../skills/lint-and-validate/): Keep your code clean automatically.
|
|
48
|
+
- [`systematic-debugging`](../../skills/systematic-debugging/): Debug from evidence instead of guesses.
|
|
47
49
|
- [`git-pushing`](../../skills/git-pushing/): Save your work safely.
|
|
48
|
-
- [`kaizen`](../../skills/kaizen/): Continuous improvement mindset.
|
|
49
|
-
- [`systematic-debugging`](../../skills/systematic-debugging/): Debug like a pro.
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
---
|
|
@@ -59,13 +59,14 @@ _For pentesting, auditing, and hardening._
|
|
|
59
59
|
|
|
60
60
|
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
61
61
|
|
|
62
|
-
- [`ethical-hacking-methodology`](../../skills/ethical-hacking-methodology/):
|
|
63
|
-
- [`
|
|
62
|
+
- [`ethical-hacking-methodology`](../../skills/ethical-hacking-methodology/): Plan authorized security assessments with clear boundaries.
|
|
63
|
+
- [`threat-modeling-expert`](../../skills/threat-modeling-expert/): Model threats with STRIDE, PASTA, and attack trees.
|
|
64
64
|
- [`top-web-vulnerabilities`](../../skills/top-web-vulnerabilities/): OWASP-aligned vulnerability taxonomy.
|
|
65
|
-
- [`
|
|
65
|
+
- [`burp-suite-testing`](../../skills/burp-suite-testing/): Web vulnerability scanning.
|
|
66
66
|
- [`cloud-penetration-testing`](../../skills/cloud-penetration-testing/): AWS/Azure/GCP security.
|
|
67
|
-
- [`
|
|
67
|
+
- [`linux-privilege-escalation`](../../skills/linux-privilege-escalation/): Advanced Linux security assessment.
|
|
68
68
|
- [`vulnerability-scanner`](../../skills/vulnerability-scanner/): Advanced vulnerability analysis.
|
|
69
|
+
- [`security-auditor`](../../skills/security-auditor/): Comprehensive security audits.
|
|
69
70
|
|
|
70
71
|
### 🔐 The "Security Developer" Pack
|
|
71
72
|
|
|
@@ -77,6 +78,7 @@ _For building secure applications._
|
|
|
77
78
|
- [`auth-implementation-patterns`](../../skills/auth-implementation-patterns/): JWT, OAuth2, session management.
|
|
78
79
|
- [`backend-security-coder`](../../skills/backend-security-coder/): Secure backend coding practices.
|
|
79
80
|
- [`frontend-security-coder`](../../skills/frontend-security-coder/): XSS prevention and client-side security.
|
|
81
|
+
- [`dependency-management-deps-audit`](../../skills/dependency-management-deps-audit/): Audit dependency vulnerabilities, licenses, and supply-chain risk.
|
|
80
82
|
- [`cc-skill-security-review`](../../skills/cc-skill-security-review/): Security checklist for features.
|
|
81
83
|
- [`pci-compliance`](../../skills/pci-compliance/): Payment card security standards.
|
|
82
84
|
|
|
@@ -92,11 +94,12 @@ _For building modern, high-performance web apps._
|
|
|
92
94
|
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
93
95
|
|
|
94
96
|
- [`frontend-design`](../../skills/frontend-design/): UI guidelines and aesthetics.
|
|
95
|
-
- [`
|
|
97
|
+
- [`tailwind-patterns`](../../skills/tailwind-patterns/): Tailwind CSS v4 styling patterns.
|
|
96
98
|
- [`react-patterns`](../../skills/react-patterns/): Modern React patterns and principles.
|
|
99
|
+
- [`react-best-practices`](../../skills/react-best-practices/): React & Next.js performance optimization.
|
|
97
100
|
- [`nextjs-best-practices`](../../skills/nextjs-best-practices/): Next.js App Router patterns.
|
|
98
|
-
- [`tailwind-patterns`](../../skills/tailwind-patterns/): Tailwind CSS v4 styling superpowers.
|
|
99
101
|
- [`form-cro`](../../skills/form-cro/): Optimize your forms for conversion.
|
|
102
|
+
- [`accessibility-compliance-accessibility-audit`](../../skills/accessibility-compliance-accessibility-audit/): Audit WCAG issues and plan concrete remediation.
|
|
100
103
|
- [`seo-audit`](../../skills/seo-audit/): Get found on Google.
|
|
101
104
|
|
|
102
105
|
### 🖌️ The "Web Designer" Pack
|
|
@@ -107,9 +110,10 @@ _For pixel-perfect experiences._
|
|
|
107
110
|
|
|
108
111
|
- [`ui-ux-pro-max`](../../skills/ui-ux-pro-max/): Premium design systems and tokens.
|
|
109
112
|
- [`frontend-design`](../../skills/frontend-design/): The base layer of aesthetics.
|
|
110
|
-
- [`3d-web-experience`](../../skills/3d-web-experience/): Three.js & React Three Fiber magic.
|
|
111
|
-
- [`canvas-design`](../../skills/canvas-design/): Static visuals and posters.
|
|
112
113
|
- [`mobile-design`](../../skills/mobile-design/): Mobile-first design principles.
|
|
114
|
+
- [`accessibility-compliance-accessibility-audit`](../../skills/accessibility-compliance-accessibility-audit/): Audit WCAG issues and plan concrete remediation.
|
|
115
|
+
- [`canvas-design`](../../skills/canvas-design/): Static visuals and posters.
|
|
116
|
+
- [`3d-web-experience`](../../skills/3d-web-experience/): Build immersive Three.js and React Three Fiber experiences.
|
|
113
117
|
- [`scroll-experience`](../../skills/scroll-experience/): Immersive scroll-driven experiences.
|
|
114
118
|
|
|
115
119
|
### ⚡ The "Full-Stack Developer" Pack
|
|
@@ -123,7 +127,9 @@ _For end-to-end web application development._
|
|
|
123
127
|
- [`backend-dev-guidelines`](../../skills/backend-dev-guidelines/): Node.js/Express/TypeScript patterns.
|
|
124
128
|
- [`api-patterns`](../../skills/api-patterns/): REST vs GraphQL vs tRPC selection.
|
|
125
129
|
- [`database-design`](../../skills/database-design/): Schema design and ORM selection.
|
|
130
|
+
- [`auth-implementation-patterns`](../../skills/auth-implementation-patterns/): Design secure sessions, JWT, OAuth2, and authorization.
|
|
126
131
|
- [`stripe-integration`](../../skills/stripe-integration/): Payments and subscriptions.
|
|
132
|
+
- [`e2e-testing-patterns`](../../skills/e2e-testing-patterns/): Verify critical user journeys with reliable E2E tests.
|
|
127
133
|
|
|
128
134
|
|
|
129
135
|
---
|
|
@@ -136,12 +142,13 @@ _For building AI systems and autonomous agents._
|
|
|
136
142
|
|
|
137
143
|
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
138
144
|
|
|
139
|
-
- [`
|
|
140
|
-
- [`langgraph`](../../skills/langgraph/): Build stateful agent workflows.
|
|
141
|
-
- [`mcp-builder`](../../skills/mcp-builder/): Create your own MCP tools.
|
|
142
|
-
- [`prompt-engineering`](../../skills/prompt-engineering/): Master the art of talking to LLMs.
|
|
145
|
+
- [`prompt-engineering`](../../skills/prompt-engineering/): Design reliable instructions and prompt workflows.
|
|
143
146
|
- [`ai-agents-architect`](../../skills/ai-agents-architect/): Design autonomous AI agents.
|
|
147
|
+
- [`mcp-builder`](../../skills/mcp-builder/): Create your own MCP tools.
|
|
148
|
+
- [`langgraph`](../../skills/langgraph/): Build stateful agent workflows.
|
|
144
149
|
- [`rag-engineer`](../../skills/rag-engineer/): Build RAG systems with vector search.
|
|
150
|
+
- [`agent-memory-systems`](../../skills/agent-memory-systems/): Design durable short- and long-term memory for agents.
|
|
151
|
+
- [`agent-evaluation`](../../skills/agent-evaluation/): Test and benchmark your agents.
|
|
145
152
|
|
|
146
153
|
### 🧠 The "LLM Application Developer" Pack
|
|
147
154
|
|
|
@@ -154,6 +161,7 @@ _For building production LLM applications._
|
|
|
154
161
|
- [`prompt-caching`](../../skills/prompt-caching/): Cache strategies for LLM prompts.
|
|
155
162
|
- [`context-window-management`](../../skills/context-window-management/): Manage LLM context efficiently.
|
|
156
163
|
- [`langfuse`](../../skills/langfuse/): LLM observability and tracing.
|
|
164
|
+
- [`llm-evaluation`](../../skills/llm-evaluation/): Measure LLM quality with automated and human evaluation.
|
|
157
165
|
|
|
158
166
|
|
|
159
167
|
---
|
|
@@ -171,6 +179,7 @@ _For building games with AI assistants._
|
|
|
171
179
|
- [`game-development/3d-games`](../../skills/game-development/3d-games/): Models and shaders.
|
|
172
180
|
- [`unity-developer`](../../skills/unity-developer/): Unity 6 LTS development.
|
|
173
181
|
- [`godot-gdscript-patterns`](../../skills/godot-gdscript-patterns/): Godot 4 GDScript patterns.
|
|
182
|
+
- [`game-development/game-audio`](../../skills/game-development/game-audio/): Design sound effects, music systems, and adaptive game audio.
|
|
174
183
|
- [`algorithmic-art`](../../skills/algorithmic-art/): Generate assets with code.
|
|
175
184
|
|
|
176
185
|
|
|
@@ -229,6 +238,7 @@ _For building products, not just code._
|
|
|
229
238
|
|
|
230
239
|
- [`product-manager-toolkit`](../../skills/product-manager-toolkit/): RICE prioritization, PRD templates.
|
|
231
240
|
- [`competitive-landscape`](../../skills/competitive-landscape/): Competitor analysis.
|
|
241
|
+
- [`pricing-strategy`](../../skills/pricing-strategy/): Design pricing, packaging, and value metrics.
|
|
232
242
|
- [`competitor-alternatives`](../../skills/competitor-alternatives/): Create comparison pages.
|
|
233
243
|
- [`launch-strategy`](../../skills/launch-strategy/): Product launch planning.
|
|
234
244
|
- [`copywriting`](../../skills/copywriting/): Marketing copy that converts.
|
|
@@ -252,6 +262,7 @@ _For driving user acquisition and retention._
|
|
|
252
262
|
|
|
253
263
|
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
254
264
|
|
|
265
|
+
- [`content-strategy`](../../skills/content-strategy/): Plan content pillars, topic clusters, and an editorial roadmap.
|
|
255
266
|
- [`content-creator`](../../skills/content-creator/): SEO-optimized marketing content.
|
|
256
267
|
- [`seo-audit`](../../skills/seo-audit/): Technical SEO health checks.
|
|
257
268
|
- [`programmatic-seo`](../../skills/programmatic-seo/): Create pages at scale.
|
|
@@ -270,13 +281,14 @@ _For infrastructure and scaling._
|
|
|
270
281
|
|
|
271
282
|
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
272
283
|
|
|
284
|
+
- [`environment-setup-guide`](../../skills/environment-setup-guide/): Standardize development environments for teams.
|
|
285
|
+
- [`bash-linux`](../../skills/bash-linux/): Automate operational work safely from the shell.
|
|
273
286
|
- [`docker-expert`](../../skills/docker-expert/): Master containers and multi-stage builds.
|
|
274
|
-
- [`aws-serverless`](../../skills/aws-serverless/): Serverless on AWS (Lambda, DynamoDB).
|
|
275
|
-
- [`kubernetes-architect`](../../skills/kubernetes-architect/): K8s architecture and GitOps.
|
|
276
287
|
- [`terraform-specialist`](../../skills/terraform-specialist/): Infrastructure as Code mastery.
|
|
277
|
-
- [`
|
|
278
|
-
- [`
|
|
279
|
-
- [`
|
|
288
|
+
- [`kubernetes-architect`](../../skills/kubernetes-architect/): K8s architecture and GitOps.
|
|
289
|
+
- [`aws-serverless`](../../skills/aws-serverless/): Serverless on AWS (Lambda, DynamoDB).
|
|
290
|
+
- [`ci-cd-and-automation`](../../skills/ci-cd-and-automation/): Build CI/CD pipelines with automated quality gates.
|
|
291
|
+
- [`deployment-procedures`](../../skills/deployment-procedures/): Apply safe rollout and rollback strategies.
|
|
280
292
|
|
|
281
293
|
### 📊 The "Observability & Monitoring" Pack
|
|
282
294
|
|
|
@@ -303,11 +315,12 @@ _For making sense of the numbers._
|
|
|
303
315
|
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
304
316
|
|
|
305
317
|
- [`analytics-tracking`](../../skills/analytics-tracking/): Set up GA4/PostHog correctly.
|
|
306
|
-
- [`
|
|
318
|
+
- [`data-quality-frameworks`](../../skills/data-quality-frameworks/): Validate data with contracts, dbt tests, and quality monitoring.
|
|
307
319
|
- [`sql-pro`](../../skills/sql-pro/): Modern SQL with cloud-native databases.
|
|
308
320
|
- [`postgres-best-practices`](../../skills/postgres-best-practices/): Postgres optimization.
|
|
309
321
|
- [`ab-test-setup`](../../skills/ab-test-setup/): Validated learning.
|
|
310
322
|
- [`database-architect`](../../skills/database-architect/): Database design from scratch.
|
|
323
|
+
- [`data-storytelling`](../../skills/data-storytelling/): Turn analysis into clear narratives and decisions.
|
|
311
324
|
|
|
312
325
|
### 🔄 The "Data Engineering" Pack
|
|
313
326
|
|
|
@@ -318,8 +331,8 @@ _For building data pipelines._
|
|
|
318
331
|
- [`data-engineer`](../../skills/data-engineer/): Data pipeline architecture.
|
|
319
332
|
- [`airflow-dag-patterns`](../../skills/airflow-dag-patterns/): Apache Airflow DAGs.
|
|
320
333
|
- [`dbt-transformation-patterns`](../../skills/dbt-transformation-patterns/): Analytics engineering.
|
|
334
|
+
- [`data-quality-frameworks`](../../skills/data-quality-frameworks/): Validate pipelines with contracts, dbt tests, and quality monitoring.
|
|
321
335
|
- [`vector-database-engineer`](../../skills/vector-database-engineer/): Vector databases for RAG.
|
|
322
|
-
- [`embedding-strategies`](../../skills/embedding-strategies/): Embedding model selection.
|
|
323
336
|
|
|
324
337
|
|
|
325
338
|
---
|
|
@@ -351,12 +364,12 @@ _For breaking things before users do._
|
|
|
351
364
|
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
352
365
|
|
|
353
366
|
- [`test-driven-development`](../../skills/test-driven-development/): Red, Green, Refactor.
|
|
354
|
-
- [`systematic-debugging`](../../skills/systematic-debugging/): Debug like Sherlock Holmes.
|
|
355
|
-
- [`browser-automation`](../../skills/browser-automation/): End-to-end testing with Playwright.
|
|
356
367
|
- [`e2e-testing-patterns`](../../skills/e2e-testing-patterns/): Reliable E2E test suites.
|
|
357
|
-
- [`
|
|
358
|
-
- [`code-review-checklist`](../../skills/code-review-checklist/): Catch bugs in PRs.
|
|
368
|
+
- [`browser-automation`](../../skills/browser-automation/): End-to-end testing with Playwright.
|
|
359
369
|
- [`test-fixing`](../../skills/test-fixing/): Fix failing tests systematically.
|
|
370
|
+
- [`systematic-debugging`](../../skills/systematic-debugging/): Diagnose failures from evidence instead of guesses.
|
|
371
|
+
- [`code-review-checklist`](../../skills/code-review-checklist/): Catch bugs in PRs.
|
|
372
|
+
- [`ci-cd-and-automation`](../../skills/ci-cd-and-automation/): Run automated test gates consistently in CI/CD.
|
|
360
373
|
|
|
361
374
|
|
|
362
375
|
---
|
|
@@ -427,8 +440,8 @@ _Application developers who want security embedded while building features._
|
|
|
427
440
|
- [`cc-skill-security-review`](../../skills/cc-skill-security-review/): Review features with a security checklist.
|
|
428
441
|
- [`pci-compliance`](../../skills/pci-compliance/): Handle payment security and PCI expectations.
|
|
429
442
|
- [`sast-configuration`](../../skills/sast-configuration/): Configure static application security testing.
|
|
430
|
-
- [`
|
|
431
|
-
- [`
|
|
443
|
+
- [`security-and-hardening`](../../skills/security-and-hardening/): Harden applications against untrusted input, auth, data, and integration risks.
|
|
444
|
+
- [`secrets-management`](../../skills/secrets-management/): Manage application and CI/CD secrets with least privilege and rotation.
|
|
432
445
|
- [`django-access-review`](../../skills/django-access-review/): Review Django access control and authorization behavior.
|
|
433
446
|
|
|
434
447
|
### 📄 The "AAS Documents & Presentations" Plugin
|
|
@@ -481,23 +494,6 @@ _Developers building agentic apps, MCP tools, RAG systems, and evaluation loops.
|
|
|
481
494
|
- [`context-window-management`](../../skills/context-window-management/): Manage long context effectively.
|
|
482
495
|
- [`prompt-engineering`](../../skills/prompt-engineering/): Design effective prompts and LLM interaction patterns.
|
|
483
496
|
|
|
484
|
-
### 🧰 The "AAS OSS Maintainer" Plugin
|
|
485
|
-
|
|
486
|
-
_Open-source maintainers managing PRs, releases, reviews, and contributor handoffs._
|
|
487
|
-
|
|
488
|
-
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
489
|
-
|
|
490
|
-
- [`agents-md`](../../skills/agents-md/): Create concise durable agent instructions.
|
|
491
|
-
- [`commit`](../../skills/commit/): Write high-quality conventional commits.
|
|
492
|
-
- [`create-pr`](../../skills/create-pr/): Create review-ready pull requests.
|
|
493
|
-
- [`requesting-code-review`](../../skills/requesting-code-review/): Ask for targeted code reviews.
|
|
494
|
-
- [`receiving-code-review`](../../skills/receiving-code-review/): Apply review feedback rigorously.
|
|
495
|
-
- [`changelog-automation`](../../skills/changelog-automation/): Keep changelogs and release notes consistent.
|
|
496
|
-
- [`git-advanced-workflows`](../../skills/git-advanced-workflows/): Handle advanced Git recovery and history workflows.
|
|
497
|
-
- [`github-actions-advanced`](../../skills/github-actions-advanced/): Build and debug advanced GitHub Actions.
|
|
498
|
-
- [`address-github-comments`](../../skills/address-github-comments/): Address GitHub review comments systematically.
|
|
499
|
-
- [`lint-and-validate`](../../skills/lint-and-validate/): Run validation and quality checks.
|
|
500
|
-
|
|
501
497
|
### 🧪 The "AAS QA & Test Automation" Plugin
|
|
502
498
|
|
|
503
499
|
_Engineers and QA teams writing, debugging, and stabilizing test suites._
|
|
@@ -569,7 +565,7 @@ _Teams designing reliable automations across tools, data stores, and communicati
|
|
|
569
565
|
- [`slack-automation`](../../skills/slack-automation/): Automate Slack workflows.
|
|
570
566
|
- [`googlesheets-automation`](../../skills/googlesheets-automation/): Automate Google Sheets operations.
|
|
571
567
|
- [`github-automation`](../../skills/github-automation/): Automate GitHub issues and repository work.
|
|
572
|
-
- [`n8n-
|
|
568
|
+
- [`n8n-workflow-patterns`](../../skills/n8n-workflow-patterns/): Choose proven architectures for webhook, sync, scheduled, and AI-agent workflows.
|
|
573
569
|
|
|
574
570
|
### 📡 The "AAS Observability IR" Plugin
|
|
575
571
|
|
|
@@ -578,15 +574,15 @@ _Engineering teams monitoring systems, debugging production issues, and writing
|
|
|
578
574
|
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
579
575
|
|
|
580
576
|
- [`observability-engineer`](../../skills/observability-engineer/): Design monitoring and observability systems.
|
|
577
|
+
- [`observability-and-instrumentation`](../../skills/observability-and-instrumentation/): Instrument production code with useful logs, metrics, traces, and alerts.
|
|
581
578
|
- [`distributed-tracing`](../../skills/distributed-tracing/): Trace requests across services.
|
|
582
579
|
- [`slo-implementation`](../../skills/slo-implementation/): Define and operate service level objectives.
|
|
580
|
+
- [`grafana-dashboards`](../../skills/grafana-dashboards/): Create useful Grafana dashboards.
|
|
581
|
+
- [`performance-engineer`](../../skills/performance-engineer/): Diagnose and improve application performance.
|
|
583
582
|
- [`incident-responder`](../../skills/incident-responder/): Respond to incidents with clear procedure.
|
|
583
|
+
- [`devops-troubleshooter`](../../skills/devops-troubleshooter/): Diagnose infrastructure and deployment issues.
|
|
584
584
|
- [`postmortem-writing`](../../skills/postmortem-writing/): Write clear blameless postmortems.
|
|
585
|
-
- [`performance-engineer`](../../skills/performance-engineer/): Diagnose and improve application performance.
|
|
586
|
-
- [`grafana-dashboards`](../../skills/grafana-dashboards/): Create useful Grafana dashboards.
|
|
587
585
|
- [`langfuse`](../../skills/langfuse/): Trace, evaluate, and monitor LLM apps.
|
|
588
|
-
- [`devops-troubleshooter`](../../skills/devops-troubleshooter/): Diagnose infrastructure and deployment issues.
|
|
589
|
-
- [`claude-monitor`](../../skills/claude-monitor/): Monitor Claude usage and operational behavior.
|
|
590
586
|
|
|
591
587
|
### 🐍 The "AAS Python API Builder" Plugin
|
|
592
588
|
|
|
@@ -645,6 +641,7 @@ _For connecting services and building integrations._
|
|
|
645
641
|
|
|
646
642
|
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
647
643
|
|
|
644
|
+
- [`api-integration`](../../skills/api-integration/): Design service contracts, webhooks, and integration pipelines.
|
|
648
645
|
- [`stripe-integration`](../../skills/stripe-integration/): Payments and subscriptions.
|
|
649
646
|
- [`twilio-communications`](../../skills/twilio-communications/): SMS, voice, WhatsApp.
|
|
650
647
|
- [`hubspot-integration`](../../skills/hubspot-integration/): CRM integration.
|
|
@@ -686,6 +683,7 @@ _For connecting tools and building repeatable automated workflows._
|
|
|
686
683
|
|
|
687
684
|
- [`workflow-automation`](../../skills/workflow-automation/): Design durable automation flows for AI and business systems.
|
|
688
685
|
- [`mcp-builder`](../../skills/mcp-builder/): Create tool interfaces agents can use reliably.
|
|
686
|
+
- [`browser-automation`](../../skills/browser-automation/): Automate workflows when a service has no suitable API.
|
|
689
687
|
- [`make-automation`](../../skills/make-automation/): Build automations in Make/Integromat.
|
|
690
688
|
- [`airtable-automation`](../../skills/airtable-automation/): Automate Airtable records, bases, and views.
|
|
691
689
|
- [`notion-automation`](../../skills/notion-automation/): Automate Notion pages, databases, and blocks.
|
|
@@ -811,6 +809,7 @@ _For document-heavy workflows, spreadsheets, PDFs, and presentations._
|
|
|
811
809
|
- [`pptx-official`](../../skills/pptx-official/): Create and edit PowerPoint-compatible presentations.
|
|
812
810
|
- [`xlsx-official`](../../skills/xlsx-official/): Create and analyze spreadsheet files with formulas and formatting.
|
|
813
811
|
- [`pdf-official`](../../skills/pdf-official/): Extract, generate, and manipulate PDFs programmatically.
|
|
812
|
+
- [`google-docs-automation`](../../skills/google-docs-automation/): Automate document creation and updates in Google Docs.
|
|
814
813
|
- [`google-slides-automation`](../../skills/google-slides-automation/): Automate presentation updates in Google Slides.
|
|
815
814
|
- [`google-sheets-automation`](../../skills/google-sheets-automation/): Automate reads and writes in Google Sheets.
|
|
816
815
|
|
|
@@ -832,15 +831,16 @@ _For shipping clean changes in public repositories._
|
|
|
832
831
|
- [`changelog-automation`](../../skills/changelog-automation/): Keep release notes and changelogs consistent.
|
|
833
832
|
- [`git-advanced-workflows`](../../skills/git-advanced-workflows/): Rebase, cherry-pick, bisect, recovery.
|
|
834
833
|
- [`documentation-templates`](../../skills/documentation-templates/): Standardize docs and handoffs.
|
|
834
|
+
- [`finishing-a-development-branch`](../../skills/finishing-a-development-branch/): Close a branch with verified integration, merge, and cleanup options.
|
|
835
835
|
|
|
836
836
|
### 🧱 The "Skill Author" Pack
|
|
837
837
|
|
|
838
838
|
_For creating and maintaining high-quality SKILL.md assets._
|
|
839
839
|
|
|
840
|
-
**Plugin status:** Codex
|
|
840
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
841
841
|
|
|
842
842
|
- [`skill-creator`](../../skills/skill-creator/): Design effective new skills.
|
|
843
|
-
- [`
|
|
843
|
+
- [`effective-agent-skills`](../../skills/effective-agent-skills/): Design portable triggers, progressive disclosure, and safe skill workflows.
|
|
844
844
|
- [`writing-skills`](../../skills/writing-skills/): Improve clarity and structure of skill instructions.
|
|
845
845
|
- [`documentation-generation-doc-generate`](../../skills/documentation-generation-doc-generate/): Generate maintainable technical docs.
|
|
846
846
|
- [`lint-and-validate`](../../skills/lint-and-validate/): Validate quality after edits.
|
|
@@ -937,7 +937,7 @@ _Data and AI platform teams building pipelines, warehouses, transforms, embeddin
|
|
|
937
937
|
- [`embedding-strategies`](../../skills/embedding-strategies/): Choose and operate embedding strategies.
|
|
938
938
|
- [`rag-engineer`](../../skills/rag-engineer/): Build retrieval-augmented generation systems.
|
|
939
939
|
- [`sql-pro`](../../skills/sql-pro/): Query and model data with modern SQL.
|
|
940
|
-
- [`
|
|
940
|
+
- [`data-quality-frameworks`](../../skills/data-quality-frameworks/): Implement data contracts, validation, dbt tests, and quality monitoring.
|
|
941
941
|
|
|
942
942
|
### 🧾 The "AAS Privacy & Compliance Engineering" Plugin
|
|
943
943
|
|
|
@@ -949,7 +949,6 @@ _Teams building privacy-aware and compliance-sensitive SaaS, AI, finance, and cl
|
|
|
949
949
|
- [`gdpr-data-handling`](../../skills/gdpr-data-handling/): Handle GDPR-sensitive data safely.
|
|
950
950
|
- [`pci-compliance`](../../skills/pci-compliance/): Handle payment security and PCI expectations.
|
|
951
951
|
- [`fsi-compliance-checker`](../../skills/fsi-compliance-checker/): Check financial-services compliance requirements.
|
|
952
|
-
- [`spec-to-code-compliance`](../../skills/spec-to-code-compliance/): Verify implementation against written specs.
|
|
953
952
|
- [`security-audit`](../../skills/security-audit/): Audit security posture and controls.
|
|
954
953
|
- [`cc-skill-security-review`](../../skills/cc-skill-security-review/): Review features with a security checklist.
|
|
955
954
|
|
|
@@ -1049,7 +1048,7 @@ Keep a small list of high-frequency skills and reuse it across tasks to reduce c
|
|
|
1049
1048
|
|
|
1050
1049
|
## Contributing
|
|
1051
1050
|
|
|
1052
|
-
Found a skill that should be in a bundle? Or want to create a new bundle? [Open an issue](https://github.com/sickn33/
|
|
1051
|
+
Found a skill that should be in a bundle? Or want to create a new bundle? [Open an issue](https://github.com/sickn33/agentic-awesome-skills/issues) or submit a PR!
|
|
1053
1052
|
|
|
1054
1053
|
---
|
|
1055
1054
|
|
|
@@ -1061,4 +1060,4 @@ Found a skill that should be in a bundle? Or want to create a new bundle? [Open
|
|
|
1061
1060
|
|
|
1062
1061
|
---
|
|
1063
1062
|
|
|
1064
|
-
_Last updated: June 2026 | Total Skills: 1,
|
|
1063
|
+
_Last updated: June 2026 | Total Skills: 1,958+ | Total Bundles: 58_
|
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
If you are looking for **Claude Code skills** you can install from GitHub, this repository is designed to get you from first clone to first useful prompt quickly.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Agentic Awesome Skills gives Claude Code users an installable library of `SKILL.md` playbooks, role-based bundles, and execution workflows. The goal is not just to collect prompts, but to make repeatable engineering tasks easier to invoke, review, and reuse.
|
|
6
6
|
|
|
7
7
|
Release `9.0.0` also adds a first-class Claude Code plugin distribution plus bundle plugins. If you want the full explanation of root plugin vs bundle plugin vs full install, read [plugins.md](plugins.md).
|
|
8
8
|
|
|
9
|
-
## How to use
|
|
9
|
+
## How to use Agentic Awesome Skills with Claude Code
|
|
10
10
|
|
|
11
11
|
Install the library into Claude Code, then invoke focused skills directly in the conversation or through the plugin marketplace path. Claude Code benefits most when you keep the prompt specific about the skill, the scope, and the intended output.
|
|
12
12
|
|
|
13
13
|
## Why use this repo for Claude Code
|
|
14
14
|
|
|
15
|
-
- It includes 1,
|
|
15
|
+
- It includes 1,958+ skills instead of a narrow single-domain starter pack.
|
|
16
16
|
- It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
|
|
17
17
|
- It also ships generated bundle plugins so teams can install focused packs like `Essentials` or `Security Developer` from the marketplace metadata.
|
|
18
18
|
- It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
|
|
@@ -23,14 +23,14 @@ Install the library into Claude Code, then invoke focused skills directly in the
|
|
|
23
23
|
### Option A: installer CLI
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
npx
|
|
26
|
+
npx agentic-awesome-skills --claude
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
### Option B: Claude Code plugin marketplace
|
|
30
30
|
|
|
31
31
|
```text
|
|
32
|
-
/plugin marketplace add sickn33/
|
|
33
|
-
/plugin install
|
|
32
|
+
/plugin marketplace add sickn33/agentic-awesome-skills
|
|
33
|
+
/plugin install agentic-awesome-skills
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
The Claude marketplace plugin is a plugin-safe filtered distribution of the repo. Skills that still require portability hardening or explicit setup metadata remain available in the repository, but are excluded from the plugin until they are ready.
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
If you want **Codex CLI skills** that are easy to install and practical in a local coding loop, this repository is designed for that exact use case.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Agentic Awesome Skills supports Codex CLI through the `.codex/skills/` path and gives you a wide set of reusable task playbooks for planning, implementation, debugging, testing, security review, and delivery.
|
|
6
6
|
|
|
7
7
|
Release `9.0.0` also adds a first-class Codex plugin distribution plus bundle plugins. If you want the full explanation of root plugin vs bundle plugin vs full install, read [plugins.md](plugins.md).
|
|
8
8
|
|
|
9
|
-
## How to use
|
|
9
|
+
## How to use Agentic Awesome Skills with Codex CLI
|
|
10
10
|
|
|
11
11
|
Install the library into your Codex path, then invoke focused skills directly in your prompt. The most common pattern is:
|
|
12
12
|
|
|
13
|
-
1. install with `npx
|
|
13
|
+
1. install with `npx agentic-awesome-skills --codex`
|
|
14
14
|
2. choose one workflow-oriented skill such as `@brainstorming`, `@concise-planning`, or `@test-driven-development`
|
|
15
15
|
3. ask Codex to apply that skill to a concrete file, feature, test, or bugfix
|
|
16
16
|
|
|
@@ -24,10 +24,10 @@ Install the library into your Codex path, then invoke focused skills directly in
|
|
|
24
24
|
## Install Codex CLI Skills
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
|
-
npx
|
|
27
|
+
npx agentic-awesome-skills --codex
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
If you prefer a plugin-style Codex integration, this repository also ships repo-local plugin metadata in `.agents/plugins/marketplace.json` and `plugins/
|
|
30
|
+
If you prefer a plugin-style Codex integration, this repository also ships repo-local plugin metadata in `.agents/plugins/marketplace.json` and `plugins/agentic-awesome-skills/.codex-plugin/plugin.json`.
|
|
31
31
|
|
|
32
32
|
It also generates bundle-specific Codex plugins so you can install a curated pack such as `Essentials` or `Web Wizard` as a marketplace plugin instead of loading the full library.
|
|
33
33
|
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
If you searched for **Cursor skills** on GitHub, this repository is built to be a practical starting point: installable skills, clear usage docs, and a large library that works well with Cursor chat workflows.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Agentic Awesome Skills supports Cursor through the `.cursor/skills/` path and keeps the entry point simple: install once, then invoke the skills you need in chat.
|
|
6
6
|
|
|
7
|
-
## How to use
|
|
7
|
+
## How to use Agentic Awesome Skills with Cursor
|
|
8
8
|
|
|
9
9
|
Install the library into Cursor's skills directory, then call skills directly in chat with `@skill-name`. Cursor works especially well when you combine planning, implementation, and validation skills inside one conversation.
|
|
10
10
|
|
|
@@ -18,7 +18,7 @@ Install the library into Cursor's skills directory, then call skills directly in
|
|
|
18
18
|
## Install Cursor Skills
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
npx
|
|
21
|
+
npx agentic-awesome-skills --cursor
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
### Verify the install
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Frequently Asked Questions (FAQ)
|
|
2
2
|
|
|
3
|
-
**Got questions?** You're not alone! Here are answers to the most common questions about
|
|
3
|
+
**Got questions?** You're not alone! Here are answers to the most common questions about Agentic Awesome Skills.
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -122,19 +122,19 @@ _Always check the Risk label and review the code._
|
|
|
122
122
|
|
|
123
123
|
It depends on how you install:
|
|
124
124
|
|
|
125
|
-
- **Using the installer CLI (`npx
|
|
125
|
+
- **Using the installer CLI (`npx agentic-awesome-skills`)**:
|
|
126
126
|
The default install target is `~/.agents/skills/` for Antigravity's global library.
|
|
127
127
|
- **Using a tool-specific flag**:
|
|
128
128
|
Use `--claude`, `--cursor`, `--gemini`, `--codex`, `--kiro`, or `--antigravity` to target the matching tool path automatically.
|
|
129
129
|
- **Using a manual clone or custom workspace path**:
|
|
130
130
|
`.agent/skills/` is still a good universal workspace convention for Antigravity/custom setups.
|
|
131
131
|
|
|
132
|
-
If you get a 404 from npm, use: `npx github:sickn33/
|
|
132
|
+
If you get a 404 from npm, use: `npx github:sickn33/agentic-awesome-skills`
|
|
133
133
|
|
|
134
134
|
**Using git clone:**
|
|
135
135
|
|
|
136
136
|
```bash
|
|
137
|
-
git clone https://github.com/sickn33/
|
|
137
|
+
git clone https://github.com/sickn33/agentic-awesome-skills.git .agent/skills
|
|
138
138
|
```
|
|
139
139
|
|
|
140
140
|
The installer CLI is the recommended path for most users because it performs a lighter shallow clone of the current library. Manual `git clone` is still the right option when you want the full repository history or plan to contribute from the same checkout.
|
|
@@ -149,8 +149,8 @@ The installer CLI is the recommended path for most users because it performs a l
|
|
|
149
149
|
**Claude Code plugin marketplace alternative:**
|
|
150
150
|
|
|
151
151
|
```text
|
|
152
|
-
/plugin marketplace add sickn33/
|
|
153
|
-
/plugin install
|
|
152
|
+
/plugin marketplace add sickn33/agentic-awesome-skills
|
|
153
|
+
/plugin install agentic-awesome-skills
|
|
154
154
|
```
|
|
155
155
|
|
|
156
156
|
This repository now includes `.claude-plugin/marketplace.json` and `.claude-plugin/plugin.json` so Claude Code can install the same skill tree through the plugin marketplace.
|
|
@@ -160,7 +160,7 @@ This repository now includes `.claude-plugin/marketplace.json` and `.claude-plug
|
|
|
160
160
|
This repository also includes repo-local plugin metadata for Codex:
|
|
161
161
|
|
|
162
162
|
- `.agents/plugins/marketplace.json`
|
|
163
|
-
- `plugins/
|
|
163
|
+
- `plugins/agentic-awesome-skills/.codex-plugin/plugin.json`
|
|
164
164
|
|
|
165
165
|
That path exposes the new plugin-safe Codex root plugin plus generated bundle plugins. For the full explanation, read [plugins.md](plugins.md).
|
|
166
166
|
|
|
@@ -203,10 +203,10 @@ So it is normal for the **full library** to be larger than the **plugin-safe** p
|
|
|
203
203
|
**Yes.** Use the same standard install flow as other platforms:
|
|
204
204
|
|
|
205
205
|
```bash
|
|
206
|
-
npx
|
|
206
|
+
npx agentic-awesome-skills
|
|
207
207
|
```
|
|
208
208
|
|
|
209
|
-
If you have an older clone created around the removed symlink workaround, reinstall into a fresh directory or rerun `npx
|
|
209
|
+
If you have an older clone created around the removed symlink workaround, reinstall into a fresh directory or rerun `npx agentic-awesome-skills`.
|
|
210
210
|
|
|
211
211
|
### I hit a truncation or context crash loop on Windows. How do I recover?
|
|
212
212
|
|
|
@@ -222,7 +222,7 @@ It includes:
|
|
|
222
222
|
|
|
223
223
|
- the manual cleanup steps for broken Local Storage / Session Storage / IndexedDB state
|
|
224
224
|
- the default Antigravity Windows paths to back up first
|
|
225
|
-
- an optional batch script adapted from [issue #274](https://github.com/sickn33/
|
|
225
|
+
- an optional batch script adapted from [issue #274](https://github.com/sickn33/agentic-awesome-skills/issues/274)
|
|
226
226
|
|
|
227
227
|
### I hit context overload on Linux or macOS. What should I do?
|
|
228
228
|
|
|
@@ -237,20 +237,32 @@ That guide shows how to run `scripts/activate-skills.sh` from a cloned copy of t
|
|
|
237
237
|
Usually no. For OpenCode and other hosts that read from `.agents/skills`, start with a reduced install instead of copying the full library:
|
|
238
238
|
|
|
239
239
|
```bash
|
|
240
|
-
npx
|
|
240
|
+
npx agentic-awesome-skills --path .agents/skills --category development,backend --risk safe,none
|
|
241
241
|
```
|
|
242
242
|
|
|
243
243
|
You can narrow further with `--tags` or exclude values with a trailing `-`:
|
|
244
244
|
|
|
245
245
|
```bash
|
|
246
|
-
npx
|
|
246
|
+
npx agentic-awesome-skills --path .agents/skills --tags debugging,typescript-
|
|
247
247
|
```
|
|
248
248
|
|
|
249
|
+
To manage a reproducible exact set and inspect every install, update, or removal without writing:
|
|
250
|
+
|
|
251
|
+
```bash
|
|
252
|
+
npx agentic-awesome-skills@14.3.0 --path .agents/skills --release 14.3.0 --skills frontend-design,backend-dev-guidelines --dry-run
|
|
253
|
+
```
|
|
254
|
+
|
|
255
|
+
Remove `--dry-run` only after reviewing the plan.
|
|
256
|
+
|
|
257
|
+
If you prefer to assemble and review the set visually, use the hosted [Skill Workbench](https://sickn33.github.io/agentic-awesome-skills/workbench). It filters recorded risk, provenance, host compatibility, and setup evidence before generating the same release-pinned commands.
|
|
258
|
+
|
|
249
259
|
The filter rules are:
|
|
250
260
|
|
|
251
261
|
- comma-separated values are ORed within one flag
|
|
252
262
|
- exclusions use a trailing `-`, for example `legal-`
|
|
253
263
|
- `--risk`, `--category`, and `--tags` combine with AND
|
|
264
|
+
- `--skills` accepts exact names, ids, or nested paths; unknown or ambiguous values fail closed
|
|
265
|
+
- exact selection and metadata filters combine with AND
|
|
254
266
|
|
|
255
267
|
This keeps the installed skill set smaller and reduces the chance of context overload in OpenCode-style runtimes.
|
|
256
268
|
|
|
@@ -266,7 +278,7 @@ Practical mitigation:
|
|
|
266
278
|
1. Start with a reduced install in `.agents/skills`:
|
|
267
279
|
|
|
268
280
|
```bash
|
|
269
|
-
npx
|
|
281
|
+
npx agentic-awesome-skills --path .agents/skills --category development,backend --risk safe,none
|
|
270
282
|
```
|
|
271
283
|
|
|
272
284
|
2. Avoid loading large autonomy/conductor-style skills until the base flow is stable.
|
|
@@ -361,7 +373,7 @@ Examples:
|
|
|
361
373
|
|
|
362
374
|
### A skill gives incorrect or outdated advice
|
|
363
375
|
|
|
364
|
-
Please [Open an issue](https://github.com/sickn33/
|
|
376
|
+
Please [Open an issue](https://github.com/sickn33/agentic-awesome-skills/issues)!
|
|
365
377
|
Include:
|
|
366
378
|
|
|
367
379
|
- Which skill
|
|
@@ -446,4 +458,4 @@ Maintainers regenerate and canonicalize those files on `main` after merge. If yo
|
|
|
446
458
|
- Try `@test-driven-development` for better code quality
|
|
447
459
|
- Explore `@skill-creator` to make your own skills
|
|
448
460
|
|
|
449
|
-
**Still confused?** [Open a discussion](https://github.com/sickn33/
|
|
461
|
+
**Still confused?** [Open a discussion](https://github.com/sickn33/agentic-awesome-skills/discussions) and we'll help you out! 🙌
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
If you are evaluating **Gemini CLI skills** on GitHub, this repository is a strong broad starting point: installable skills, large coverage, and clear onboarding for day-one use.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Agentic Awesome Skills supports Gemini CLI through the `.gemini/skills/` path and combines general engineering playbooks with specialized skills for AI systems, integrations, infrastructure, testing, product, and growth.
|
|
6
6
|
|
|
7
|
-
## How to use
|
|
7
|
+
## How to use Agentic Awesome Skills with Gemini CLI
|
|
8
8
|
|
|
9
9
|
Install into the Gemini skills path, then ask Gemini to apply one skill at a time to a specific task. This works best when you keep the active set small and choose a clear workflow-oriented skill for the job in front of you.
|
|
10
10
|
|
|
@@ -12,13 +12,13 @@ Install into the Gemini skills path, then ask Gemini to apply one skill at a tim
|
|
|
12
12
|
|
|
13
13
|
- It installs directly into the expected Gemini skills path.
|
|
14
14
|
- It includes both core software engineering skills and deeper agent/LLM-oriented skills.
|
|
15
|
-
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,
|
|
15
|
+
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,958+ files.
|
|
16
16
|
- It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
|
|
17
17
|
|
|
18
18
|
## Install Gemini CLI Skills
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
npx
|
|
21
|
+
npx agentic-awesome-skills --gemini
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
### Verify the install
|