claude-skill-lord 2.1.1 → 2.2.0

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.
Files changed (59) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.claude-plugin/plugin.json +2 -2
  3. package/CLAUDE.md +2 -2
  4. package/README.md +139 -225
  5. package/manifests/install-modules.json +1 -1
  6. package/package.json +3 -7
  7. package/scripts/lib/profile-utils.js +3 -3
  8. package/scripts/sl.js +13 -4
  9. package/.commitlintrc.json +0 -27
  10. package/.env.example +0 -26
  11. package/.releaserc.json +0 -119
  12. package/.repomixignore +0 -22
  13. package/skills/SKILL.md +0 -207
  14. package/skills/ai-multimodal/scripts/tests/requirements.txt +0 -20
  15. package/skills/ai-multimodal/scripts/tests/test_document_converter.py +0 -74
  16. package/skills/ai-multimodal/scripts/tests/test_failures.log +0 -258
  17. package/skills/ai-multimodal/scripts/tests/test_gemini_batch_process.py +0 -362
  18. package/skills/ai-multimodal/scripts/tests/test_media_optimizer.py +0 -373
  19. package/skills/better-auth/scripts/tests/test_better_auth_init.py +0 -421
  20. package/skills/chrome-devtools/scripts/__tests__/selector.test.js +0 -210
  21. package/skills/databases/scripts/tests/coverage-db.json +0 -1
  22. package/skills/databases/scripts/tests/requirements.txt +0 -4
  23. package/skills/databases/scripts/tests/test_db_backup.py +0 -340
  24. package/skills/databases/scripts/tests/test_db_migrate.py +0 -277
  25. package/skills/databases/scripts/tests/test_db_performance_check.py +0 -370
  26. package/skills/debugging/scripts/find-polluter.test.md +0 -102
  27. package/skills/devops/scripts/tests/requirements.txt +0 -3
  28. package/skills/devops/scripts/tests/test_cloudflare_deploy.py +0 -285
  29. package/skills/devops/scripts/tests/test_docker_optimize.py +0 -436
  30. package/skills/docs-seeker/scripts/tests/run-tests.js +0 -72
  31. package/skills/docs-seeker/scripts/tests/test-analyze-llms.js +0 -119
  32. package/skills/docs-seeker/scripts/tests/test-detect-topic.js +0 -112
  33. package/skills/docs-seeker/scripts/tests/test-fetch-docs.js +0 -84
  34. package/skills/fixtures/compliant_trace.jsonl +0 -5
  35. package/skills/fixtures/noncompliant_trace.jsonl +0 -3
  36. package/skills/fixtures/tdd_spec.yaml +0 -44
  37. package/skills/media-processing/scripts/tests/requirements.txt +0 -2
  38. package/skills/media-processing/scripts/tests/test_batch_resize.py +0 -372
  39. package/skills/media-processing/scripts/tests/test_media_convert.py +0 -259
  40. package/skills/media-processing/scripts/tests/test_video_optimize.py +0 -397
  41. package/skills/repomix/scripts/tests/test_repomix_batch.py +0 -531
  42. package/skills/sequential-thinking/tests/format-thought.test.js +0 -133
  43. package/skills/sequential-thinking/tests/process-thought.test.js +0 -215
  44. package/skills/shopify/scripts/tests/test_shopify_init.py +0 -385
  45. package/skills/skill-comply/fixtures/compliant_trace.jsonl +0 -5
  46. package/skills/skill-comply/fixtures/noncompliant_trace.jsonl +0 -3
  47. package/skills/skill-comply/fixtures/tdd_spec.yaml +0 -44
  48. package/skills/skill-comply/tests/test_grader.py +0 -137
  49. package/skills/skill-comply/tests/test_parser.py +0 -90
  50. package/skills/tests/test_grader.py +0 -137
  51. package/skills/tests/test_parser.py +0 -90
  52. package/skills/ui-styling/scripts/tests/coverage-ui.json +0 -1
  53. package/skills/ui-styling/scripts/tests/requirements.txt +0 -3
  54. package/skills/ui-styling/scripts/tests/test_shadcn_add.py +0 -266
  55. package/skills/ui-styling/scripts/tests/test_tailwind_config_gen.py +0 -336
  56. package/skills/web-frameworks/scripts/tests/coverage-web.json +0 -1
  57. package/skills/web-frameworks/scripts/tests/requirements.txt +0 -3
  58. package/skills/web-frameworks/scripts/tests/test_nextjs_init.py +0 -319
  59. package/skills/web-frameworks/scripts/tests/test_turborepo_migrate.py +0 -374
@@ -9,8 +9,8 @@
9
9
  {
10
10
  "name": "claude-skill-lord",
11
11
  "source": "./",
12
- "description": "Curated Claude Code plugin — 43 agents, 161 skills, 114 commands, 11 language rules",
13
- "version": "2.1.0",
12
+ "description": "Curated Claude Code plugin — 43 agents, 165 skills, 114 commands, 11 language rules",
13
+ "version": "2.2.0",
14
14
  "category": "workflow",
15
15
  "tags": ["agents", "skills", "commands", "hooks", "skill-routing", "quality-gate", "tdd", "code-review"],
16
16
  "strict": false
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "claude-skill-lord",
3
- "version": "2.1.0",
4
- "description": "Curated Claude Code plugin — 43 agents, 161 skills, 114 commands, 11 language rules",
3
+ "version": "2.2.0",
4
+ "description": "Curated Claude Code plugin — 43 agents, 165 skills, 114 commands, 11 language rules",
5
5
  "author": {
6
6
  "name": "Dong Anh",
7
7
  "email": "donganhvu20@gmail.com"
package/CLAUDE.md CHANGED
@@ -68,9 +68,9 @@ Curated Claude Code plugin with intelligent skill routing, structured agents, an
68
68
  | go-build-resolver | Go |
69
69
  | pytorch-build-resolver | PyTorch |
70
70
 
71
- ## Skills (161)
71
+ ## Skills (165)
72
72
 
73
- All skills live in `./skills/<name>/SKILL.md` — flat structure, no tiers.
73
+ All skills live in `./skills/<name>/SKILL.md` — flat or nested structure (e.g. `document-skills/docx/`).
74
74
 
75
75
  ## Commands (114)
76
76
 
package/README.md CHANGED
@@ -1,23 +1,29 @@
1
- # Claude Skill Lord
2
-
3
- **The all-in-one Claude Code plugin you install once and never outgrow.**
4
-
5
- [![npm](https://img.shields.io/npm/v/claude-skill-lord)](https://www.npmjs.com/package/claude-skill-lord)
6
- ![License](https://img.shields.io/badge/license-MIT-green)
7
- ![Agents](https://img.shields.io/badge/agents-43-purple)
8
- ![Skills](https://img.shields.io/badge/skills-161-orange)
9
- ![Commands](https://img.shields.io/badge/commands-114-red)
10
- ![Rules](https://img.shields.io/badge/rules-11%20languages-blue)
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/donganhvuphp/Claude-Skills-Lord/main/assets/logo.png" alt="Claude Skill Lord" width="120" />
3
+ </p>
4
+
5
+ <h1 align="center">Claude Skill Lord</h1>
6
+
7
+ <p align="center">
8
+ <strong>The all-in-one Claude Code plugin you install once and never outgrow.</strong>
9
+ </p>
10
+
11
+ <p align="center">
12
+ <a href="https://www.npmjs.com/package/claude-skill-lord"><img src="https://img.shields.io/npm/v/claude-skill-lord?color=cb0000&label=npm" alt="npm" /></a>
13
+ <a href="https://www.npmjs.com/package/claude-skill-lord"><img src="https://img.shields.io/npm/dm/claude-skill-lord?color=cb0000" alt="downloads" /></a>
14
+ <a href="https://github.com/donganhvuphp/Claude-Skills-Lord"><img src="https://img.shields.io/github/stars/donganhvuphp/Claude-Skills-Lord?style=flat&color=orange" alt="stars" /></a>
15
+ <img src="https://img.shields.io/badge/agents-43-8b5cf6" alt="agents" />
16
+ <img src="https://img.shields.io/badge/skills-165-f97316" alt="skills" />
17
+ <img src="https://img.shields.io/badge/commands-114-ef4444" alt="commands" />
18
+ <img src="https://img.shields.io/badge/languages-11-3b82f6" alt="languages" />
19
+ <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-22c55e" alt="license" /></a>
20
+ </p>
11
21
 
12
22
  ---
13
23
 
14
- ## Why Claude Skill Lord?
24
+ ## What is Claude Skill Lord?
15
25
 
16
- - **Stop configuring, start building** 161 skills, 43 agents, 114 commands work out of the box
17
- - **Multi-language support** — 11 language-specific rule sets (TypeScript, Python, Go, Rust, Java, Kotlin, C++, C#, PHP, Perl, Swift) + common rules
18
- - **Language-specific agents** — dedicated reviewers and build resolvers for 8 languages
19
- - **Design intelligence built-in** — 67 UI styles, 161 color palettes, reasoning engine for production-grade design decisions
20
- - **Battle-tested foundations** — curated agents, skills, commands, and rules for production development
26
+ Claude Skill Lord is a curated plugin for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) that adds **43 specialized agents**, **165 production-ready skills**, **114 commands**, and **11 language rule sets** to your development workflow. One install gives Claude deep expertise in planning, coding, testing, reviewing, debugging, and designing across any language or framework.
21
27
 
22
28
  ---
23
29
 
@@ -33,75 +39,63 @@ npm i -g claude-skill-lord
33
39
 
34
40
  ```bash
35
41
  cd your-project
36
- csl init # install all components
37
- claude # start coding with Claude Skill Lord
42
+ csl init # copies agents, skills, commands into .claude/
43
+ claude # start coding with Claude Skill Lord
38
44
  ```
39
45
 
40
- That's it. `csl init` copies skills, agents, and commands into `.claude/` and generates `plugin.json` automatically.
46
+ That's it. `csl init` generates `plugin.json` and wires everything up automatically.
41
47
 
42
- ### CLI commands
48
+ ### Alternative installs
43
49
 
44
50
  ```bash
45
- csl init # install everything
46
- csl init --dry-run # preview without copying
47
- csl init --fresh # clean reinstall
48
- csl init --no-fonts # skip canvas font files (~7MB)
49
- csl update # update CLI to latest version
50
- csl migrate # update project files after csl update
51
- csl migrate --dry-run # preview what would change
52
- csl diff # compare project files with source package
53
- csl uninstall # remove from current project
54
- csl doctor # check health + available updates
55
- csl list # show all components with install status
56
- ```
57
-
58
- ### Alternative: per-project install
51
+ # Per-project
52
+ npm i claude-skill-lord && npx csl init
59
53
 
60
- ```bash
61
- npm i claude-skill-lord
62
- npx csl init
54
+ # From source
55
+ git clone https://github.com/donganhvuphp/Claude-Skills-Lord.git
56
+ cd Claude-Skills-Lord && node scripts/sl.js init --target /path/to/your/project
63
57
  ```
64
58
 
65
- ### Alternative: git clone
59
+ ---
60
+
61
+ ## CLI
66
62
 
67
- ```bash
68
- git clone https://github.com/donganhvuphp/Claude-Skills-Lord.git
69
- cd Claude-Skills-Lord
70
- node scripts/sl.js init full --target /path/to/your/project
63
+ ```
64
+ csl init Install everything
65
+ csl init --dry-run Preview without copying
66
+ csl init --fresh Clean reinstall
67
+ csl init --no-fonts Skip canvas font files (~7 MB)
68
+ csl update Update CLI to latest version
69
+ csl migrate Update project files after csl update
70
+ csl migrate --dry-run Preview what would change
71
+ csl diff Compare project files with source
72
+ csl uninstall Remove from current project
73
+ csl doctor Health check + available updates
74
+ csl list Show all components
71
75
  ```
72
76
 
73
77
  ---
74
78
 
75
- ## Architecture
76
-
77
- ```mermaid
78
- graph TD
79
- subgraph Plugin["Claude Skill Lord Plugin"]
80
- A["Agents (43)"]
81
- B["Commands (114)"]
82
- C["Skills (161)"]
83
- R["Rules (11 langs)"]
84
- end
85
-
86
- subgraph Intelligence["Intelligence Layer"]
87
- E["Quality Gate"]
88
- end
89
-
90
- subgraph Infra["Foundation"]
91
- F["Hooks"]
92
- G["Workflows"]
93
- H["Manifests"]
94
- CTX["Contexts"]
95
- end
96
-
97
- A --> E
98
- B --> E
99
- C --> E
100
- R --> E
101
- E --> F
102
- E --> G
103
- E --> H
104
- CTX --> E
79
+ ## How It Works
80
+
81
+ ```
82
+ ┌─────────────────────────────────────────────────────────┐
83
+ Claude Skill Lord
84
+ │ │
85
+ │ ┌───────────┐ ┌───────────┐ ┌──────────┐ ┌──────┐ │
86
+ │ │ 43 Agents │ │165 Skills │ │114 Cmds │ │Rules │ │
87
+ │ └─────┬─────┘ └─────┬─────┘ └────┬─────┘ └──┬───┘ │
88
+ │ │ │ │ │ │
89
+ │ └──────────┬───┴──────────────┘ │ │
90
+ │ ▼ │ │
91
+ │ ┌────────────────┐ │ │
92
+ │ │ Quality Gate │◄──────────────────────┘ │
93
+ │ └───────┬────────┘ │
94
+ │ ▼ │
95
+ │ ┌──────────────────────────┐ │
96
+ │ │ Hooks · Workflows · MCP │ │
97
+ │ └──────────────────────────┘ │
98
+ └─────────────────────────────────────────────────────────┘
105
99
  ```
106
100
 
107
101
  ---
@@ -110,8 +104,6 @@ graph TD
110
104
 
111
105
  ### Plan → Code → Test
112
106
 
113
- The most common workflow — plan first, then implement, then validate:
114
-
115
107
  ```
116
108
  /plan Add user authentication with OAuth2
117
109
  /code
@@ -122,9 +114,9 @@ The most common workflow — plan first, then implement, then validate:
122
114
 
123
115
  ```
124
116
  /fix login not redirecting after auth
125
- /fix:ci # fix from CI/CD logs
126
- /fix:types # fix TypeScript errors
127
- /fix:fast connection timeout on API # quick fix, no deep research
117
+ /fix:ci # fix from CI/CD logs
118
+ /fix:types # fix TypeScript errors
119
+ /fix:fast connection timeout on API # quick fix, no deep research
128
120
  ```
129
121
 
130
122
  ### Design UI
@@ -135,23 +127,22 @@ The most common workflow — plan first, then implement, then validate:
135
127
  /design:3d Interactive 3D product showcase
136
128
  ```
137
129
 
138
- ### Explore and understand code
130
+ ### Build features end-to-end
139
131
 
140
132
  ```
141
- /scout src/ find all API endpoints
142
- /model-route I need to refactor the authentication module
143
- /review:codebase
133
+ /cook Add dark mode toggle in settings page
134
+ /brainstorm WebSocket vs SSE for real-time notifications?
135
+ /bootstrap:auto Next.js SaaS starter with auth and payments
144
136
  ```
145
137
 
146
- ### Build features end-to-end
138
+ ### Explore & understand code
147
139
 
148
140
  ```
149
- /cook Add dark mode toggle in settings page
150
- /brainstorm Should we use WebSocket or SSE for real-time notifications?
151
- /bootstrap:auto Next.js SaaS starter with auth and payments
141
+ /scout src/ find all API endpoints
142
+ /model-route I need to refactor the authentication module
152
143
  ```
153
144
 
154
- ### Multi-agent workflows (new)
145
+ ### Multi-agent workflows
155
146
 
156
147
  ```
157
148
  /multi-plan Complex feature requiring multiple perspectives
@@ -159,42 +150,42 @@ The most common workflow — plan first, then implement, then validate:
159
150
  /orchestrate Coordinate multiple agents on a large task
160
151
  ```
161
152
 
162
- ### Session management (new)
153
+ ### Session management
163
154
 
164
155
  ```
165
- /save-session # save current work context
166
- /resume-session # resume where you left off
167
- /checkpoint # create a recovery point
156
+ /save-session Save current work context
157
+ /resume-session Resume where you left off
158
+ /checkpoint Create a recovery point
168
159
  ```
169
160
 
170
- ### Language-specific workflows (new)
161
+ ### Language-specific workflows
171
162
 
172
163
  ```
173
- /rust-build # build Rust project
174
- /go-review # review Go code
175
- /kotlin-test # test Kotlin project
176
- /cpp-build # build C++ project
177
- /python-review # review Python code
164
+ /rust-build /rust-review /rust-test
165
+ /go-build /go-review /go-test
166
+ /kotlin-build /kotlin-review /kotlin-test
167
+ /cpp-build /cpp-review /cpp-test
168
+ /python-review
178
169
  ```
179
170
 
180
171
  ---
181
172
 
182
173
  ## Key Commands
183
174
 
184
- | Command | Description |
175
+ | Command | What it does |
185
176
  |---------|-------------|
186
- | `/plan` | Create implementation plan (variants: `fast`, `hard`, `two`, `cro`, `ci`) |
177
+ | `/plan` | Create implementation plan (`fast`, `hard`, `two`, `cro`, `ci`) |
187
178
  | `/code` | Start coding from plan |
188
179
  | `/test` | Run and validate tests |
189
- | `/fix` | Fix issues (variants: `fast`, `hard`, `ci`, `test`, `types`, `ui`, `logs`) |
190
- | `/cook` | Implement features end-to-end |
180
+ | `/fix` | Fix issues (`fast`, `hard`, `ci`, `test`, `types`, `ui`, `logs`) |
181
+ | `/cook` | Implement features end-to-end (`auto`, `auto/fast`) |
191
182
  | `/tdd` | Test-driven development workflow |
192
183
  | `/debug` | Deep root-cause investigation |
193
- | `/design:good` | Create UI designs (variants: `fast`, `good`, `3d`, `screenshot`, `video`, `describe`) |
184
+ | `/design` | Create UI designs (`fast`, `good`, `3d`, `screenshot`, `video`) |
194
185
  | `/audit` | Run quality gate checks |
195
186
 
196
187
  <details>
197
- <summary><strong>All commands (114)</strong></summary>
188
+ <summary><strong>View all 114 commands</strong></summary>
198
189
 
199
190
  | Category | Commands |
200
191
  |----------|----------|
@@ -210,12 +201,9 @@ The most common workflow — plan first, then implement, then validate:
210
201
  | **Session** | `/save-session`, `/resume-session`, `/sessions`, `/checkpoint` |
211
202
  | **Scout** | `/scout`, `/scout:ext` |
212
203
  | **Bootstrap** | `/bootstrap`, `/bootstrap:auto`, `/bootstrap:auto/fast` |
213
- | **Skills** | `/skill:add`, `/skill:create`, `/skill:optimize`, `/skill:fix-logs`, `/skill-create`, `/skill-health` |
204
+ | **Skills** | `/skill:add`, `/skill:create`, `/skill:optimize`, `/skill:fix-logs` |
214
205
  | **Quality** | `/quality-gate`, `/audit`, `/refactor-clean`, `/prompt-optimize` |
215
206
  | **Loop** | `/loop-start`, `/loop-status` |
216
- | **Other** | `/brainstorm`, `/learn`, `/evolve`, `/model-route`, `/ask`, `/journal`, `/watzup` |
217
-
218
- See [commands/](commands/) for the full list.
219
207
 
220
208
  </details>
221
209
 
@@ -226,17 +214,17 @@ See [commands/](commands/) for the full list.
226
214
  <details>
227
215
  <summary><strong>43 agents — click to expand</strong></summary>
228
216
 
229
- ### Core Agents
217
+ ### Core
230
218
 
231
219
  | Agent | Role |
232
220
  |-------|------|
233
221
  | planner | Technical planning with 9 mental models |
234
222
  | architect | System design and scalability |
235
- | code-reviewer | Quality assessment with >80% confidence filtering |
223
+ | code-reviewer | Quality assessment with confidence filtering |
236
224
  | security-reviewer | OWASP vulnerability detection |
237
225
  | tdd-guide | RED-GREEN-REFACTOR workflow |
238
- | debugger | Root cause investigation methodology |
239
- | build-error-resolver | Build and compile error fixing |
226
+ | debugger | Root cause investigation |
227
+ | build-error-resolver | Build / compile error fixing |
240
228
  | e2e-runner | Playwright E2E test generation |
241
229
  | refactor-cleaner | Dead code cleanup |
242
230
  | git-manager | Version control operations |
@@ -246,8 +234,8 @@ See [commands/](commands/) for the full list.
246
234
  | project-manager | Progress tracking |
247
235
  | ui-ux-designer | UI/UX design |
248
236
  | database-admin | Database optimization |
249
- | database-reviewer | Database review specialist |
250
- | brainstormer | Solution ideation (YAGNI/KISS/DRY) |
237
+ | database-reviewer | Database review |
238
+ | brainstormer | Solution ideation (YAGNI / KISS / DRY) |
251
239
  | copywriter | Conversion-focused content |
252
240
  | scout | Parallel codebase exploration |
253
241
  | scout-external | External tool-based exploration |
@@ -255,8 +243,8 @@ See [commands/](commands/) for the full list.
255
243
  | chief-of-staff | Multi-channel coordination |
256
244
  | harness-optimizer | Agent self-optimization |
257
245
  | quality-gate | Output validation |
258
- | researcher | Deep research agent |
259
- | tester | Test execution agent |
246
+ | researcher | Deep research |
247
+ | tester | Test execution |
260
248
  | mcp-manager | MCP server management |
261
249
  | journal-writer | Session journaling |
262
250
 
@@ -271,7 +259,7 @@ See [commands/](commands/) for the full list.
271
259
  | kotlin-reviewer | Kotlin |
272
260
  | java-reviewer | Java |
273
261
  | cpp-reviewer | C++ |
274
- | flutter-reviewer | Flutter/Dart |
262
+ | flutter-reviewer | Flutter / Dart |
275
263
 
276
264
  ### Language-Specific Build Resolvers
277
265
 
@@ -288,159 +276,85 @@ See [commands/](commands/) for the full list.
288
276
 
289
277
  ---
290
278
 
291
- ## Skills (161)
279
+ ## Skills (165)
292
280
 
293
- All skills live in `./skills/<name>/SKILL.md` — flat structure.
281
+ All skills live in `./skills/<name>/SKILL.md` — flat or nested structure.
294
282
 
295
283
  <details>
296
- <summary><strong>Click to expand full skill list</strong></summary>
284
+ <summary><strong>View all 165 skills by category</strong></summary>
297
285
 
298
- ### Development Core
299
- debugging, code-review, tdd-workflow, testing, backend-development, frontend-development, web-frameworks, ui-styling, databases, api-design, devops, sequential-thinking, research, planning, problem-solving, coding-standards
286
+ **Development Core** — debugging, code-review, tdd-workflow, testing, backend-development, frontend-development, web-frameworks, ui-styling, databases, api-design, devops, sequential-thinking, research, planning, problem-solving, coding-standards
300
287
 
301
- ### Frontend & Design
302
- ui-ux-pro-max, react-best-practices, frontend-patterns, frontend-design, frontend-slides, nextjs-turbopack, design, design-system, brand, banner-design, slides, aesthetic, web-design-guidelines, liquid-glass-design, threejs
288
+ **Frontend & Design** — ui-ux-pro-max, react-best-practices, frontend-patterns, frontend-design, frontend-slides, nextjs-turbopack, design, design-system, brand, banner-design, slides, aesthetic, web-design-guidelines, liquid-glass-design, threejs
303
289
 
304
- ### Backend & API
305
- backend-patterns, api-design, mcp-server-patterns, mcp-management, mcp-builder
290
+ **Backend & API** — backend-patterns, api-design, mcp-server-patterns, mcp-management, mcp-builder
306
291
 
307
- ### Language Patterns
308
- python-patterns, golang-patterns, rust-patterns, kotlin-patterns, perl-patterns, django-patterns, laravel-patterns, springboot-patterns, swiftui-patterns, nuxt4-patterns
292
+ **Language Patterns** — python-patterns, golang-patterns, rust-patterns, kotlin-patterns, perl-patterns, django-patterns, laravel-patterns, springboot-patterns, swiftui-patterns, nuxt4-patterns
309
293
 
310
- ### Language Testing & Security
311
- python-testing, golang-testing, rust-testing, kotlin-testing, cpp-testing, perl-testing, perl-security, django-tdd, laravel-tdd, springboot-tdd, django-security, laravel-security, springboot-security, django-verification, laravel-verification, springboot-verification
294
+ **Language Testing & Security** — python-testing, golang-testing, rust-testing, kotlin-testing, cpp-testing, perl-testing, perl-security, django-tdd, laravel-tdd, springboot-tdd, django-security, laravel-security, springboot-security, django-verification, laravel-verification, springboot-verification
312
295
 
313
- ### Language Specialized
314
- kotlin-coroutines-flows, kotlin-exposed-patterns, kotlin-ktor-patterns, java-coding-standards, cpp-coding-standards, swift-actor-persistence, swift-concurrency-6-2, swift-protocol-di-testing, jpa-patterns, compose-multiplatform-patterns
296
+ **Language Specialized** — kotlin-coroutines-flows, kotlin-exposed-patterns, kotlin-ktor-patterns, java-coding-standards, cpp-coding-standards, swift-actor-persistence, swift-concurrency-6-2, swift-protocol-di-testing, jpa-patterns, compose-multiplatform-patterns
315
297
 
316
- ### Mobile
317
- mobile-development, android-clean-architecture, flutter-dart-code-review
298
+ **Mobile** — mobile-development, android-clean-architecture, flutter-dart-code-review
318
299
 
319
- ### DevOps & Infrastructure
320
- deployment-patterns, docker-patterns, vercel-deploy
300
+ **DevOps & Infrastructure** — deployment-patterns, docker-patterns, vercel-deploy
321
301
 
322
- ### Database
323
- postgres-patterns, database-migrations, clickhouse-io
302
+ **Database** — postgres-patterns, database-migrations, clickhouse-io
324
303
 
325
- ### AI & ML
326
- ai-multimodal, pytorch-patterns, google-adk-python, cost-aware-llm-pipeline, foundation-models-on-device, prompt-optimizer
304
+ **AI & ML** — ai-multimodal, pytorch-patterns, google-adk-python, cost-aware-llm-pipeline, foundation-models-on-device, prompt-optimizer
327
305
 
328
- ### Agentic Engineering
329
- agentic-engineering, ai-first-engineering, ai-regression-testing, agent-harness-construction, agent-eval, autonomous-loops, continuous-agent-loop, continuous-learning, continuous-learning-v2, eval-harness, verification-loop, enterprise-agent-ops
306
+ **Agentic Engineering** — agentic-engineering, ai-first-engineering, ai-regression-testing, agent-harness-construction, agent-eval, autonomous-loops, continuous-agent-loop, continuous-learning, continuous-learning-v2, eval-harness, verification-loop, enterprise-agent-ops
330
307
 
331
- ### Content & Business
332
- article-writing, content-engine, crosspost, market-research, investor-outreach, investor-materials, shopify
308
+ **Content & Business** — article-writing, content-engine, crosspost, market-research, investor-outreach, investor-materials, shopify
333
309
 
334
- ### Security & Auth
335
- security-review, security-scan, better-auth, payment-integration, safety-guard
310
+ **Security & Auth** — security-review, security-scan, better-auth, payment-integration, safety-guard
336
311
 
337
- ### Media & Processing
338
- media-processing, video-editing, videodb, fal-ai-media, nutrient-document-processing
312
+ **Media & Processing** — media-processing, video-editing, videodb, fal-ai-media, nutrient-document-processing
339
313
 
340
- ### Tools & Utilities
341
- repomix, chrome-devtools, docs-seeker, documentation-lookup, document-skills, skill-creator, data-scraper-agent, exa-search, x-api, bun-runtime, nanoclaw-repl, dmux-workflows
314
+ **Document Skills** document-skills/docx, document-skills/pdf, document-skills/pptx, document-skills/xlsx
342
315
 
343
- ### Research & Strategy
344
- deep-research, strategic-compact, search-first, iterative-retrieval, codebase-onboarding, blueprint, santa-method, team-builder, architecture-decision-records
316
+ **Tools & Utilities** — repomix, chrome-devtools, docs-seeker, documentation-lookup, skill-creator, data-scraper-agent, exa-search, x-api, bun-runtime, nanoclaw-repl, dmux-workflows
345
317
 
346
- ### Domain-Specific
347
- carrier-relationship-management, customs-trade-compliance, energy-procurement, inventory-demand-planning, logistics-exception-management, production-scheduling, quality-nonconformance, returns-reverse-logistics, visa-doc-translate
318
+ **Research & Strategy** — deep-research, strategic-compact, search-first, iterative-retrieval, codebase-onboarding, blueprint, santa-method, team-builder, architecture-decision-records
348
319
 
349
- ### Meta & Config
350
- claude-code, claude-api, claude-devfleet, configure-ecc, skill-comply, skill-stocktake, rules-distill, plankton-code-quality, ralphinho-rfc-pipeline, regex-vs-llm-structured-text, click-path-audit, context-budget, content-hash-cache-pattern, project-guidelines-example, plan-preview, template-skill, e2e-testing
320
+ **Domain-Specific** carrier-relationship-management, customs-trade-compliance, energy-procurement, inventory-demand-planning, logistics-exception-management, production-scheduling, quality-nonconformance, returns-reverse-logistics, visa-doc-translate
321
+
322
+ **Meta & Config** — claude-api, claude-devfleet, configure-skilllord, skill-comply, skill-stocktake, rules-distill, plankton-code-quality, ralphinho-rfc-pipeline, regex-vs-llm-structured-text, click-path-audit, context-budget, content-hash-cache-pattern, project-guidelines-example, plan-preview, template-skill, e2e-testing
351
323
 
352
324
  </details>
353
325
 
354
326
  ---
355
327
 
356
- ## Rules (11 Languages + Common)
357
-
358
- Language-specific coding rules in `./rules/`:
359
-
360
- | Language | Files |
361
- |----------|-------|
362
- | Common | agents, coding-style, development-workflow, git-workflow, hooks, patterns, performance, security, testing |
363
- | TypeScript | coding-style, hooks, patterns, security, testing |
364
- | Python | coding-style, hooks, patterns, security, testing |
365
- | Go | coding-style, hooks, patterns, security, testing |
366
- | Rust | coding-style, hooks, patterns, security, testing |
367
- | Java | coding-style, hooks, patterns, security, testing |
368
- | Kotlin | coding-style, hooks, patterns, security, testing |
369
- | C++ | coding-style, hooks, patterns, security, testing |
370
- | C# | coding-style, hooks, patterns, security, testing |
371
- | PHP | coding-style, hooks, patterns, security, testing |
372
- | Perl | coding-style, hooks, patterns, security, testing |
373
- | Swift | coding-style, hooks, patterns, security, testing |
328
+ ## Rules
329
+
330
+ 11 language-specific rule sets plus a common base, each covering: coding-style, hooks, patterns, security, and testing.
331
+
332
+ **Supported languages:** TypeScript, Python, Go, Rust, Java, Kotlin, C++, C#, PHP, Perl, Swift
374
333
 
375
334
  ---
376
335
 
377
- ## Hooks & Automation
336
+ ## Hooks
378
337
 
379
338
  | Hook | Trigger | What it does |
380
- |------|---------|--------------|
339
+ |------|---------|-------------|
381
340
  | Block no-verify | PreToolUse | Prevents bypassing git hooks |
382
341
  | Config protection | PreToolUse | Prevents weakening linter/formatter configs |
383
- | Scout block | PreToolUse | Controls scout command usage |
384
- | Auto-format | PostToolUse | Runs Biome or Prettier on edited JS/TS files |
342
+ | Auto-format | PostToolUse | Runs Biome or Prettier on edited JS/TS |
385
343
  | Type check | PostToolUse | Validates TypeScript after edits |
386
- | Console.log check | Stop | Flags debug code left in modified files |
387
344
  | Quality gate | PostToolUse | Lint + types + tests + security checks |
388
- | Modularization | PostToolUse | Suggests splitting files >200 LOC |
389
- | Session persistence | Stop | Persist session state for cross-session continuity |
390
- | Discord/Telegram notify | Stop | Send notifications on session end |
391
-
392
- ---
393
-
394
- ## Contexts
395
-
396
- Development contexts in `./contexts/` for specialized workflows:
397
-
398
- | Context | Use Case |
399
- |---------|----------|
400
- | `dev.md` | Development context |
401
- | `research.md` | Research context |
402
- | `review.md` | Code review context |
345
+ | Modularization | PostToolUse | Suggests splitting files > 200 LOC |
346
+ | Console.log check | Stop | Flags debug code left in modified files |
347
+ | Session persistence | Stop | Persist state for cross-session continuity |
348
+ | Notifications | Stop | Discord / Telegram notification on session end |
403
349
 
404
350
  ---
405
351
 
406
352
  ## Statusline
407
353
 
408
- Built-in cross-platform statusline showing real-time session metrics:
409
-
410
- - **Cost tracking** — cost per hour and session total via ccusage
411
- - **Token count** — current token usage
412
- - **Session timer** — remaining time with color-coded warnings
413
- - **Git branch** — current branch or commit hash
414
- - **Model info** — active model name and version
415
-
416
- Available in 3 variants: `scripts/statusline.js` (Node.js), `scripts/statusline.sh` (Bash), `scripts/statusline.ps1` (PowerShell).
354
+ Built-in cross-platform statusline with real-time session metrics: cost tracking, token count, session timer, git branch, and model info. Available as Node.js, Bash, and PowerShell scripts.
417
355
 
418
356
  ---
419
357
 
420
- ## Development Config
421
-
422
- | File | Purpose |
423
- |------|---------|
424
- | `.commitlintrc.json` | Enforces conventional commit message format |
425
- | `.releaserc.json` | Semantic release automation for npm publishing |
426
- | `.repomixignore` | Ignore patterns for repomix skill |
427
- | `.env.example` | Template for Discord/Telegram/Gemini API keys |
428
- | `docs/code-standards.md` | Project-level coding standards |
429
-
430
- ---
431
-
432
- ## Testing
433
-
434
- ```bash
435
- node tests/run-all.js
436
- ```
437
-
438
- ---
439
-
440
- ## Contributing
441
-
442
- See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
443
-
444
358
  ## License
445
359
 
446
360
  [MIT](LICENSE)
@@ -22,7 +22,7 @@
22
22
  {
23
23
  "id": "skills",
24
24
  "kind": "skills",
25
- "description": "All 161 skills — debugging, testing, frontend/backend, databases, security, UI/UX, patterns, languages, frameworks, and more",
25
+ "description": "All 165 skills — debugging, testing, frontend/backend, databases, security, UI/UX, patterns, languages, frameworks, and more",
26
26
  "paths": ["skills/"],
27
27
  "defaultInstall": true,
28
28
  "cost": "medium",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "claude-skill-lord",
3
- "version": "2.1.1",
4
- "description": "Curated Claude Code plugin — 43 agents, 161 skills, 114 commands, 11 language rules",
3
+ "version": "2.2.0",
4
+ "description": "Curated Claude Code plugin — 43 agents, 165 skills, 114 commands, 11 language rules",
5
5
  "author": {
6
6
  "name": "Dong Anh",
7
7
  "email": "donganhvu20@gmail.com"
@@ -50,11 +50,7 @@
50
50
  "CLAUDE.md",
51
51
  "README.md",
52
52
  "LICENSE",
53
- "LICENSE-ui-ux-pro-max.txt",
54
- ".env.example",
55
- ".repomixignore",
56
- ".commitlintrc.json",
57
- ".releaserc.json"
53
+ "LICENSE-ui-ux-pro-max.txt"
58
54
  ],
59
55
  "engines": {
60
56
  "node": ">=18.0.0"
@@ -20,10 +20,10 @@ function buildPluginJson(filesToCopy, version) {
20
20
 
21
21
  const skillDirs = new Set();
22
22
  filesToCopy
23
- .filter(f => f.rel.startsWith('skills/'))
23
+ .filter(f => f.rel.startsWith('skills/') && (f.rel.endsWith('/SKILL.md') || f.rel.endsWith('\\SKILL.md')))
24
24
  .forEach(f => {
25
- const parts = f.rel.split('/');
26
- if (parts.length >= 2) skillDirs.add(`./${parts[0]}/${parts[1]}/`);
25
+ const dir = path.dirname(f.rel);
26
+ if (dir !== 'skills') skillDirs.add(`./${dir}/`);
27
27
  });
28
28
 
29
29
  return {