@tech-leads-club/agent-skills 0.0.0-pr40.313ab2e

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Tech Leads Club
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,431 @@
1
+ <p align="center">
2
+ <img src=".github/assets/logo.png" alt="Tech Leads Club" width="400" />
3
+ </p>
4
+
5
+ <p align="center">
6
+ <img src="https://img.shields.io/npm/v/@tech-leads-club/agent-skills?style=flat-square&color=blue" alt="npm version" />
7
+ <img src="https://img.shields.io/npm/dt/@tech-leads-club/agent-skills?style=flat-square&color=blue" alt="total downloads" />
8
+ <img src="https://img.shields.io/npm/dm/@tech-leads-club/agent-skills?style=flat-square&color=blue" alt="monthly downloads" />
9
+ <img src="https://img.shields.io/github/license/tech-leads-club/agent-skills?style=flat-square" alt="license" />
10
+ <img src="https://img.shields.io/github/actions/workflow/status/tech-leads-club/agent-skills/release.yml?style=flat-square" alt="build status" />
11
+ </p>
12
+
13
+ <p align="center">
14
+ <img src="https://img.shields.io/badge/node-%3E%3D22-brightgreen?style=flat-square&logo=node.js" alt="node version" />
15
+ <img src="https://img.shields.io/badge/TypeScript-100%25-blue?style=flat-square&logo=typescript" alt="typescript" />
16
+ <img src="https://img.shields.io/badge/Nx%20Cloud-Enabled-blue?style=flat-square&logo=nx" alt="nx cloud" />
17
+ <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square" alt="semantic-release" />
18
+ </p>
19
+
20
+ <p align="center">
21
+ <img src="https://img.shields.io/github/stars/tech-leads-club/agent-skills?style=flat-square&color=yellow" alt="github stars" />
22
+ <img src="https://img.shields.io/github/contributors/tech-leads-club/agent-skills?style=flat-square&color=orange" alt="contributors" />
23
+ <img src="https://img.shields.io/github/last-commit/tech-leads-club/agent-skills?style=flat-square" alt="last commit" />
24
+ <img src="https://img.shields.io/badge/AI-Powered%20Skills-purple?style=flat-square&logo=openai" alt="ai powered" />
25
+ </p>
26
+
27
+ <h1 align="center">🧠 Agent Skills</h1>
28
+
29
+ <p align="center">
30
+ <strong>A curated collection of skills for AI coding agents</strong>
31
+ </p>
32
+
33
+ <p align="center">
34
+ Extend the capabilities of <b>Antigravity</b>, <b>Claude Code</b>, <b>Cursor</b>, <b>GitHub Copilot</b>, and more with reusable, packaged instructions.
35
+ </p>
36
+
37
+ <p align="center">
38
+ <a href="https://tech-leads-club.github.io/agent-skills/" target="_blank">https://tech-leads-club.github.io/agent-skills/</a>
39
+ </p>
40
+
41
+ ## 📖 Table of Contents
42
+
43
+ - [✨ What are Skills?](#-what-are-skills)
44
+ - [🤖 Supported Agents](#-supported-agents)
45
+ - [🌟 Featured Skills](#-featured-skills)
46
+ - [🚀 Quick Start](#-quick-start)
47
+ - [⚡ How It Works](#-how-it-works)
48
+ - [🛠 For Contributors](#-for-contributors)
49
+ - [📁 Project Structure](#-project-structure)
50
+ - [📝 Skill Structure](#-skill-structure)
51
+ - [🔒 Security Scan](#-security-scan)
52
+ - [🔄 Release Process](#-release-process)
53
+ - [🤝 Contributing](#-contributing)
54
+ - [📄 License](#-license)
55
+
56
+ ## ✨ What are Skills?
57
+
58
+ Skills are packaged instructions and resources that extend AI agent capabilities. Think of them as **plugins for your AI assistant** — they teach your agent new workflows, patterns, and specialized knowledge.
59
+
60
+ ```
61
+ packages/skills-catalog/skills/
62
+ (category-name)/
63
+ skill/
64
+ SKILL.md ← Main instructions
65
+ templates/ ← File templates
66
+ references/ ← On-demand documentation
67
+ ```
68
+
69
+ ## 🤖 Supported Agents
70
+
71
+ Install skills to any of these AI coding agents:
72
+
73
+ <div align="center">
74
+ <br />
75
+
76
+ | Tier 1 (Popular) | Tier 2 (Rising) | Tier 3 (Enterprise) |
77
+ | :-------------------------------------------------------: | :--------------------------------------------------------------------: | :-----------------------------------------------------: |
78
+ | **[Claude Code](https://claude.ai/code)** | **[Aider](https://aider.chat)** | **[Amazon Q](https://aws.amazon.com/q/developer/)** |
79
+ | **[Cline](https://github.com/cline/cline)** | **[Antigravity](https://idx.google.com)** | **[Augment](https://www.augmentcode.com)** |
80
+ | **[Cursor](https://cursor.com)** | **[Gemini CLI](https://ai.google.dev/gemini-api/docs/code-execution)** | **[Droid (Factory.ai)](https://www.factory.ai)** |
81
+ | **[GitHub Copilot](https://github.com/features/copilot)** | **[Kilo Code](https://kilocode.ai)** | **[OpenCode](https://github.com/opencode-ai/opencode)** |
82
+ | **[Windsurf](https://codeium.com/windsurf)** | **[Kiro](https://kiro.dev/)** | **[Sourcegraph Cody](https://sourcegraph.com/cody)** |
83
+ | | **[OpenAI Codex](https://openai.com/index/introducing-codex/)** | **[Tabnine](https://www.tabnine.com)** |
84
+ | | **[Roo Code](https://roo.dev)** | |
85
+ | | **[TRAE](https://docs.trae.ai)** | |
86
+
87
+ </div>
88
+
89
+ <p align="center">
90
+ <sub>Missing your favorite agent? <a href="https://github.com/tech-leads-club/agent-skills/issues/new"><strong>Open an issue</strong></a> and we'll add support!</sub>
91
+ </p>
92
+
93
+ ## 🌟 Featured Skills
94
+
95
+ A glimpse of what's available in our growing catalog:
96
+
97
+ | Skill | Category | Description |
98
+ | -------------------------------------------------------------------------------------------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
99
+ | **[tlc-spec-driven](<packages/skills-catalog/skills/(development)/tlc-spec-driven>)** | Development | Project and feature planning with 4 phases: Specify → Design → Tasks → Implement. Creates atomic tasks with verification criteria and maintains persistent memory across sessions. |
100
+ | **[aws-advisor](<packages/skills-catalog/skills/(cloud)/aws-advisor>)** | Cloud | Expert AWS Cloud Advisor for architecture design, security review, and implementation guidance. Leverages AWS MCP tools for documentation-backed answers. |
101
+ | **[playwright-skill](<packages/skills-catalog/skills/(web-automation)/playwright-skill>)** | Automation | Complete browser automation with Playwright. Test pages, fill forms, take screenshots, validate UX, and automate any browser task. |
102
+ | **[figma](<packages/skills-catalog/skills/(design)/figma>)** | Design | Fetch design context from Figma and translate nodes into production code. Design-to-code implementation with MCP integration. |
103
+ | **[security-best-practices](<packages/skills-catalog/skills/(security)/security-best-practices>)** | Security | Language and framework-specific security reviews. Detect vulnerabilities, generate reports, and suggest secure-by-default fixes. |
104
+
105
+ <p align="center">
106
+ <a href="#-quick-start"><strong>→ Browse all skills</strong></a>
107
+ </p>
108
+
109
+ ---
110
+
111
+ ## 🚀 Quick Start
112
+
113
+ ### Install Skills in Your Project
114
+
115
+ ```bash
116
+ npx @tech-leads-club/agent-skills
117
+ ```
118
+
119
+ This launches an interactive wizard:
120
+
121
+ 1. **Choose Action** — "Install skills" or "Update installed skills"
122
+ 2. **Browse & Select** — Filter by category or search
123
+ 3. **Choose agents** — Pick target agents (Cursor, Claude Code, etc.)
124
+ 4. **Installation method** — Copy (recommended) or Symlink
125
+ 5. **Scope** — Global (user home) or Local (project only)
126
+
127
+ Each step shows a **← Back** option to return and revise your choices.
128
+
129
+ ### CLI Options
130
+
131
+ > **Note**: You can use either `npx @tech-leads-club/agent-skills` or install globally and use `agent-skills` directly.
132
+
133
+ ```bash
134
+ # Interactive mode (default)
135
+ npx @tech-leads-club/agent-skills
136
+ # or: agent-skills (if installed globally)
137
+
138
+ # List available skills
139
+ agent-skills list
140
+ agent-skills ls # Alias
141
+
142
+ # Install one skill
143
+ agent-skills install -s tlc-spec-driven
144
+
145
+ # Install multiple skills at once
146
+ agent-skills install -s aws-advisor coding-guidelines docs-writer
147
+
148
+ # Install to specific agents
149
+ agent-skills install -s my-skill -a cursor claude-code
150
+
151
+ # Install multiple skills to multiple agents
152
+ agent-skills install -s aws-advisor nx-workspace -a cursor windsurf cline
153
+
154
+ # Install globally (to ~/.gemini, ~/.claude, etc.)
155
+ agent-skills install -s my-skill -g
156
+
157
+ # Use symlink instead of copy
158
+ agent-skills install -s my-skill --symlink
159
+
160
+ # Force re-download (bypass cache)
161
+ agent-skills install -s my-skill --force
162
+
163
+ # Update a specific skill
164
+ agent-skills update -s my-skill
165
+
166
+ # Update all installed skills
167
+ agent-skills update
168
+
169
+ # Remove one skill
170
+ agent-skills remove -s my-skill
171
+
172
+ # Remove multiple skills at once
173
+ agent-skills remove -s skill1 skill2 skill3
174
+ agent-skills rm -s my-skill # Alias
175
+
176
+ # Remove from specific agents
177
+ agent-skills remove -s my-skill -a cursor windsurf
178
+
179
+ # Force removal (bypass lockfile check)
180
+ agent-skills remove -s my-skill --force
181
+
182
+ # Manage cache
183
+ agent-skills cache --clear # Clear all cache
184
+ agent-skills cache --clear-registry # Clear only registry
185
+ agent-skills cache --path # Show cache location
186
+
187
+ # View audit log
188
+ agent-skills audit # Show recent operations
189
+ agent-skills audit -n 20 # Show last 20 entries
190
+ agent-skills audit --path # Show audit log location
191
+
192
+ # Show contributors and credits
193
+ agent-skills credits
194
+
195
+ # Show help
196
+ agent-skills --help
197
+ ```
198
+
199
+ ### Global Installation (Optional)
200
+
201
+ ```bash
202
+ npm install -g @tech-leads-club/agent-skills
203
+ agent-skills # Use 'agent-skills' instead of 'npx @tech-leads-club/agent-skills'
204
+ ```
205
+
206
+ ## ⚡ How It Works
207
+
208
+ The CLI fetches skills **on-demand** from our CDN:
209
+
210
+ 1. **Browse** — The CLI fetches the skills catalog (~45KB)
211
+ 2. **Select** — You choose the skills you need
212
+ 3. **Download** — Selected skills are downloaded and cached locally
213
+ 4. **Install** — Skills are installed to your agent's configuration
214
+
215
+ ### Caching
216
+
217
+ Downloaded skills are cached in `~/.cache/agent-skills/` for offline use.
218
+
219
+ ```bash
220
+ # Clear the cache
221
+ rm -rf ~/.cache/agent-skills
222
+ ```
223
+
224
+ ## 🛠 For Contributors
225
+
226
+ ### Prerequisites
227
+
228
+ - **Node.js** ≥ 22
229
+ - **npm** (comes with Node.js)
230
+
231
+ ### Setup
232
+
233
+ ```bash
234
+ git clone https://github.com/tech-leads-club/agent-skills.git
235
+ cd agent-skills
236
+ npm ci
237
+ npm run build
238
+ ```
239
+
240
+ ### Development Commands
241
+
242
+ | Command | Description |
243
+ | ------------------- | ---------------------------------- |
244
+ | `npm run start:dev` | Run CLI locally (interactive mode) |
245
+ | `npm run g <name>` | Generate a new skill |
246
+ | `npm run build` | Build all packages |
247
+ | `npm run test` | Run all tests |
248
+ | `npm run lint` | Lint codebase |
249
+ | `npm run format` | Format code with Prettier |
250
+ | `npm run scan` | Run incremental security scan |
251
+
252
+ ### Creating a New Skill
253
+
254
+ ```bash
255
+ # With category (recommended)
256
+ nx g @tech-leads-club/skill-plugin:skill my-skill --category=development
257
+
258
+ # Full options
259
+ nx g @tech-leads-club/skill-plugin:skill my-skill \
260
+ --description="What my skill does" \
261
+ --category=development \
262
+ --author="github.com/username" \
263
+ --skillVersion="1.0.0"
264
+ ```
265
+
266
+ The generator creates:
267
+
268
+ - `packages/skills-catalog/skills/(development)/my-skill/SKILL.md`
269
+
270
+ ## 📁 Project Structure
271
+
272
+ ```
273
+ agent-skills/
274
+ ├── packages/
275
+ │ ├── cli/ # @tech-leads-club/agent-skills CLI
276
+ │ └── skills-catalog/ # Skills collection
277
+ │ └── skills/ # All skill definitions
278
+ │ ├── (category-name)/ # Categorized skills
279
+ │ └── _category.json # Category metadata
280
+ ├── tools/
281
+ │ └── skill-plugin/ # Nx skill generator
282
+ ├── skills-registry.json # Auto-generated catalog
283
+ ├── .github/
284
+ │ └── workflows/ # CI/CD pipelines
285
+ └── nx.json # Nx configuration
286
+ ```
287
+
288
+ ## 📝 Skill Structure
289
+
290
+ ```
291
+ packages/skills-catalog/skills/
292
+ ├── (category-name)/ # Category folder
293
+ │ └── my-skill/ # Skill folder
294
+ │ ├── SKILL.md # Required: main instructions
295
+ │ ├── scripts/ # Optional: executable scripts
296
+ │ ├── templates/ # Optional: file templates
297
+ │ └── references/ # Optional: on-demand docs
298
+ └── _category.json # Category metadata
299
+ ```
300
+
301
+ ### SKILL.md Format
302
+
303
+ ```markdown
304
+ ---
305
+ name: my-skill
306
+ description: What this skill does. Use when user says "trigger phrase".
307
+ metadata:
308
+ version: 1.0.0
309
+ author: github.com/username
310
+ ---
311
+
312
+ # My Skill
313
+
314
+ Brief description.
315
+
316
+ ## Process
317
+
318
+ 1. Step one
319
+ 2. Step two
320
+ ```
321
+
322
+ ### Category Metadata
323
+
324
+ `_category.json`:
325
+
326
+ ```json
327
+ {
328
+ "(development)": {
329
+ "name": "Development",
330
+ "description": "Skills for software development",
331
+ "priority": 1
332
+ }
333
+ }
334
+ ```
335
+
336
+ ### Best Practices
337
+
338
+ - **Keep SKILL.md under 500 lines** — use `references/` for detailed docs
339
+ - **Write specific descriptions** — include trigger phrases
340
+ - **Assume the agent is smart** — only add what it doesn't already know
341
+ - **Prefer scripts over inline code** — reduces context window usage
342
+
343
+ ## 🔒 Security Scan
344
+
345
+ Every skill is scanned with [`mcp-scan`](https://github.com/invariantlabs-ai/mcp-scan) before publishing. The scan is **incremental** — only skills whose content changed since the last run are re-scanned.
346
+
347
+ ```bash
348
+ npm run scan # Incremental (default)
349
+ npm run scan -- --force # Force full re-scan
350
+ ```
351
+
352
+ ### How it works
353
+
354
+ Each skill has a SHA-256 content hash (computed from all its files). Results are cached in `.security-scan-cache.json` (gitignored). On the next run, skills whose hash hasn't changed skip re-scanning and load results from cache.
355
+
356
+ ```
357
+ Content hash unchanged → load from cache (fast)
358
+ Content hash changed → re-scan with mcp-scan
359
+ ```
360
+
361
+ ### Handling false positives
362
+
363
+ If `mcp-scan` flags a finding that is intentional (e.g. a first-party MCP server integration), add it to the allowlist:
364
+
365
+ **`packages/skills-catalog/security-scan-allowlist.yaml`**
366
+
367
+ ```yaml
368
+ version: "1.0.0"
369
+
370
+ entries:
371
+ - skill: my-skill
372
+ code: W011
373
+ reason: >
374
+ Fetches from trusted first-party API — expected behavior.
375
+ allowedBy: github.com/username
376
+ allowedAt: "2026-01-01"
377
+ expiresAt: "2027-01-01" # Optional but recommended
378
+ ```
379
+
380
+ - Match is by `skill + code` — no re-scan needed after adding an entry
381
+ - `expiresAt` is optional but recommended — forces periodic review
382
+ - Expired entries re-activate the finding automatically
383
+ - Use YAML for better readability, comments, and cleaner diffs
384
+
385
+ The allowlist is committed to the repo and reviewable in PRs.
386
+
387
+ ## 🔄 Release Process
388
+
389
+ This project uses **Conventional Commits** for automated versioning:
390
+
391
+ | Commit Prefix | Version Bump | Example |
392
+ | ------------- | ------------- | ---------------------------- |
393
+ | `feat:` | Minor (0.X.0) | `feat: add new skill` |
394
+ | `fix:` | Patch (0.0.X) | `fix: correct symlink path` |
395
+ | `feat!:` | Major (X.0.0) | `feat!: breaking API change` |
396
+ | `docs:` | No bump | `docs: update README` |
397
+ | `chore:` | No bump | `chore: update deps` |
398
+
399
+ Releases are automated via GitHub Actions when merging to `main`.
400
+
401
+ ## 🤝 Contributing
402
+
403
+ 1. **Fork** the repository
404
+ 2. **Create** a feature branch (`git checkout -b feat/amazing-skill`)
405
+ 3. **Commit** with conventional commits (`git commit -m "feat: add amazing skill"`)
406
+ 4. **Push** to your fork (`git push origin feat/amazing-skill`)
407
+ 5. **Open** a Pull Request
408
+
409
+ ## 🛡️ Content & Authorship
410
+
411
+ This repository is a collection of curated skills intended to benefit the community. We deeply respect the intellectual property and wishes of all creators.
412
+
413
+ If you are the author of any content included here and would like it **removed** or **updated**, please [open an issue](https://github.com/tech-leads-club/agent-skills/issues/new) or contact the maintainers.
414
+
415
+ ## 📄 License
416
+
417
+ MIT © [Tech Leads Club](https://github.com/tech-leads-club)
418
+
419
+ ## ⭐ Star History
420
+
421
+ <p align="center">
422
+ <a href="https://star-history.com/#tech-leads-club/agent-skills&Date">
423
+ <img src="https://api.star-history.com/svg?repos=tech-leads-club/agent-skills&type=Date" alt="Star History Chart" />
424
+ </a>
425
+ </p>
426
+
427
+ ---
428
+
429
+ <p align="center">
430
+ <sub>Built with ❤️ by the Tech Leads Club community</sub>
431
+ </p>
Binary file