@tech-leads-club/agent-skills 0.0.0-pr40.bf4d5a7
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 +21 -0
- package/README.md +426 -0
- package/assets/chiptune.mp3 +0 -0
- package/index.js +11 -0
- package/index.js.map +7 -0
- package/package.json +59 -0
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,426 @@
|
|
|
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
|
+
# Show contributors and credits
|
|
188
|
+
agent-skills credits
|
|
189
|
+
|
|
190
|
+
# Show help
|
|
191
|
+
agent-skills --help
|
|
192
|
+
```
|
|
193
|
+
|
|
194
|
+
### Global Installation (Optional)
|
|
195
|
+
|
|
196
|
+
```bash
|
|
197
|
+
npm install -g @tech-leads-club/agent-skills
|
|
198
|
+
agent-skills # Use 'agent-skills' instead of 'npx @tech-leads-club/agent-skills'
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
## ⚡ How It Works
|
|
202
|
+
|
|
203
|
+
The CLI fetches skills **on-demand** from our CDN:
|
|
204
|
+
|
|
205
|
+
1. **Browse** — The CLI fetches the skills catalog (~45KB)
|
|
206
|
+
2. **Select** — You choose the skills you need
|
|
207
|
+
3. **Download** — Selected skills are downloaded and cached locally
|
|
208
|
+
4. **Install** — Skills are installed to your agent's configuration
|
|
209
|
+
|
|
210
|
+
### Caching
|
|
211
|
+
|
|
212
|
+
Downloaded skills are cached in `~/.cache/agent-skills/` for offline use.
|
|
213
|
+
|
|
214
|
+
```bash
|
|
215
|
+
# Clear the cache
|
|
216
|
+
rm -rf ~/.cache/agent-skills
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
## 🛠 For Contributors
|
|
220
|
+
|
|
221
|
+
### Prerequisites
|
|
222
|
+
|
|
223
|
+
- **Node.js** ≥ 22
|
|
224
|
+
- **npm** (comes with Node.js)
|
|
225
|
+
|
|
226
|
+
### Setup
|
|
227
|
+
|
|
228
|
+
```bash
|
|
229
|
+
git clone https://github.com/tech-leads-club/agent-skills.git
|
|
230
|
+
cd agent-skills
|
|
231
|
+
npm ci
|
|
232
|
+
npm run build
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
### Development Commands
|
|
236
|
+
|
|
237
|
+
| Command | Description |
|
|
238
|
+
| ------------------- | ---------------------------------- |
|
|
239
|
+
| `npm run start:dev` | Run CLI locally (interactive mode) |
|
|
240
|
+
| `npm run g <name>` | Generate a new skill |
|
|
241
|
+
| `npm run build` | Build all packages |
|
|
242
|
+
| `npm run test` | Run all tests |
|
|
243
|
+
| `npm run lint` | Lint codebase |
|
|
244
|
+
| `npm run format` | Format code with Prettier |
|
|
245
|
+
| `npm run scan` | Run incremental security scan |
|
|
246
|
+
|
|
247
|
+
### Creating a New Skill
|
|
248
|
+
|
|
249
|
+
```bash
|
|
250
|
+
# With category (recommended)
|
|
251
|
+
nx g @tech-leads-club/skill-plugin:skill my-skill --category=development
|
|
252
|
+
|
|
253
|
+
# Full options
|
|
254
|
+
nx g @tech-leads-club/skill-plugin:skill my-skill \
|
|
255
|
+
--description="What my skill does" \
|
|
256
|
+
--category=development \
|
|
257
|
+
--author="github.com/username" \
|
|
258
|
+
--skillVersion="1.0.0"
|
|
259
|
+
```
|
|
260
|
+
|
|
261
|
+
The generator creates:
|
|
262
|
+
|
|
263
|
+
- `packages/skills-catalog/skills/(development)/my-skill/SKILL.md`
|
|
264
|
+
|
|
265
|
+
## 📁 Project Structure
|
|
266
|
+
|
|
267
|
+
```
|
|
268
|
+
agent-skills/
|
|
269
|
+
├── packages/
|
|
270
|
+
│ ├── cli/ # @tech-leads-club/agent-skills CLI
|
|
271
|
+
│ └── skills-catalog/ # Skills collection
|
|
272
|
+
│ └── skills/ # All skill definitions
|
|
273
|
+
│ ├── (category-name)/ # Categorized skills
|
|
274
|
+
│ └── _category.json # Category metadata
|
|
275
|
+
├── tools/
|
|
276
|
+
│ └── skill-plugin/ # Nx skill generator
|
|
277
|
+
├── skills-registry.json # Auto-generated catalog
|
|
278
|
+
├── .github/
|
|
279
|
+
│ └── workflows/ # CI/CD pipelines
|
|
280
|
+
└── nx.json # Nx configuration
|
|
281
|
+
```
|
|
282
|
+
|
|
283
|
+
## 📝 Skill Structure
|
|
284
|
+
|
|
285
|
+
```
|
|
286
|
+
packages/skills-catalog/skills/
|
|
287
|
+
├── (category-name)/ # Category folder
|
|
288
|
+
│ └── my-skill/ # Skill folder
|
|
289
|
+
│ ├── SKILL.md # Required: main instructions
|
|
290
|
+
│ ├── scripts/ # Optional: executable scripts
|
|
291
|
+
│ ├── templates/ # Optional: file templates
|
|
292
|
+
│ └── references/ # Optional: on-demand docs
|
|
293
|
+
└── _category.json # Category metadata
|
|
294
|
+
```
|
|
295
|
+
|
|
296
|
+
### SKILL.md Format
|
|
297
|
+
|
|
298
|
+
```markdown
|
|
299
|
+
---
|
|
300
|
+
name: my-skill
|
|
301
|
+
description: What this skill does. Use when user says "trigger phrase".
|
|
302
|
+
metadata:
|
|
303
|
+
version: 1.0.0
|
|
304
|
+
author: github.com/username
|
|
305
|
+
---
|
|
306
|
+
|
|
307
|
+
# My Skill
|
|
308
|
+
|
|
309
|
+
Brief description.
|
|
310
|
+
|
|
311
|
+
## Process
|
|
312
|
+
|
|
313
|
+
1. Step one
|
|
314
|
+
2. Step two
|
|
315
|
+
```
|
|
316
|
+
|
|
317
|
+
### Category Metadata
|
|
318
|
+
|
|
319
|
+
`_category.json`:
|
|
320
|
+
|
|
321
|
+
```json
|
|
322
|
+
{
|
|
323
|
+
"(development)": {
|
|
324
|
+
"name": "Development",
|
|
325
|
+
"description": "Skills for software development",
|
|
326
|
+
"priority": 1
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
```
|
|
330
|
+
|
|
331
|
+
### Best Practices
|
|
332
|
+
|
|
333
|
+
- **Keep SKILL.md under 500 lines** — use `references/` for detailed docs
|
|
334
|
+
- **Write specific descriptions** — include trigger phrases
|
|
335
|
+
- **Assume the agent is smart** — only add what it doesn't already know
|
|
336
|
+
- **Prefer scripts over inline code** — reduces context window usage
|
|
337
|
+
|
|
338
|
+
## 🔒 Security Scan
|
|
339
|
+
|
|
340
|
+
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.
|
|
341
|
+
|
|
342
|
+
```bash
|
|
343
|
+
npm run scan # Incremental (default)
|
|
344
|
+
npm run scan -- --force # Force full re-scan
|
|
345
|
+
```
|
|
346
|
+
|
|
347
|
+
### How it works
|
|
348
|
+
|
|
349
|
+
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.
|
|
350
|
+
|
|
351
|
+
```
|
|
352
|
+
Content hash unchanged → load from cache (fast)
|
|
353
|
+
Content hash changed → re-scan with mcp-scan
|
|
354
|
+
```
|
|
355
|
+
|
|
356
|
+
### Handling false positives
|
|
357
|
+
|
|
358
|
+
If `mcp-scan` flags a finding that is intentional (e.g. a first-party MCP server integration), add it to the allowlist:
|
|
359
|
+
|
|
360
|
+
**`packages/skills-catalog/security-scan-allowlist.yaml`**
|
|
361
|
+
|
|
362
|
+
```yaml
|
|
363
|
+
version: "1.0.0"
|
|
364
|
+
|
|
365
|
+
entries:
|
|
366
|
+
- skill: my-skill
|
|
367
|
+
code: W011
|
|
368
|
+
reason: >
|
|
369
|
+
Fetches from trusted first-party API — expected behavior.
|
|
370
|
+
allowedBy: github.com/username
|
|
371
|
+
allowedAt: "2026-01-01"
|
|
372
|
+
expiresAt: "2027-01-01" # Optional but recommended
|
|
373
|
+
```
|
|
374
|
+
|
|
375
|
+
- Match is by `skill + code` — no re-scan needed after adding an entry
|
|
376
|
+
- `expiresAt` is optional but recommended — forces periodic review
|
|
377
|
+
- Expired entries re-activate the finding automatically
|
|
378
|
+
- Use YAML for better readability, comments, and cleaner diffs
|
|
379
|
+
|
|
380
|
+
The allowlist is committed to the repo and reviewable in PRs.
|
|
381
|
+
|
|
382
|
+
## 🔄 Release Process
|
|
383
|
+
|
|
384
|
+
This project uses **Conventional Commits** for automated versioning:
|
|
385
|
+
|
|
386
|
+
| Commit Prefix | Version Bump | Example |
|
|
387
|
+
| ------------- | ------------- | ---------------------------- |
|
|
388
|
+
| `feat:` | Minor (0.X.0) | `feat: add new skill` |
|
|
389
|
+
| `fix:` | Patch (0.0.X) | `fix: correct symlink path` |
|
|
390
|
+
| `feat!:` | Major (X.0.0) | `feat!: breaking API change` |
|
|
391
|
+
| `docs:` | No bump | `docs: update README` |
|
|
392
|
+
| `chore:` | No bump | `chore: update deps` |
|
|
393
|
+
|
|
394
|
+
Releases are automated via GitHub Actions when merging to `main`.
|
|
395
|
+
|
|
396
|
+
## 🤝 Contributing
|
|
397
|
+
|
|
398
|
+
1. **Fork** the repository
|
|
399
|
+
2. **Create** a feature branch (`git checkout -b feat/amazing-skill`)
|
|
400
|
+
3. **Commit** with conventional commits (`git commit -m "feat: add amazing skill"`)
|
|
401
|
+
4. **Push** to your fork (`git push origin feat/amazing-skill`)
|
|
402
|
+
5. **Open** a Pull Request
|
|
403
|
+
|
|
404
|
+
## 🛡️ Content & Authorship
|
|
405
|
+
|
|
406
|
+
This repository is a collection of curated skills intended to benefit the community. We deeply respect the intellectual property and wishes of all creators.
|
|
407
|
+
|
|
408
|
+
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.
|
|
409
|
+
|
|
410
|
+
## 📄 License
|
|
411
|
+
|
|
412
|
+
MIT © [Tech Leads Club](https://github.com/tech-leads-club)
|
|
413
|
+
|
|
414
|
+
## ⭐ Star History
|
|
415
|
+
|
|
416
|
+
<p align="center">
|
|
417
|
+
<a href="https://star-history.com/#tech-leads-club/agent-skills&Date">
|
|
418
|
+
<img src="https://api.star-history.com/svg?repos=tech-leads-club/agent-skills&type=Date" alt="Star History Chart" />
|
|
419
|
+
</a>
|
|
420
|
+
</p>
|
|
421
|
+
|
|
422
|
+
---
|
|
423
|
+
|
|
424
|
+
<p align="center">
|
|
425
|
+
<sub>Built with ❤️ by the Tech Leads Club community</sub>
|
|
426
|
+
</p>
|
|
Binary file
|