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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
If you are researching **AI agent skills** on GitHub, the biggest decision is usually not "which single skill is best?" but "do I want a broad installable library or a smaller curated collection?"
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Agentic Awesome Skills is built for the first path: broad coverage, multiple supported tools, installation help, onboarding docs, bundles, workflows, and a catalog that supports both beginner and advanced users.
|
|
6
6
|
|
|
7
7
|
## What to look for in an AI agent skills library
|
|
8
8
|
|
|
@@ -12,7 +12,7 @@ Antigravity Awesome Skills is built for the first path: broad coverage, multiple
|
|
|
12
12
|
- **Onboarding quality**: are there docs, bundles, workflows, and examples, or only raw files?
|
|
13
13
|
- **Trust model**: does the repo identify official sources, security posture, and community review expectations?
|
|
14
14
|
|
|
15
|
-
## When
|
|
15
|
+
## When Agentic Awesome Skills is a good fit
|
|
16
16
|
|
|
17
17
|
- You want one library that spans planning, coding, debugging, testing, security, infra, product, and marketing.
|
|
18
18
|
- You care about installation paths and practical onboarding, not only catalog size.
|
|
@@ -34,12 +34,12 @@ Antigravity Awesome Skills is built for the first path: broad coverage, multiple
|
|
|
34
34
|
|
|
35
35
|
## Compare broad vs curated libraries
|
|
36
36
|
|
|
37
|
-
- [`
|
|
37
|
+
- [`agentic-awesome-skills-vs-awesome-claude-skills.md`](agentic-awesome-skills-vs-awesome-claude-skills.md)
|
|
38
38
|
- [`best-claude-code-skills-github.md`](best-claude-code-skills-github.md)
|
|
39
39
|
- [`best-cursor-skills-github.md`](best-cursor-skills-github.md)
|
|
40
40
|
|
|
41
41
|
## Quick recommendation
|
|
42
42
|
|
|
43
|
-
- Choose **
|
|
43
|
+
- Choose **Agentic Awesome Skills** if you want a large, installable, multi-tool library with onboarding help.
|
|
44
44
|
- Choose a smaller curated repo if you want fewer choices and more editorial filtering.
|
|
45
45
|
- If you are unsure, install this repo first, start with [`bundles.md`](bundles.md), and then compare alternatives once you know your preferred workflow.
|
|
@@ -4,7 +4,7 @@ If you are looking for the **best Claude Code skills on GitHub**, there is no si
|
|
|
4
4
|
|
|
5
5
|
## Best overall installable library
|
|
6
6
|
|
|
7
|
-
### 1. [sickn33/
|
|
7
|
+
### 1. [sickn33/agentic-awesome-skills](https://github.com/sickn33/agentic-awesome-skills)
|
|
8
8
|
|
|
9
9
|
Best for teams and individual developers who want one large installable library with onboarding docs, bundles, workflows, and support for more than just Claude Code.
|
|
10
10
|
|
|
@@ -52,11 +52,11 @@ Choose this if you want:
|
|
|
52
52
|
|
|
53
53
|
## How to choose quickly
|
|
54
54
|
|
|
55
|
-
- Choose **
|
|
55
|
+
- Choose **Agentic Awesome Skills** if you want the most practical install-and-use path.
|
|
56
56
|
- Choose **VoltAgent Awesome Agent Skills** if you want the strongest curated shortlist.
|
|
57
57
|
- Choose **anthropics/skills** if official vendor reference matters most.
|
|
58
58
|
- Choose **karanb192/awesome-claude-skills** if you want a smaller community-first Claude library.
|
|
59
59
|
|
|
60
60
|
## Recommended next step
|
|
61
61
|
|
|
62
|
-
If you want to get productive quickly, install [
|
|
62
|
+
If you want to get productive quickly, install [Agentic Awesome Skills](https://github.com/sickn33/agentic-awesome-skills) and start with [`claude-code-skills.md`](claude-code-skills.md) plus [`bundles.md`](bundles.md).
|
|
@@ -4,7 +4,7 @@ If you are searching for the **best Cursor skills on GitHub**, the best option d
|
|
|
4
4
|
|
|
5
5
|
## Best overall installable library
|
|
6
6
|
|
|
7
|
-
### 1. [sickn33/
|
|
7
|
+
### 1. [sickn33/agentic-awesome-skills](https://github.com/sickn33/agentic-awesome-skills)
|
|
8
8
|
|
|
9
9
|
Best for developers who want one repository they can install into Cursor and keep using across frontend, backend, testing, infra, product, and growth work.
|
|
10
10
|
|
|
@@ -52,11 +52,11 @@ Choose this if you want:
|
|
|
52
52
|
|
|
53
53
|
## How to choose quickly
|
|
54
54
|
|
|
55
|
-
- Choose **
|
|
55
|
+
- Choose **Agentic Awesome Skills** if you want the strongest install-and-use path for real day-to-day Cursor work.
|
|
56
56
|
- Choose **VoltAgent Awesome Agent Skills** if you want curation first and installation later.
|
|
57
57
|
- Choose **Ai-Agent-Skills** if you want a smaller installable library.
|
|
58
58
|
- Choose **cursor-skills** if you want the most Cursor-specific starting point.
|
|
59
59
|
|
|
60
60
|
## Recommended next step
|
|
61
61
|
|
|
62
|
-
If your goal is to start working in Cursor today, install [
|
|
62
|
+
If your goal is to start working in Cursor today, install [Agentic Awesome Skills](https://github.com/sickn33/agentic-awesome-skills) and continue with [`cursor-skills.md`](cursor-skills.md).
|
|
@@ -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,962+ | 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,962+ 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
|