opencode-skills-collection 3.1.23 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +24 -1
- package/bundled-skills/007/SKILL.md +2 -2
- package/bundled-skills/10-andruia-skill-smith/SKILL.md +1 -1
- package/bundled-skills/agent-squad/SKILL.md +5 -0
- package/bundled-skills/agent-squad/alex/SKILL.md +3 -0
- package/bundled-skills/agent-squad/aria/SKILL.md +3 -0
- package/bundled-skills/agent-squad/dep/SKILL.md +3 -0
- package/bundled-skills/agent-squad/luna/SKILL.md +4 -1
- package/bundled-skills/agent-squad/mason/SKILL.md +3 -0
- package/bundled-skills/agent-squad/max/SKILL.md +3 -0
- package/bundled-skills/agent-squad/quinn/SKILL.md +3 -0
- package/bundled-skills/agent-squad/rex/SKILL.md +3 -0
- package/bundled-skills/angular/metadata.json +1 -1
- package/bundled-skills/angular-best-practices/metadata.json +1 -1
- package/bundled-skills/angular-state-management/metadata.json +1 -1
- package/bundled-skills/angular-ui-patterns/metadata.json +1 -1
- package/bundled-skills/antigravity-skill-orchestrator/SKILL.md +2 -2
- package/bundled-skills/apify-actor-development/SKILL.md +2 -2
- package/bundled-skills/apple-container/SKILL.md +165 -0
- package/bundled-skills/apple-container/references/commands.md +1593 -0
- package/bundled-skills/apple-container/references/concepts.md +294 -0
- package/bundled-skills/apple-container/references/configuration.md +499 -0
- package/bundled-skills/apple-container/references/workflows.md +498 -0
- package/bundled-skills/ask-copilot/SKILL.md +112 -0
- package/bundled-skills/auto-research/SKILL.md +126 -0
- package/bundled-skills/brooks-lint/SKILL.md +1 -1
- package/bundled-skills/browser-harness/references/install.md +3 -1
- package/bundled-skills/chrome-extension-developer/SKILL.md +1 -1
- package/bundled-skills/clean-code-guard/SKILL.md +184 -0
- package/bundled-skills/clean-code-guard/references/ai-failure-modes.md +345 -0
- package/bundled-skills/clean-code-guard/references/comments-and-formatting.md +115 -0
- package/bundled-skills/clean-code-guard/references/dry-kiss-yagni.md +133 -0
- package/bundled-skills/clean-code-guard/references/naming-and-functions.md +187 -0
- package/bundled-skills/clean-code-guard/references/review-checklist.md +150 -0
- package/bundled-skills/clean-code-guard/references/solid.md +280 -0
- package/bundled-skills/clean-code-guard/references/sources.md +47 -0
- package/bundled-skills/cloudflare-security-audit/SKILL.md +137 -0
- package/bundled-skills/cloudflare-security-audit/references/AI-AND-LLM.md +67 -0
- package/bundled-skills/cloudflare-security-audit/references/ATTACK-CLASSES.md +116 -0
- package/bundled-skills/cloudflare-security-audit/references/CLIENT-SIDE.md +67 -0
- package/bundled-skills/cloudflare-security-audit/references/HUNTING.md +110 -0
- package/bundled-skills/cloudflare-security-audit/references/MEMORY-SAFETY-AND-BINARY.md +58 -0
- package/bundled-skills/cloudflare-security-audit/references/RECONNAISSANCE.md +46 -0
- package/bundled-skills/cloudflare-security-audit/references/VALIDATION-AND-REPORTING.md +109 -0
- package/bundled-skills/cloudflare-security-audit/references/WEB-PROTOCOL-AND-AUTH.md +85 -0
- package/bundled-skills/cloudflare-security-audit/resources/report-schema.json +210 -0
- package/bundled-skills/comfyui-gateway/references/troubleshooting.md +1 -1
- package/bundled-skills/commit/SKILL.md +2 -1
- package/bundled-skills/deepapi/SKILL.md +6 -6
- package/bundled-skills/docs/README.md +1 -1
- package/bundled-skills/docs/contributors/quality-bar.md +1 -1
- package/bundled-skills/docs/contributors/security-guardrails.md +1 -1
- package/bundled-skills/docs/integrations/jetski-cortex.md +5 -5
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +3 -3
- package/bundled-skills/docs/maintainers/ci-drift-fix.md +7 -5
- package/bundled-skills/docs/maintainers/merge-batch.md +24 -7
- package/bundled-skills/docs/maintainers/pr-autonomy.md +89 -0
- package/bundled-skills/docs/maintainers/release-notes-7.2.0.md +1 -1
- package/bundled-skills/docs/maintainers/release-process.md +9 -9
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +5 -5
- package/bundled-skills/docs/maintainers/skills-date-tracking.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +2 -2
- package/bundled-skills/docs/users/{antigravity-awesome-skills-vs-awesome-claude-skills.md → agentic-awesome-skills-vs-awesome-claude-skills.md} +5 -5
- package/bundled-skills/docs/users/ai-agent-skills.md +4 -4
- package/bundled-skills/docs/users/best-claude-code-skills-github.md +3 -3
- package/bundled-skills/docs/users/best-cursor-skills-github.md +3 -3
- package/bundled-skills/docs/users/bundles.md +56 -57
- package/bundled-skills/docs/users/claude-code-skills.md +6 -6
- package/bundled-skills/docs/users/codex-cli-skills.md +5 -5
- package/bundled-skills/docs/users/cursor-skills.md +3 -3
- package/bundled-skills/docs/users/faq.md +27 -15
- package/bundled-skills/docs/users/gemini-cli-skills.md +4 -4
- package/bundled-skills/docs/users/getting-started.md +22 -12
- package/bundled-skills/docs/users/kiro-integration.md +7 -7
- package/bundled-skills/docs/users/plugins.md +8 -9
- package/bundled-skills/docs/users/security-skills.md +1 -1
- package/bundled-skills/docs/users/skills-vs-mcp-tools.md +1 -1
- package/bundled-skills/docs/users/specialized-plugin-roadmap.md +3 -4
- package/bundled-skills/docs/users/usage.md +9 -9
- package/bundled-skills/docs/users/visual-guide.md +7 -7
- package/bundled-skills/docs/users/windows-truncation-recovery.md +1 -1
- package/bundled-skills/docs/users/workflows.md +1 -1
- package/bundled-skills/docs/vietnamese/BUNDLES.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/FAQ.vi.md +15 -8
- package/bundled-skills/docs/vietnamese/GETTING_STARTED.vi.md +12 -5
- package/bundled-skills/docs/vietnamese/QUALITY_BAR.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/README.vi.md +21 -17
- package/bundled-skills/docs/vietnamese/SECURITY_GUARDRAILS.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/SKILLS_README.vi.md +2 -2
- package/bundled-skills/docs/vietnamese/TRANSLATION_PLAN.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/VISUAL_GUIDE.vi.md +8 -8
- package/bundled-skills/docs-guard/SKILL.md +109 -0
- package/bundled-skills/docs-guard/references/code-samples.md +46 -0
- package/bundled-skills/docs-guard/references/docstrings.md +60 -0
- package/bundled-skills/docs-guard/references/review-checklist.md +45 -0
- package/bundled-skills/docs-guard/references/sources.md +22 -0
- package/bundled-skills/docs-guard/references/verification.md +51 -0
- package/bundled-skills/efficient-web-research/SKILL.md +4 -0
- package/bundled-skills/electron-development/SKILL.md +1 -1
- package/bundled-skills/event-staffing-compliance/SKILL.md +3 -0
- package/bundled-skills/event-staffing-ordering/SKILL.md +3 -0
- package/bundled-skills/feature-tracking/SKILL.md +222 -0
- package/bundled-skills/flutter-expert/SKILL.md +6 -1
- package/bundled-skills/flutter-expert/resources/implementation-playbook.md +214 -0
- package/bundled-skills/gemini-deep-research/README.md +246 -0
- package/bundled-skills/gemini-deep-research/SKILL.md +136 -0
- package/bundled-skills/gemini-deep-research/requirements.txt +2 -0
- package/bundled-skills/gemini-deep-research/scripts/research.py +692 -0
- package/bundled-skills/git-pushing/SKILL.md +21 -4
- package/bundled-skills/git-pushing/scripts/smart_commit.sh +206 -11
- package/bundled-skills/go-in-depth/scripts/workflow-script.js +4 -1
- package/bundled-skills/grok-build/SKILL.md +167 -0
- package/bundled-skills/grok-build/references/cli.md +99 -0
- package/bundled-skills/huggingface-tool-builder/references/find_models_by_paper.sh +1 -1
- package/bundled-skills/idea-autopsy/SKILL.md +147 -0
- package/bundled-skills/it-manager-hospital/README.md +1 -1
- package/bundled-skills/it-manager-pro/README.md +1 -1
- package/bundled-skills/itil-expert/README.md +1 -1
- package/bundled-skills/langgraph/SKILL.md +1 -1
- package/bundled-skills/linkedin-content-generator/SKILL.md +1 -1
- package/bundled-skills/lint-and-validate/scripts/lint_runner.py +23 -23
- package/bundled-skills/lint-and-validate/scripts/type_coverage.py +30 -30
- package/bundled-skills/logic-lens/SKILL.md +1 -1
- package/bundled-skills/lore/LICENSE +21 -0
- package/bundled-skills/lore/README.md +386 -0
- package/bundled-skills/lore/README.zh-CN.md +386 -0
- package/bundled-skills/lore/SKILL.md +453 -0
- package/bundled-skills/lore/WORKFLOWS.md +216 -0
- package/bundled-skills/lore/WORKFLOWS.zh-CN.md +216 -0
- package/bundled-skills/lore/references/audit-template.md +60 -0
- package/bundled-skills/lore/references/compatibility.md +228 -0
- package/bundled-skills/lore/references/config.md +125 -0
- package/bundled-skills/lore/references/entry-format.md +70 -0
- package/bundled-skills/lore/references/history-command.md +106 -0
- package/bundled-skills/lore/references/monorepo-detection.md +78 -0
- package/bundled-skills/lore/references/platform-mirrors.md +377 -0
- package/bundled-skills/lore/references/stale-new-markers.md +62 -0
- package/bundled-skills/lore/references/summary-template.md +98 -0
- package/bundled-skills/lore/scripts/README.md +54 -0
- package/bundled-skills/lore/scripts/README.zh-CN.md +54 -0
- package/bundled-skills/lore/scripts/find_duplicates.py +211 -0
- package/bundled-skills/lore/scripts/find_stale.py +116 -0
- package/bundled-skills/lore/scripts/history.py +527 -0
- package/bundled-skills/lore/scripts/id_hash.py +32 -0
- package/bundled-skills/lore/scripts/list_entries.py +183 -0
- package/bundled-skills/lovable-cleanup/SKILL.md +3 -3
- package/bundled-skills/makepad-splash/SKILL.md +1 -1
- package/bundled-skills/mmx-cli/SKILL.md +14 -1
- package/bundled-skills/monopoly/SKILL.md +5 -0
- package/bundled-skills/monopoly/patterns/SKILL.md +4 -0
- package/bundled-skills/monopoly/scale-benchmarks/SKILL.md +4 -0
- package/bundled-skills/monopoly/security-checklist/SKILL.md +4 -0
- package/bundled-skills/monopoly/tech-matrix/SKILL.md +4 -0
- package/bundled-skills/mtls-configuration/SKILL.md +1 -1
- package/bundled-skills/network-101/SKILL.md +4 -5
- package/bundled-skills/nika/SKILL.md +270 -0
- package/bundled-skills/not-a-vibe-coder/SKILL.md +4 -0
- package/bundled-skills/ontoly-software-graph/SKILL.md +160 -0
- package/bundled-skills/openclaw-github-repo-commander/SKILL.md +1 -1
- package/bundled-skills/pilot-protocol/SKILL.md +6 -3
- package/bundled-skills/postgres-readonly-queries/README.md +77 -0
- package/bundled-skills/postgres-readonly-queries/SKILL.md +152 -0
- package/bundled-skills/postgres-readonly-queries/connections.example.json +34 -0
- package/bundled-skills/postgres-readonly-queries/requirements.txt +1 -0
- package/bundled-skills/postgres-readonly-queries/scripts/query.py +262 -0
- package/bundled-skills/pptx-deck-creation/SKILL.md +275 -0
- package/bundled-skills/pptx-deck-creation/references/audit-checklist.md +156 -0
- package/bundled-skills/pptx-deck-creation/references/design-profiles.md +96 -0
- package/bundled-skills/pptx-deck-creation/references/python-snippets.md +150 -0
- package/bundled-skills/pptx-deck-creation/references/reference-deck-analysis.md +91 -0
- package/bundled-skills/pptx-deck-creation/references/visual-asset-adapters.md +158 -0
- package/bundled-skills/privilege-escalation-methods/SKILL.md +1 -1
- package/bundled-skills/product-decision-agent/SKILL.md +94 -0
- package/bundled-skills/product-decision-agent/agents/openai.yaml +7 -0
- package/bundled-skills/product-decision-agent/references/methodology-basis.md +232 -0
- package/bundled-skills/product-decision-agent/references/product-playbooks.md +813 -0
- package/bundled-skills/product-decision-agent/references/reasoning-engine.md +289 -0
- package/bundled-skills/product-decision-agent/references/response-examples.md +279 -0
- package/bundled-skills/product-decision-agent/scripts/quality_gate.py +221 -0
- package/bundled-skills/product-decision-agent/scripts/test_quality_gate.py +94 -0
- package/bundled-skills/pytest-skill/reference/playbook.md +358 -0
- package/bundled-skills/quit-sponsor/SKILL.md +96 -0
- package/bundled-skills/rclone-cli/references/providers/s3.md +1 -1
- package/bundled-skills/security-and-hardening/SKILL.md +1 -1
- package/bundled-skills/semgrep-rule-creator/SKILL.md +6 -6
- package/bundled-skills/skill-creator/README.md +3 -3
- package/bundled-skills/skill-creator/SKILL.md +8 -4
- package/bundled-skills/skill-creator/scripts/quick_validate.py +1 -1
- package/bundled-skills/sql-injection-testing/SKILL.md +4 -4
- package/bundled-skills/subagent-orchestrator/README.md +1 -1
- package/bundled-skills/super-code/bash/SKILL.md +3 -0
- package/bundled-skills/super-code/c/SKILL.md +3 -0
- package/bundled-skills/super-code/cpp/SKILL.md +3 -0
- package/bundled-skills/super-code/csharp/SKILL.md +3 -0
- package/bundled-skills/super-code/dart/SKILL.md +3 -0
- package/bundled-skills/super-code/elixir/SKILL.md +3 -0
- package/bundled-skills/super-code/go/SKILL.md +3 -0
- package/bundled-skills/super-code/java/SKILL.md +3 -0
- package/bundled-skills/super-code/kotlin/SKILL.md +3 -0
- package/bundled-skills/super-code/php/SKILL.md +3 -0
- package/bundled-skills/super-code/python/SKILL.md +3 -0
- package/bundled-skills/super-code/ruby/SKILL.md +3 -0
- package/bundled-skills/super-code/rust/SKILL.md +3 -0
- package/bundled-skills/super-code/scala/SKILL.md +3 -0
- package/bundled-skills/super-code/swift/SKILL.md +3 -0
- package/bundled-skills/super-code/typescript/SKILL.md +3 -0
- package/bundled-skills/telegram-bot-messaging/README.md +185 -0
- package/bundled-skills/telegram-bot-messaging/SKILL.md +101 -0
- package/bundled-skills/telegram-bot-messaging/scripts/telegram.sh +420 -0
- package/bundled-skills/test-guard/SKILL.md +132 -0
- package/bundled-skills/test-guard/references/jest.md +50 -0
- package/bundled-skills/test-guard/references/llm-app-testing.md +40 -0
- package/bundled-skills/test-guard/references/phpunit.md +56 -0
- package/bundled-skills/test-guard/references/pytest.md +65 -0
- package/bundled-skills/trading-ledger/SKILL.md +11 -3
- package/bundled-skills/uizze-ui-research/SKILL.md +93 -0
- package/bundled-skills/vibe-code-auditor/SKILL.md +1 -1
- package/bundled-skills/vibecode-production-qa-validator/SKILL.md +1 -1
- package/bundled-skills/videodb/scripts/ws_listener.py +29 -15
- package/bundled-skills/voice-ai-engine-development/README.md +1 -1
- package/bundled-skills/vulnerability-scanner/SKILL.md +1 -1
- package/bundled-skills/warehouse/SKILL.md +154 -0
- package/bundled-skills/woo-guard/SKILL.md +113 -0
- package/bundled-skills/woo-guard/references/checkout-and-money.md +64 -0
- package/bundled-skills/woo-guard/references/hpos-and-crud.md +87 -0
- package/bundled-skills/woo-guard/references/review-checklist.md +44 -0
- package/bundled-skills/woo-guard/references/sources.md +17 -0
- package/bundled-skills/wp-guard/SKILL.md +119 -0
- package/bundled-skills/wp-guard/references/i18n.md +88 -0
- package/bundled-skills/wp-guard/references/performance.md +70 -0
- package/bundled-skills/wp-guard/references/review-checklist.md +57 -0
- package/bundled-skills/wp-guard/references/security.md +100 -0
- package/bundled-skills/wp-guard/references/sources.md +27 -0
- package/bundled-skills/writing-skills/gotchas.md +1 -1
- package/bundled-skills/writing-skills/references/standards/metadata-standard.md +1 -1
- package/bundled-skills/x-twitter-scraper/SKILL.md +14 -32
- package/bundled-skills/xss-html-injection/SKILL.md +3 -3
- package/bundled-skills/youtube-seo-optimizer/SKILL.md +1 -1
- package/bundled-skills/youtube-summarizer/CHANGELOG.md +2 -2
- package/package.json +1 -1
- package/skills_index.json +273 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Getting Started with
|
|
1
|
+
# Getting Started with Agentic Awesome Skills (V14.4.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,958+ 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,958+ 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,958+ 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,958+ 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,958+ 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,958+ 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,958+ 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,958+ 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,958+ 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._
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ❓ Câu hỏi thường gặp (FAQ)
|
|
2
2
|
|
|
3
|
-
**Bạn có thắc mắc?** Bạn không hề cô đơn! Dưới đây là câu trả lời cho những câu hỏi thường gặp nhất về
|
|
3
|
+
**Bạn có thắc mắc?** Bạn không hề cô đơn! Dưới đây là câu trả lời cho những câu hỏi thường gặp nhất về Agentic Awesome Skills.
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
Skills là các tệp hướng dẫn chuyên biệt dạy cho các trợ lý AI cách xử lý những tác vụ cụ thể. Hãy coi chúng như những mô-đun kiến thức chuyên gia mà AI của bạn có thể tải khi cần.
|
|
12
12
|
**Một so sánh đơn giản:** Giống như việc bạn tham khảo ý kiến của các chuyên gia khác nhau (luật sư, bác sĩ, thợ máy), những kỹ năng này giúp AI của bạn trở thành chuyên gia trong các lĩnh vực khác nhau khi bạn cần.
|
|
13
13
|
|
|
14
|
-
### Tôi có cần phải cài đặt tất cả hơn 1,
|
|
14
|
+
### Tôi có cần phải cài đặt tất cả hơn 1,936 skills không?
|
|
15
15
|
|
|
16
16
|
**Không!** Khi bạn cài đặt repository này, tất cả các kỹ năng đều có sẵn, nhưng AI của bạn chỉ tải chúng khi bạn yêu cầu rõ ràng bằng lệnh `@ten-skill`.
|
|
17
17
|
Nó giống như việc sở hữu một thư viện - tất cả sách đều ở đó, nhưng bạn chỉ đọc những cuốn bạn cần thôi.
|
|
@@ -25,7 +25,14 @@ Nó giống như việc sở hữu một thư viện - tất cả sách đều
|
|
|
25
25
|
- ✅ **Cursor** (IDE tích hợp AI)
|
|
26
26
|
- ✅ **Antigravity IDE**
|
|
27
27
|
- ✅ **OpenCode**
|
|
28
|
-
-
|
|
28
|
+
- 🧪 **GitHub Copilot** (hỗ trợ preview qua GitHub CLI `gh skill`)
|
|
29
|
+
|
|
30
|
+
Với Copilot, `gh skill` hiện vẫn ở trạng thái preview. Repository lớn này có cả bản canonical và bản mirror trong plugin, vì vậy hãy dùng đường dẫn chính xác; chỉ dùng `--all` khi bạn thực sự muốn cài mọi bản được phát hiện:
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
gh skill preview sickn33/agentic-awesome-skills skills/brainstorming/SKILL.md
|
|
34
|
+
gh skill install sickn33/agentic-awesome-skills skills/brainstorming/SKILL.md --agent github-copilot --scope user --pin v14.2.0
|
|
35
|
+
```
|
|
29
36
|
|
|
30
37
|
### Những kỹ năng này có được sử dụng miễn phí không?
|
|
31
38
|
|
|
@@ -67,7 +74,7 @@ _Luôn kiểm tra nhãn rủi ro và xem xét mã nguồn trước khi dùng._
|
|
|
67
74
|
Đường dẫn mặc định của installer là `~/.agents/skills/` cho Antigravity global:
|
|
68
75
|
|
|
69
76
|
```bash
|
|
70
|
-
npx
|
|
77
|
+
npx agentic-awesome-skills
|
|
71
78
|
```
|
|
72
79
|
|
|
73
80
|
**Các đường dẫn cụ thể cho từng công cụ:**
|
|
@@ -87,7 +94,7 @@ npx antigravity-awesome-skills
|
|
|
87
94
|
**Có.** Hãy dùng lệnh cài đặt chuẩn:
|
|
88
95
|
|
|
89
96
|
```bash
|
|
90
|
-
npx
|
|
97
|
+
npx agentic-awesome-skills
|
|
91
98
|
```
|
|
92
99
|
|
|
93
100
|
Không còn cần workaround cũ `core.symlinks=true` hoặc bật Developer Mode chỉ để cài repository này.
|
|
@@ -97,7 +104,7 @@ Không còn cần workaround cũ `core.symlinks=true` hoặc bật Developer Mod
|
|
|
97
104
|
Chạy lại installer để lấy phiên bản mới nhất, hoặc nếu bạn cài bằng git clone thì pull trong thư mục đã clone:
|
|
98
105
|
|
|
99
106
|
```bash
|
|
100
|
-
npx
|
|
107
|
+
npx agentic-awesome-skills
|
|
101
108
|
|
|
102
109
|
# hoặc, nếu bạn tự clone repository:
|
|
103
110
|
cd ~/.agents/skills
|
|
@@ -144,7 +151,7 @@ Sử dụng biểu tượng `@` theo sau là tên skill:
|
|
|
144
151
|
|
|
145
152
|
### Một kỹ năng đưa ra lời khuyên sai hoặc lỗi thời
|
|
146
153
|
|
|
147
|
-
Hãy [Mở một issue](https://github.com/sickn33/
|
|
154
|
+
Hãy [Mở một issue](https://github.com/sickn33/agentic-awesome-skills/issues)!
|
|
148
155
|
Vui lòng gửi kèm:
|
|
149
156
|
|
|
150
157
|
- Skill nào?
|
|
@@ -185,4 +192,4 @@ Hãy chạy `npm run validate` cục bộ để kiểm tra trước khi đẩy c
|
|
|
185
192
|
- Thử `@test-driven-development` để code có chất lượng tốt hơn.
|
|
186
193
|
- Khám phá `@skill-creator` để tự tạo kỹ năng của riêng bạn.
|
|
187
194
|
|
|
188
|
-
**Vẫn còn thắc mắc?** [Mở một cuộc thảo luận (Discussion)](https://github.com/sickn33/
|
|
195
|
+
**Vẫn còn thắc mắc?** [Mở một cuộc thảo luận (Discussion)](https://github.com/sickn33/agentic-awesome-skills/discussions) và chúng tôi sẽ giúp bạn! 🙌
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Hướng dẫn Bắt đầu với
|
|
1
|
+
# Hướng dẫn Bắt đầu với Agentic Awesome Skills (V14.0.0)
|
|
2
2
|
|
|
3
3
|
**Bạn mới đến đây? Hướng dẫn này sẽ giúp bạn tăng cường sức mạnh cho trợ lý trợ lý AI của mình chỉ trong 5 phút.**
|
|
4
4
|
|
|
@@ -15,7 +15,7 @@ Các trợ lý AI (như **Claude Code**, **Codex CLI**, **Gemini CLI**, **Cursor
|
|
|
15
15
|
|
|
16
16
|
## ⚡️ Khởi động nhanh: Các "Gói khởi đầu" (Starter Packs)
|
|
17
17
|
|
|
18
|
-
Đừng lo lắng về con số hơn 1,
|
|
18
|
+
Đừng lo lắng về con số hơn 1,936 kỹ năng. Bạn không cần dùng tất cả chúng cùng một lúc.
|
|
19
19
|
Chúng tôi đã tuyển chọn các **Gói khởi đầu** để bạn có thể bắt đầu sử dụng ngay lập tức.
|
|
20
20
|
|
|
21
21
|
### 1. Cài đặt Repository
|
|
@@ -23,7 +23,7 @@ Chúng tôi đã tuyển chọn các **Gói khởi đầu** để bạn có th
|
|
|
23
23
|
Khuyến nghị dùng installer CLI. Mặc định, lệnh này cài vào `~/.agents/skills` cho Antigravity global:
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
npx
|
|
26
|
+
npx agentic-awesome-skills
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
Bạn cũng có thể dùng cờ theo công cụ, ví dụ `--claude`, `--gemini`, `--codex`, `--cursor`, `--kiro`, `--antigravity`, `--agy`, hoặc `--path <dir>` để chọn thư mục đích.
|
|
@@ -78,7 +78,14 @@ Sau khi cài đặt, bạn chỉ cần trò chuyện với AI một cách tự n
|
|
|
78
78
|
| **Cursor** | ✅ Hỗ trợ gốc | `.cursor/skills/` |
|
|
79
79
|
| **OpenCode** | ✅ Hỗ trợ đầy đủ | `.agents/skills/` |
|
|
80
80
|
| **AdaL CLI** | ✅ Hỗ trợ đầy đủ | `.adal/skills/` |
|
|
81
|
-
| **Copilot** |
|
|
81
|
+
| **Copilot** | 🧪 Hỗ trợ preview qua `gh skill` | Dùng GitHub CLI với đường dẫn skill chính xác |
|
|
82
|
+
|
|
83
|
+
> **GitHub Copilot (preview):** `gh skill` hiện vẫn ở trạng thái preview. Vì repository lớn này có cả bản canonical và bản mirror trong plugin, hãy dùng đường dẫn chính xác để tránh nhầm lẫn; chỉ dùng `--all` khi bạn thực sự muốn cài mọi bản được phát hiện:
|
|
84
|
+
>
|
|
85
|
+
> ```bash
|
|
86
|
+
> gh skill preview sickn33/agentic-awesome-skills skills/brainstorming/SKILL.md
|
|
87
|
+
> gh skill install sickn33/agentic-awesome-skills skills/brainstorming/SKILL.md --agent github-copilot --scope user --pin v14.2.0
|
|
88
|
+
> ```
|
|
82
89
|
|
|
83
90
|
---
|
|
84
91
|
|
|
@@ -98,7 +105,7 @@ _Kiểm tra [Danh mục Skill (Skill Catalog)](../../CATALOG.md) để xem danh
|
|
|
98
105
|
|
|
99
106
|
## ❓ FAQ
|
|
100
107
|
|
|
101
|
-
**H: Tôi có cần cài đặt tất cả 1,
|
|
108
|
+
**H: Tôi có cần cài đặt tất cả 1,936+ kỹ năng không?**
|
|
102
109
|
Đ: Bạn tải toàn bộ repo về, nhưng AI của bạn chỉ _đọc_ những kỹ năng bạn yêu cầu (hoặc những kỹ năng có liên quan). Nó rất nhẹ!
|
|
103
110
|
|
|
104
111
|
**H: Tôi có thể tự tạo kỹ năng cho riêng mình không?**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 🏆 Tiêu chuẩn Chất lượng & Xác thực
|
|
2
2
|
|
|
3
|
-
Để biến **
|
|
3
|
+
Để biến **Agentic Awesome Skills** từ một tập hợp các script thành một nền tảng đáng tin cậy, mỗi skill (kỹ năng) phải đáp ứng một tiêu chuẩn cụ thể về chất lượng và an toàn.
|
|
4
4
|
|
|
5
5
|
## Huy hiệu "Đã xác thực" (Validated) ✅
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# 🌌
|
|
1
|
+
# 🌌 Agentic Awesome Skills: 1,936+ Kỹ năng (Skills) cho Claude Code, Gemini CLI, Cursor, Copilot và nhiều hơn nữa
|
|
2
2
|
|
|
3
|
-
> **Thư viện GitHub có thể cài đặt gồm hơn 1,
|
|
3
|
+
> **Thư viện GitHub có thể cài đặt gồm hơn 1,936 kỹ năng agentic cho Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity và các trợ lý lập trình AI khác.**
|
|
4
4
|
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
[](https://claude.ai)
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
[](https://cursor.sh)
|
|
10
10
|
[](https://github.com/features/copilot)
|
|
11
11
|
[](https://github.com/opencode-ai/opencode)
|
|
12
|
-
[](https://github.com/sickn33/
|
|
12
|
+
[](https://github.com/sickn33/agentic-awesome-skills)
|
|
13
13
|
|
|
14
|
-
**
|
|
14
|
+
**Agentic Awesome Skills** là một thư viện kỹ năng có thể cài đặt với **1,936+ kỹ năng `SKILL.md`** được thiết kế để hoạt động mượt mà trên các trợ lý lập trình AI lớn:
|
|
15
15
|
|
|
16
16
|
- 🟣 **Claude Code** (Anthropic CLI)
|
|
17
17
|
- 🔵 **Gemini CLI** (Google DeepMind)
|
|
@@ -22,17 +22,15 @@
|
|
|
22
22
|
- ⚪ **OpenCode** (Mã nguồn mở CLI)
|
|
23
23
|
- 🟡 **Kiro CLI / IDE** và **AdaL CLI**
|
|
24
24
|
|
|
25
|
-
**Phiên bản hiện tại:
|
|
25
|
+
**Phiên bản hiện tại: V14.0.0.** Đây không chỉ là một danh sách prompt; repository này cung cấp kỹ năng, bundles, workflows, catalog sinh tự động và installer CLI để dùng lại các playbook đã được kiểm chứng.
|
|
26
26
|
|
|
27
27
|
### 1. 🐣 Bối cảnh: Đây là gì?
|
|
28
28
|
|
|
29
|
-
**
|
|
29
|
+
**Agentic Awesome Skills** (Phiên bản 14.0.0) là một thư viện kỹ năng lớn cho AI coding assistants.
|
|
30
30
|
|
|
31
31
|
Các trợ lý AI (như Claude Code, Cursor, hoặc Gemini) rất thông minh, nhưng chúng thiếu các **công cụ chuyên biệt**. Chúng không biết "Quy trình Triển khai" của công ty bạn hoặc cú pháp cụ thể cho "AWS CloudFormation".
|
|
32
32
|
**Skills** là các tệp markdown nhỏ dạy cho chúng cách thực hiện những tác vụ cụ thể này một cách chính xác trong mọi lần thực thi.
|
|
33
|
-
...
|
|
34
33
|
Repository này cung cấp các kỹ năng thiết yếu để biến trợ lý AI của bạn thành một **đội ngũ chuyên gia số toàn năng**, bao gồm các khả năng chính thức từ **Anthropic**, **OpenAI**, **Google**, **Supabase**, **Apify**, và **Vercel Labs**.
|
|
35
|
-
...
|
|
36
34
|
Cho dù bạn đang sử dụng **Gemini CLI**, **Claude Code**, **Codex CLI**, **Cursor**, **GitHub Copilot**, **Antigravity**, hay **OpenCode**, những kỹ năng này được thiết kế để có thể sử dụng ngay lập tức và tăng cường sức mạnh cho trợ lý AI của bạn.
|
|
37
35
|
|
|
38
36
|
Repository này tập hợp những khả năng tốt nhất từ khắp cộng đồng mã nguồn mở, biến trợ lý AI của bạn thành một đội ngũ chuyên gia số toàn năng có khả năng Kỹ thuật, Thiết kế, Bảo mật, Marketing và Vận hành Tự động.
|
|
@@ -57,7 +55,7 @@ Repository được tổ chức thành các lĩnh vực chuyên biệt để bi
|
|
|
57
55
|
|
|
58
56
|
[Xem các Gói khởi đầu tại docs/vietnamese/BUNDLES.md](BUNDLES.vi.md) để tìm bộ công cụ hoàn hảo cho vai trò của bạn.
|
|
59
57
|
|
|
60
|
-
## Duyệt hơn 1,
|
|
58
|
+
## Duyệt hơn 1,936 Kỹ năng
|
|
61
59
|
|
|
62
60
|
Chúng tôi đã chuyển danh sách đầy đủ các kỹ năng sang một danh mục riêng biệt để giữ cho file README này gọn gàng.
|
|
63
61
|
|
|
@@ -68,15 +66,15 @@ Chúng tôi đã chuyển danh sách đầy đủ các kỹ năng sang một dan
|
|
|
68
66
|
Để sử dụng các kỹ năng này với **Claude Code**, **Gemini CLI**, **Codex CLI**, **Cursor**, **Antigravity**, **Kiro**, **OpenCode** hoặc **AdaL**, hãy dùng installer CLI:
|
|
69
67
|
|
|
70
68
|
```bash
|
|
71
|
-
npx
|
|
69
|
+
npx agentic-awesome-skills
|
|
72
70
|
|
|
73
71
|
# Ví dụ theo công cụ:
|
|
74
|
-
npx
|
|
75
|
-
npx
|
|
76
|
-
npx
|
|
77
|
-
npx
|
|
78
|
-
npx
|
|
79
|
-
npx
|
|
72
|
+
npx agentic-awesome-skills --claude
|
|
73
|
+
npx agentic-awesome-skills --gemini
|
|
74
|
+
npx agentic-awesome-skills --codex
|
|
75
|
+
npx agentic-awesome-skills --cursor
|
|
76
|
+
npx agentic-awesome-skills --kiro
|
|
77
|
+
npx agentic-awesome-skills --agy
|
|
80
78
|
```
|
|
81
79
|
|
|
82
80
|
---
|
|
@@ -186,4 +184,10 @@ Chúng tôi chính thức cảm ơn những người đóng góp sau đây đã
|
|
|
186
184
|
|
|
187
185
|
## Lịch sử Star
|
|
188
186
|
|
|
189
|
-
|
|
187
|
+
<a href="https://www.star-history.com/?repos=sickn33%2Fagentic-awesome-skills&type=date&legend=top-left">
|
|
188
|
+
<picture>
|
|
189
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=sickn33/agentic-awesome-skills&type=date&theme=dark&legend=top-left&sealed_token=5UEckOplDlF6KsKi881R_B44YTNBEFj0fRwovC_U0W2Um19HD9wLMQXclNblk6wFKgeGn0RzW0rGZkVCqzoKxaGB3IMaiN8tP8yqLRbhs6lf-kO3KeJWjftxgtV1zdrTVHjfEYfnevKZuYFww2_H2vC8IlXgfaTdNinFb3MD9CcMlu44hpLYu2iABkYy" />
|
|
190
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=sickn33/agentic-awesome-skills&type=date&legend=top-left&sealed_token=5UEckOplDlF6KsKi881R_B44YTNBEFj0fRwovC_U0W2Um19HD9wLMQXclNblk6wFKgeGn0RzW0rGZkVCqzoKxaGB3IMaiN8tP8yqLRbhs6lf-kO3KeJWjftxgtV1zdrTVHjfEYfnevKZuYFww2_H2vC8IlXgfaTdNinFb3MD9CcMlu44hpLYu2iABkYy" />
|
|
191
|
+
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=sickn33/agentic-awesome-skills&type=date&legend=top-left&sealed_token=5UEckOplDlF6KsKi881R_B44YTNBEFj0fRwovC_U0W2Um19HD9wLMQXclNblk6wFKgeGn0RzW0rGZkVCqzoKxaGB3IMaiN8tP8yqLRbhs6lf-kO3KeJWjftxgtV1zdrTVHjfEYfnevKZuYFww2_H2vC8IlXgfaTdNinFb3MD9CcMlu44hpLYu2iABkYy" />
|
|
192
|
+
</picture>
|
|
193
|
+
</a>
|