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
|
@@ -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,962+ 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
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Getting Started with
|
|
1
|
+
# Getting Started with Agentic Awesome Skills (V14.5.0)
|
|
2
2
|
|
|
3
3
|
**New here? This guide will help you supercharge your AI Agent in 5 minutes.**
|
|
4
4
|
|
|
@@ -29,21 +29,31 @@ If you prefer a marketplace-style install for **Claude Code** or **Codex**, use
|
|
|
29
29
|
**Option A — npx (easiest):**
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
npx
|
|
32
|
+
npx agentic-awesome-skills
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
This clones to `~/.agents/skills` by default. Use `--cursor`, `--claude`, `--gemini`, `--codex`, `--kiro`, or `--agy` to install for a specific tool, or `--path <dir>` for a custom location. Run `npx
|
|
35
|
+
This clones to `~/.agents/skills` by default. Use `--cursor`, `--claude`, `--gemini`, `--codex`, `--kiro`, or `--agy` to install for a specific tool, or `--path <dir>` for a custom location. Run `npx agentic-awesome-skills --help` for details.
|
|
36
36
|
The installer uses a shallow clone by default so you get the current library without paying for the full git history on first install.
|
|
37
37
|
|
|
38
|
-
If you see a 404 error, use: `npx github:sickn33/
|
|
38
|
+
If you see a 404 error, use: `npx github:sickn33/agentic-awesome-skills`
|
|
39
39
|
|
|
40
40
|
**Option B — git clone:**
|
|
41
41
|
|
|
42
42
|
```bash
|
|
43
43
|
# Universal (works for most agents)
|
|
44
|
-
git clone https://github.com/sickn33/
|
|
44
|
+
git clone https://github.com/sickn33/agentic-awesome-skills.git .agent/skills
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
+
**Option C — one exact skill with GitHub CLI (preview):**
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
gh skill preview sickn33/agentic-awesome-skills skills/brainstorming/SKILL.md
|
|
51
|
+
gh skill install sickn33/agentic-awesome-skills skills/brainstorming/SKILL.md \
|
|
52
|
+
--agent github-copilot --scope user --pin v14.2.0
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
GitHub CLI skill support is currently in preview. In this large repository, use an exact `SKILL.md` path to avoid ambiguous canonical/plugin mirrors and unnecessary full-tree discovery. Avoid `--all` unless you intentionally want every discovered skill.
|
|
56
|
+
|
|
47
57
|
### 2. Pick Your Persona
|
|
48
58
|
|
|
49
59
|
Find the bundle that matches your role (see [bundles.md](bundles.md)):
|
|
@@ -100,7 +110,7 @@ Once installed, just talk to your AI naturally.
|
|
|
100
110
|
|
|
101
111
|
| Tool | Status | Path |
|
|
102
112
|
| :-------------- | :-------------- | :-------------------------------------------------------------------- |
|
|
103
|
-
| **Claude Code** | ✅ Full Support | `.claude/skills/` or install via `/plugin marketplace add sickn33/
|
|
113
|
+
| **Claude Code** | ✅ Full Support | `.claude/skills/` or install via `/plugin marketplace add sickn33/agentic-awesome-skills` |
|
|
104
114
|
| **Gemini CLI** | ✅ Full Support | `.gemini/skills/` |
|
|
105
115
|
| **Codex CLI** | ✅ Full Support | `.codex/skills/` or use the repo-local plugin metadata described in [plugins.md](plugins.md) |
|
|
106
116
|
| **Kiro CLI** | ✅ Full Support | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` |
|
|
@@ -110,7 +120,7 @@ Once installed, just talk to your AI naturally.
|
|
|
110
120
|
| **Cursor** | ✅ Native | `.cursor/skills/` |
|
|
111
121
|
| **OpenCode** | ✅ Full Support | `.agents/skills/` (prefer reduced installs with `--risk`, `--category`, or `--tags`) |
|
|
112
122
|
| **AdaL CLI** | ✅ Full Support | `.adal/skills/` |
|
|
113
|
-
| **Copilot** |
|
|
123
|
+
| **Copilot** | ✅ Native (preview) | `gh skill install ... --agent github-copilot` at project or user scope |
|
|
114
124
|
|
|
115
125
|
---
|
|
116
126
|
|
|
@@ -137,8 +147,8 @@ If you prefer a plugin install instead of copying skills into tool directories,
|
|
|
137
147
|
For Claude Code, use:
|
|
138
148
|
|
|
139
149
|
```text
|
|
140
|
-
/plugin marketplace add sickn33/
|
|
141
|
-
/plugin install
|
|
150
|
+
/plugin marketplace add sickn33/agentic-awesome-skills
|
|
151
|
+
/plugin install agentic-awesome-skills
|
|
142
152
|
```
|
|
143
153
|
|
|
144
154
|
For Codex, this repository also ships a root plugin plus bundle plugins through the repo-local metadata described in [plugins.md](plugins.md).
|
|
@@ -150,16 +160,16 @@ A: You clone the whole repo once; your AI only _reads_ the skills you invoke (or
|
|
|
150
160
|
A: Yes! Use the **@skill-creator** skill to build your own.
|
|
151
161
|
|
|
152
162
|
**Q: What if Antigravity on Windows gets stuck in a truncation crash loop?**
|
|
153
|
-
A: Follow the recovery steps in [windows-truncation-recovery.md](windows-truncation-recovery.md). It explains which Antigravity storage folders to back up and clear, and includes an optional batch helper adapted from [issue #274](https://github.com/sickn33/
|
|
163
|
+
A: Follow the recovery steps in [windows-truncation-recovery.md](windows-truncation-recovery.md). It explains which Antigravity storage folders to back up and clear, and includes an optional batch helper adapted from [issue #274](https://github.com/sickn33/agentic-awesome-skills/issues/274).
|
|
154
164
|
|
|
155
165
|
**Q: What if Antigravity overloads on Linux or macOS when too many skills are active?**
|
|
156
166
|
A: Use the activation flow in [agent-overload-recovery.md](agent-overload-recovery.md). It shows how to run `scripts/activate-skills.sh` from a cloned repo so you can keep the full library archived and activate only the bundles or skills you need in the live Antigravity directory.
|
|
157
167
|
|
|
158
168
|
**Q: What if `agy` does not show installed skills when I type `/`?**
|
|
159
|
-
A: The Antigravity CLI reads skill directories from `~/.gemini/antigravity-cli/skills/<skill>/SKILL.md`. Run `npx
|
|
169
|
+
A: The Antigravity CLI reads skill directories from `~/.gemini/antigravity-cli/skills/<skill>/SKILL.md`. Run `npx agentic-awesome-skills --agy`, restart `agy`, then open `/skills` or type a specific slash command such as `/brainstorming`.
|
|
160
170
|
|
|
161
171
|
**Q: What if OpenCode or another `.agents/skills` host becomes unstable with a full install?**
|
|
162
|
-
A: Start with a reduced install instead of copying the whole library. For example: `npx
|
|
172
|
+
A: Start with a reduced install instead of copying the whole library. For example: `npx agentic-awesome-skills --path .agents/skills --category development,backend --risk safe,none`. You can narrow further with `--tags` and use a trailing `-` to exclude values such as `typescript-`. To manage a reproducible exact set, first preview it with `npx agentic-awesome-skills@14.3.0 --path .agents/skills --release 14.3.0 --skills frontend-design,backend-dev-guidelines --dry-run`, then remove `--dry-run` only after reviewing the plan.
|
|
163
173
|
|
|
164
174
|
**Q: Is this free?**
|
|
165
175
|
A: Yes. Original code and tooling are MIT-licensed, and original documentation/non-code written content is CC BY 4.0. See [../../LICENSE](../../LICENSE) and [../../LICENSE-CONTENT](../../LICENSE-CONTENT).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Overview
|
|
4
4
|
|
|
5
|
-
This guide explains how to use
|
|
5
|
+
This guide explains how to use Agentic Awesome Skills with **Kiro CLI**, AWS's agentic AI-powered coding assistant.
|
|
6
6
|
|
|
7
7
|
## What is Kiro?
|
|
8
8
|
|
|
@@ -18,7 +18,7 @@ Kiro is AWS's agentic AI IDE that combines:
|
|
|
18
18
|
|
|
19
19
|
Kiro's agentic capabilities are enhanced by skills that provide:
|
|
20
20
|
|
|
21
|
-
- **Domain expertise** across 1,
|
|
21
|
+
- **Domain expertise** across 1,962+ specialized areas
|
|
22
22
|
- **Best practices** from Anthropic, OpenAI, Google, Microsoft, and AWS
|
|
23
23
|
- **Workflow automation** for common development tasks
|
|
24
24
|
- **AWS-specific patterns** for serverless, infrastructure, and cloud architecture
|
|
@@ -29,7 +29,7 @@ Kiro's agentic capabilities are enhanced by skills that provide:
|
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
31
|
# Install to Kiro's default skills directory
|
|
32
|
-
npx
|
|
32
|
+
npx agentic-awesome-skills --kiro
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
This installs skills to `~/.kiro/skills/`
|
|
@@ -38,7 +38,7 @@ This installs skills to `~/.kiro/skills/`
|
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
40
|
# Clone directly to Kiro's skills directory
|
|
41
|
-
git clone https://github.com/sickn33/
|
|
41
|
+
git clone https://github.com/sickn33/agentic-awesome-skills.git ~/.kiro/skills
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
### Verification
|
|
@@ -216,7 +216,7 @@ ls -la ~/.kiro/skills/
|
|
|
216
216
|
|
|
217
217
|
# Reinstall if needed
|
|
218
218
|
rm -rf ~/.kiro/skills
|
|
219
|
-
npx
|
|
219
|
+
npx agentic-awesome-skills --kiro
|
|
220
220
|
```
|
|
221
221
|
|
|
222
222
|
### Skill Not Found
|
|
@@ -299,6 +299,6 @@ Found a Kiro-specific use case or workflow? Contribute to this guide:
|
|
|
299
299
|
|
|
300
300
|
## Support
|
|
301
301
|
|
|
302
|
-
- **Issues**: [GitHub Issues](https://github.com/sickn33/
|
|
303
|
-
- **Discussions**: [GitHub Discussions](https://github.com/sickn33/
|
|
302
|
+
- **Issues**: [GitHub Issues](https://github.com/sickn33/agentic-awesome-skills/issues)
|
|
303
|
+
- **Discussions**: [GitHub Discussions](https://github.com/sickn33/agentic-awesome-skills/discussions)
|
|
304
304
|
- **Community**: [Community Guidelines](../contributors/community-guidelines.md)
|
|
@@ -6,7 +6,7 @@ This page is the canonical explanation of what those plugins are, how they diffe
|
|
|
6
6
|
|
|
7
7
|
## What a plugin is in this repo
|
|
8
8
|
|
|
9
|
-
In
|
|
9
|
+
In Agentic Awesome Skills, a plugin is a packaged, installable distribution of skills plus the metadata a host tool needs to expose that distribution through its plugin or marketplace flow.
|
|
10
10
|
|
|
11
11
|
Plugins are useful when you want:
|
|
12
12
|
|
|
@@ -26,8 +26,8 @@ You now have two valid ways to use this repository with Claude Code or Codex.
|
|
|
26
26
|
Use the installer or clone the repository directly when you want the broadest possible coverage:
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
npx
|
|
30
|
-
npx
|
|
29
|
+
npx agentic-awesome-skills --claude
|
|
30
|
+
npx agentic-awesome-skills --codex
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
Or clone manually into your preferred skills directory.
|
|
@@ -43,7 +43,7 @@ Choose the full library when you want:
|
|
|
43
43
|
Use the plugin marketplace or repo-local plugin metadata when you want a curated, installable distribution:
|
|
44
44
|
|
|
45
45
|
- **Claude Code** uses `.claude-plugin/marketplace.json` and `.claude-plugin/plugin.json`
|
|
46
|
-
- **Codex** uses `.agents/plugins/marketplace.json` and `plugins/
|
|
46
|
+
- **Codex** uses `.agents/plugins/marketplace.json` and `plugins/agentic-awesome-skills/.codex-plugin/plugin.json`
|
|
47
47
|
|
|
48
48
|
Choose the plugin route when you want:
|
|
49
49
|
|
|
@@ -90,7 +90,6 @@ Specialized plugins are smaller, role-based or workflow-based distributions gene
|
|
|
90
90
|
- `AAS Security Engineer`
|
|
91
91
|
- `AAS Data Analytics`
|
|
92
92
|
- `AAS Documents & Presentations`
|
|
93
|
-
- `AAS OSS Maintainer`
|
|
94
93
|
- `AAS Agent & MCP Builder`
|
|
95
94
|
|
|
96
95
|
Use a specialized plugin when you want:
|
|
@@ -112,8 +111,8 @@ Relevant files:
|
|
|
112
111
|
Typical install flow:
|
|
113
112
|
|
|
114
113
|
```text
|
|
115
|
-
/plugin marketplace add sickn33/
|
|
116
|
-
/plugin install
|
|
114
|
+
/plugin marketplace add sickn33/agentic-awesome-skills
|
|
115
|
+
/plugin install agentic-awesome-skills
|
|
117
116
|
```
|
|
118
117
|
|
|
119
118
|
Claude Code bundle plugins are also published through the same marketplace metadata, so you can install a focused bundle instead of the root plugin if you prefer.
|
|
@@ -125,7 +124,7 @@ Codex uses repo-local plugin metadata that points at the local plugin folders ge
|
|
|
125
124
|
Relevant files:
|
|
126
125
|
|
|
127
126
|
- `.agents/plugins/marketplace.json`
|
|
128
|
-
- `plugins/
|
|
127
|
+
- `plugins/agentic-awesome-skills/.codex-plugin/plugin.json`
|
|
129
128
|
|
|
130
129
|
The Codex root plugin exposes the same plugin-safe library idea as Claude Code, but through Codex's plugin metadata conventions.
|
|
131
130
|
|
|
@@ -152,7 +151,7 @@ Choose a **specialized plugin** if:
|
|
|
152
151
|
- you want plugin convenience without the breadth of the root plugin
|
|
153
152
|
- you want the plugin itself to communicate a clear job, audience, and workflow
|
|
154
153
|
|
|
155
|
-
The hosted [specialized plugin landing page](https://sickn33.github.io/
|
|
154
|
+
The hosted [specialized plugin landing page](https://sickn33.github.io/agentic-awesome-skills/plugins) is the quickest way to compare the current AAS plugin packs.
|
|
156
155
|
|
|
157
156
|
## Related guides
|
|
158
157
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Total Security Skills Found: 128
|
|
4
4
|
|
|
5
|
-
This report lists all security-related skills found in the `
|
|
5
|
+
This report lists all security-related skills found in the `agentic-awesome-skills` repository, including their descriptions, use cases, and example prompts.
|
|
6
6
|
|
|
7
7
|
## accessibility-compliance-accessibility-audit (`accessibility-compliance-accessibility-audit`)
|
|
8
8
|
|
|
@@ -70,7 +70,7 @@ Use **both** when:
|
|
|
70
70
|
|
|
71
71
|
## How this repo fits in
|
|
72
72
|
|
|
73
|
-
|
|
73
|
+
Agentic Awesome Skills is primarily a **skill library**:
|
|
74
74
|
|
|
75
75
|
- installable `SKILL.md` playbooks
|
|
76
76
|
- bundles for role-based starting points
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Specialized Plugin Roadmap
|
|
2
2
|
|
|
3
|
-
This roadmap shifts
|
|
3
|
+
This roadmap shifts Agentic Awesome Skills from "one giant plugin with every safe skill" toward a smaller set of focused, high-value Codex and Claude plugins.
|
|
4
4
|
|
|
5
5
|
The full catalog remains useful as a repository and installer. The plugin product should be different: clear jobs, narrow install surfaces, strong names, and skill groups that users can trust without browsing 1,678 options.
|
|
6
6
|
|
|
@@ -26,7 +26,7 @@ This snapshot pass evaluated the then-current local catalog. For current catalog
|
|
|
26
26
|
|
|
27
27
|
Candidate details live in `data/specialized-plugin-candidates.json`. Each listed skill ID exists in the catalog and was checked as Codex-supported.
|
|
28
28
|
|
|
29
|
-
The candidates are now enabled as editorial bundle plugins. Running `npm run bundles:sync` materializes them under `plugins/
|
|
29
|
+
The candidates are now enabled as editorial bundle plugins. Running `npm run bundles:sync` materializes them under `plugins/agentic-bundle-aas-*`, adds Codex marketplace entries in `.agents/plugins/marketplace.json`, adds Claude marketplace entries in `.claude-plugin/marketplace.json`, and refreshes `docs/users/bundles.md`.
|
|
30
30
|
|
|
31
31
|
## Tier 1 Plugins
|
|
32
32
|
|
|
@@ -41,7 +41,6 @@ These should become the primary marketplace surface.
|
|
|
41
41
|
| AAS Documents & Presentations | Create, edit, convert, and automate DOCX/XLSX/PPTX/PDF/Google files. | Concrete productivity plugin with obvious user value and room for app integrations. |
|
|
42
42
|
| AAS Data Analytics | Track, query, visualize, dashboard, and experiment. | Data workflows need a repeatable toolchain, not one isolated skill. |
|
|
43
43
|
| AAS Agent & MCP Builder | Build agentic apps, MCP tools, RAG, and eval loops. | Maps directly to plugin-based agent workflows because it can grow into MCP config. |
|
|
44
|
-
| AAS OSS Maintainer | Manage PRs, reviews, releases, changelogs, and repo guidance. | Very useful for this repository's own maintainer workflow. |
|
|
45
44
|
| AAS QA & Test Automation | Write, debug, stabilize, and scale tests. | Testing is a workflow chain: TDD, browser automation, failure diagnosis, and regression prevention. |
|
|
46
45
|
| AAS DevOps & Cloud | Ship infrastructure, deployment, and operational workflows. | Strong fit for scripts, deployment gates, incident practice, and cloud patterns. |
|
|
47
46
|
| AAS Accessibility & Inclusive UX | Audit, test, and fix accessible product experiences. | Accessibility is a standalone product-quality workflow across audit, automated scans, screen readers, fixes, and QA. |
|
|
@@ -95,7 +94,7 @@ Implemented in the repository:
|
|
|
95
94
|
|
|
96
95
|
- `data/editorial-bundles.json` includes all 22 specialized plugin candidates.
|
|
97
96
|
- `data/specialized-plugin-candidates.json` remains the source-of-truth shortlist and rationale.
|
|
98
|
-
- `plugins/
|
|
97
|
+
- `plugins/agentic-bundle-aas-*` contains the generated plugin folders.
|
|
99
98
|
- `.agents/plugins/marketplace.json` and `.claude-plugin/marketplace.json` expose the generated plugin entries.
|
|
100
99
|
- `docs/users/bundles.md` renders the specialized plugin sections for users.
|
|
101
100
|
|
|
@@ -12,9 +12,9 @@ If you came in through a **Claude Code** or **Codex** plugin instead of a full l
|
|
|
12
12
|
|
|
13
13
|
### What You Just Did
|
|
14
14
|
|
|
15
|
-
When you ran `npx
|
|
15
|
+
When you ran `npx agentic-awesome-skills` or cloned the repository, you:
|
|
16
16
|
|
|
17
|
-
✅ **Downloaded 1,
|
|
17
|
+
✅ **Downloaded 1,962+ skill files** to your computer (default: `~/.agents/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
|
|
18
18
|
✅ **Made them available** to your AI assistant
|
|
19
19
|
❌ **Did NOT enable them all automatically** (they're just sitting there, waiting)
|
|
20
20
|
|
|
@@ -34,7 +34,7 @@ Bundles are **curated groups** of skills organized by role. They help you decide
|
|
|
34
34
|
|
|
35
35
|
**Analogy:**
|
|
36
36
|
|
|
37
|
-
- You installed a toolbox with 1,
|
|
37
|
+
- You installed a toolbox with 1,962+ tools (✅ done)
|
|
38
38
|
- Bundles are like **labeled organizer trays** saying: "If you're a carpenter, start with these 10 tools"
|
|
39
39
|
- You can either **pick skills from the tray** or install that tray as a focused marketplace bundle plugin
|
|
40
40
|
|
|
@@ -212,7 +212,7 @@ Let's actually use a skill right now. Follow these steps:
|
|
|
212
212
|
|
|
213
213
|
## Step 5: Picking Your First Skills (Practical Advice)
|
|
214
214
|
|
|
215
|
-
Don't try to use all 1,
|
|
215
|
+
Don't try to use all 1,962+ skills at once. Here's a sensible approach:
|
|
216
216
|
|
|
217
217
|
If you want a tool-specific starting point before choosing skills, use:
|
|
218
218
|
|
|
@@ -339,11 +339,11 @@ Usually no, but if your AI doesn't recognize a skill:
|
|
|
339
339
|
|
|
340
340
|
1. Try restarting your IDE/CLI
|
|
341
341
|
2. Check the installation path matches your tool
|
|
342
|
-
3. Try the explicit path: `npx
|
|
342
|
+
3. Try the explicit path: `npx agentic-awesome-skills --claude` (or `--cursor`, `--gemini`, etc.)
|
|
343
343
|
|
|
344
344
|
### "Can I load all skills into the model at once?"
|
|
345
345
|
|
|
346
|
-
No. Even though you have 1,
|
|
346
|
+
No. Even though you have 1,962+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
|
|
347
347
|
|
|
348
348
|
The intended pattern is:
|
|
349
349
|
|
|
@@ -372,7 +372,7 @@ Use @skill-creator to help me build a custom skill for [your task]
|
|
|
372
372
|
|
|
373
373
|
1. Check the skill's `SKILL.md` file directly in your installed path, for example: `~/.agents/skills/[skill-name]/SKILL.md`
|
|
374
374
|
2. Read the description to ensure you're using it correctly
|
|
375
|
-
3. [Open an issue](https://github.com/sickn33/
|
|
375
|
+
3. [Open an issue](https://github.com/sickn33/agentic-awesome-skills/issues) with details
|
|
376
376
|
|
|
377
377
|
---
|
|
378
378
|
|
|
@@ -434,7 +434,7 @@ If something still doesn't make sense:
|
|
|
434
434
|
|
|
435
435
|
1. Check the [FAQ](faq.md)
|
|
436
436
|
2. See [Real-World Examples](../contributors/examples.md)
|
|
437
|
-
3. [Open a Discussion](https://github.com/sickn33/
|
|
438
|
-
4. [File an Issue](https://github.com/sickn33/
|
|
437
|
+
3. [Open a Discussion](https://github.com/sickn33/agentic-awesome-skills/discussions)
|
|
438
|
+
4. [File an Issue](https://github.com/sickn33/agentic-awesome-skills/issues) to help us improve this guide!
|
|
439
439
|
|
|
440
440
|
Remember: You're not alone! The whole point of this project is to make AI assistants easier to use. If this guide didn't help, let us know so we can fix it. 🙌
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
## Repository Structure (Visual)
|
|
29
29
|
|
|
30
30
|
```
|
|
31
|
-
|
|
31
|
+
agentic-awesome-skills/
|
|
32
32
|
│
|
|
33
33
|
├── 📄 README.md ← Overview and quick start
|
|
34
34
|
├── 📄 CONTRIBUTING.md ← Contributor workflow
|
|
35
35
|
├── 📄 CATALOG.md ← Full generated catalog
|
|
36
36
|
│
|
|
37
|
-
├── 📁 skills/ ← 1,
|
|
37
|
+
├── 📁 skills/ ← 1,962+ skills live here
|
|
38
38
|
│ │
|
|
39
39
|
│ ├── 📁 brainstorming/
|
|
40
40
|
│ │ └── 📄 SKILL.md ← Skill definition
|
|
@@ -47,7 +47,7 @@ antigravity-awesome-skills/
|
|
|
47
47
|
│ │ └── 📁 2d-games/
|
|
48
48
|
│ │ └── 📄 SKILL.md ← Nested skills also supported
|
|
49
49
|
│ │
|
|
50
|
-
│ └── ... (1,
|
|
50
|
+
│ └── ... (1,962+ total)
|
|
51
51
|
│
|
|
52
52
|
├── 📁 apps/
|
|
53
53
|
│ └── 📁 web-app/ ← Interactive browser
|
|
@@ -100,7 +100,7 @@ antigravity-awesome-skills/
|
|
|
100
100
|
|
|
101
101
|
```
|
|
102
102
|
┌─────────────────────────┐
|
|
103
|
-
│ 1,
|
|
103
|
+
│ 1,962+ SKILLS │
|
|
104
104
|
└────────────┬────────────┘
|
|
105
105
|
│
|
|
106
106
|
┌────────────────────────┼────────────────────────┐
|
|
@@ -183,7 +183,7 @@ antigravity-awesome-skills/
|
|
|
183
183
|
┌─────────────────────────────────────────┐
|
|
184
184
|
│ Terminal │
|
|
185
185
|
├─────────────────────────────────────────┤
|
|
186
|
-
│ $ npx
|
|
186
|
+
│ $ npx agentic-awesome-skills │
|
|
187
187
|
│ │
|
|
188
188
|
│ ✓ Installing to │
|
|
189
189
|
│ ~/.agents/skills/ │
|
|
@@ -201,7 +201,7 @@ If you want a workspace-style manual install instead, cloning into `.agent/skill
|
|
|
201
201
|
│ ├── 📁 brainstorming/ │
|
|
202
202
|
│ ├── 📁 stripe-integration/ │
|
|
203
203
|
│ ├── 📁 react-best-practices/ │
|
|
204
|
-
│ └── ... (1,
|
|
204
|
+
│ └── ... (1,962+ total) │
|
|
205
205
|
└─────────────────────────────────────────┘
|
|
206
206
|
```
|
|
207
207
|
|
|
@@ -434,7 +434,7 @@ START HERE
|
|
|
434
434
|
├─────────────────────────────────────────────────────────────┤
|
|
435
435
|
│ │
|
|
436
436
|
│ 📥 INSTALL │
|
|
437
|
-
│ npx
|
|
437
|
+
│ npx agentic-awesome-skills │
|
|
438
438
|
│ │
|
|
439
439
|
│ 🎯 USE │
|
|
440
440
|
│ @skill-name [your request] │
|
|
@@ -75,7 +75,7 @@ See:
|
|
|
75
75
|
|
|
76
76
|
## Optional Windows batch helper
|
|
77
77
|
|
|
78
|
-
The following script is adapted from the community recovery workflow shared by [@DiggaX](https://github.com/DiggaX) in [issue #274](https://github.com/sickn33/
|
|
78
|
+
The following script is adapted from the community recovery workflow shared by [@DiggaX](https://github.com/DiggaX) in [issue #274](https://github.com/sickn33/agentic-awesome-skills/issues/274). Review it before running it.
|
|
79
79
|
|
|
80
80
|
```bat
|
|
81
81
|
@echo off
|
|
@@ -15,7 +15,7 @@ If bundles are your toolbox, workflows are your execution playbook.
|
|
|
15
15
|
|
|
16
16
|
## How to Use Workflows
|
|
17
17
|
|
|
18
|
-
1. Install the repository once (`npx
|
|
18
|
+
1. Install the repository once (`npx agentic-awesome-skills`).
|
|
19
19
|
2. Pick a workflow matching your immediate goal.
|
|
20
20
|
3. Execute steps in order and invoke the listed skills in each step.
|
|
21
21
|
4. Keep output artifacts at each step (plan, decisions, tests, validation evidence).
|
|
@@ -121,4 +121,4 @@ _Để tạo ra những trải nghiệm hoàn hảo đến từng pixel._
|
|
|
121
121
|
|
|
122
122
|
---
|
|
123
123
|
|
|
124
|
-
_Để sử dụng một gói kỹ năng, hãy cài repository một lần bằng `npx
|
|
124
|
+
_Để sử dụng một gói kỹ năng, hãy cài repository một lần bằng `npx agentic-awesome-skills`, rồi yêu cầu trợ lý AI sử dụng các skill được liệt kê trong gói._
|