claude-skill-lord 2.1.0 → 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 (82) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.claude-plugin/plugin.json +2 -2
  3. package/CLAUDE.md +5 -5
  4. package/README.md +139 -225
  5. package/hooks/scripts/check-console-log.js +1 -1
  6. package/hooks/scripts/discord-notify.sh +10 -13
  7. package/hooks/scripts/post-edit-format.js +1 -1
  8. package/hooks/scripts/quality-gate.js +1 -1
  9. package/hooks/scripts/run-with-flags.js +1 -1
  10. package/hooks/scripts/session-end.js +1 -1
  11. package/hooks/scripts/telegram-notify.sh +7 -2
  12. package/hooks/telegram-hook-setup.md +17 -17
  13. package/manifests/install-modules.json +3 -3
  14. package/package.json +6 -10
  15. package/scripts/install.js +7 -1
  16. package/scripts/lib/package-manager.js +83 -0
  17. package/scripts/lib/profile-utils.js +3 -3
  18. package/scripts/lib/utils.js +1 -154
  19. package/scripts/prepare-release-assets.cjs +81 -0
  20. package/scripts/sl.js +13 -4
  21. package/skills/manifest.json +10 -10
  22. package/.commitlintrc.json +0 -27
  23. package/.env.example +0 -26
  24. package/.releaserc.json +0 -119
  25. package/.repomixignore +0 -22
  26. package/hooks/scripts/check-hook-enabled.js +0 -12
  27. package/hooks/scripts/discord_notify.sh +0 -221
  28. package/hooks/scripts/post-edit-console-warn.js +0 -54
  29. package/hooks/scripts/run-with-flags-shell.sh +0 -32
  30. package/hooks/scripts/scout-block.ps1 +0 -65
  31. package/hooks/scripts/scout-block.sh +0 -51
  32. package/hooks/scripts/send-discord.sh +0 -75
  33. package/hooks/scripts/session-start.js +0 -98
  34. package/hooks/scripts/telegram_notify.sh +0 -158
  35. package/scripts/lib/resolve-root.js +0 -89
  36. package/skills/SKILL.md +0 -207
  37. package/skills/ai-multimodal/scripts/tests/requirements.txt +0 -20
  38. package/skills/ai-multimodal/scripts/tests/test_document_converter.py +0 -74
  39. package/skills/ai-multimodal/scripts/tests/test_gemini_batch_process.py +0 -362
  40. package/skills/ai-multimodal/scripts/tests/test_media_optimizer.py +0 -373
  41. package/skills/better-auth/scripts/tests/test_better_auth_init.py +0 -421
  42. package/skills/chrome-devtools/scripts/__tests__/selector.test.js +0 -210
  43. package/skills/databases/scripts/tests/coverage-db.json +0 -1
  44. package/skills/databases/scripts/tests/requirements.txt +0 -4
  45. package/skills/databases/scripts/tests/test_db_backup.py +0 -340
  46. package/skills/databases/scripts/tests/test_db_migrate.py +0 -277
  47. package/skills/databases/scripts/tests/test_db_performance_check.py +0 -370
  48. package/skills/debugging/scripts/find-polluter.test.md +0 -102
  49. package/skills/devops/scripts/tests/requirements.txt +0 -3
  50. package/skills/devops/scripts/tests/test_cloudflare_deploy.py +0 -285
  51. package/skills/devops/scripts/tests/test_docker_optimize.py +0 -436
  52. package/skills/docs-seeker/scripts/tests/run-tests.js +0 -72
  53. package/skills/docs-seeker/scripts/tests/test-analyze-llms.js +0 -119
  54. package/skills/docs-seeker/scripts/tests/test-detect-topic.js +0 -112
  55. package/skills/docs-seeker/scripts/tests/test-fetch-docs.js +0 -84
  56. package/skills/fixtures/compliant_trace.jsonl +0 -5
  57. package/skills/fixtures/noncompliant_trace.jsonl +0 -3
  58. package/skills/fixtures/tdd_spec.yaml +0 -44
  59. package/skills/media-processing/scripts/tests/requirements.txt +0 -2
  60. package/skills/media-processing/scripts/tests/test_batch_resize.py +0 -372
  61. package/skills/media-processing/scripts/tests/test_media_convert.py +0 -259
  62. package/skills/media-processing/scripts/tests/test_video_optimize.py +0 -397
  63. package/skills/repomix/scripts/tests/test_repomix_batch.py +0 -531
  64. package/skills/sequential-thinking/tests/format-thought.test.js +0 -133
  65. package/skills/sequential-thinking/tests/process-thought.test.js +0 -215
  66. package/skills/shopify/scripts/tests/test_shopify_init.py +0 -385
  67. package/skills/skill-comply/fixtures/compliant_trace.jsonl +0 -5
  68. package/skills/skill-comply/fixtures/noncompliant_trace.jsonl +0 -3
  69. package/skills/skill-comply/fixtures/tdd_spec.yaml +0 -44
  70. package/skills/skill-comply/tests/test_grader.py +0 -137
  71. package/skills/skill-comply/tests/test_parser.py +0 -90
  72. package/skills/tests/test_grader.py +0 -137
  73. package/skills/tests/test_parser.py +0 -90
  74. package/skills/ui-styling/scripts/tests/coverage-ui.json +0 -1
  75. package/skills/ui-styling/scripts/tests/requirements.txt +0 -3
  76. package/skills/ui-styling/scripts/tests/test_shadcn_add.py +0 -266
  77. package/skills/ui-styling/scripts/tests/test_tailwind_config_gen.py +0 -336
  78. package/skills/web-frameworks/scripts/tests/coverage-web.json +0 -1
  79. package/skills/web-frameworks/scripts/tests/requirements.txt +0 -3
  80. package/skills/web-frameworks/scripts/tests/test_nextjs_init.py +0 -319
  81. package/skills/web-frameworks/scripts/tests/test_turborepo_migrate.py +0 -374
  82. /package/skills/claude-code/{SKILL.md → skill.md} +0 -0
@@ -9,8 +9,8 @@
9
9
  {
10
10
  "name": "claude-skill-lord",
11
11
  "source": "./",
12
- "description": "Curated Claude Code plugin — 22 agents, 61 skills, 40+ commands with intelligent skill routing and UI/UX design intelligence",
13
- "version": "1.5.1",
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.0.6",
4
- "description": "Curated Claude Code plugin — 43 agents, 170 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
@@ -11,7 +11,7 @@ Curated Claude Code plugin with intelligent skill routing, structured agents, an
11
11
 
12
12
  **IMPORTANT:** Follow development rules strictly. Research & Reuse is mandatory FIRST step before implementation.
13
13
 
14
- ## Agents (44)
14
+ ## Agents (43)
15
15
 
16
16
  ### Core Agents
17
17
  | Agent | Role |
@@ -68,11 +68,11 @@ 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
- ## Commands (115)
75
+ ## Commands (114)
76
76
 
77
77
  ### Core Commands
78
78
  | Command | Description |
@@ -85,7 +85,7 @@ All skills live in `./skills/<name>/SKILL.md` — flat structure, no tiers.
85
85
  | /tdd | Test-driven development workflow |
86
86
  | /debug | Deep issue analysis |
87
87
  | /code-review | Code review |
88
- | /route | Get skill recommendations for your task |
88
+ | /model-route | Get skill recommendations for your task |
89
89
  | /audit | Run quality checks |
90
90
  | /scout | Search codebase (variants: ext) |
91
91
  | /bootstrap | Initialize new projects (variants: auto, auto/fast) |
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
- ```
51
+ # Per-project
52
+ npm i claude-skill-lord && npx csl init
57
53
 
58
- ### Alternative: per-project install
59
-
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
+ ---
66
60
 
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
61
+ ## CLI
62
+
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
- /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>
285
+
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
297
287
 
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
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
300
289
 
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
290
+ **Backend & API** — backend-patterns, api-design, mcp-server-patterns, mcp-management, mcp-builder
303
291
 
304
- ### Backend & API
305
- backend-patterns, api-design, mcp-server-patterns, mcp-management, mcp-builder
292
+ **Language Patterns** python-patterns, golang-patterns, rust-patterns, kotlin-patterns, perl-patterns, django-patterns, laravel-patterns, springboot-patterns, swiftui-patterns, nuxt4-patterns
306
293
 
307
- ### Language Patterns
308
- python-patterns, golang-patterns, rust-patterns, kotlin-patterns, perl-patterns, django-patterns, laravel-patterns, springboot-patterns, swiftui-patterns, nuxt4-patterns
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
309
295
 
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
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
312
297
 
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
298
+ **Mobile** mobile-development, android-clean-architecture, flutter-dart-code-review
315
299
 
316
- ### Mobile
317
- mobile-development, android-clean-architecture, flutter-dart-code-review
300
+ **DevOps & Infrastructure** — deployment-patterns, docker-patterns, vercel-deploy
318
301
 
319
- ### DevOps & Infrastructure
320
- deployment-patterns, docker-patterns, vercel-deploy
302
+ **Database** postgres-patterns, database-migrations, clickhouse-io
321
303
 
322
- ### Database
323
- postgres-patterns, database-migrations, clickhouse-io
304
+ **AI & ML** — ai-multimodal, pytorch-patterns, google-adk-python, cost-aware-llm-pipeline, foundation-models-on-device, prompt-optimizer
324
305
 
325
- ### AI & ML
326
- ai-multimodal, pytorch-patterns, google-adk-python, cost-aware-llm-pipeline, foundation-models-on-device, prompt-optimizer
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
327
307
 
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
308
+ **Content & Business** — article-writing, content-engine, crosspost, market-research, investor-outreach, investor-materials, shopify
330
309
 
331
- ### Content & Business
332
- article-writing, content-engine, crosspost, market-research, investor-outreach, investor-materials, shopify
310
+ **Security & Auth** — security-review, security-scan, better-auth, payment-integration, safety-guard
333
311
 
334
- ### Security & Auth
335
- security-review, security-scan, better-auth, payment-integration, safety-guard
312
+ **Media & Processing** — media-processing, video-editing, videodb, fal-ai-media, nutrient-document-processing
336
313
 
337
- ### Media & Processing
338
- media-processing, video-editing, videodb, fal-ai-media, nutrient-document-processing
314
+ **Document Skills** document-skills/docx, document-skills/pdf, document-skills/pptx, document-skills/xlsx
339
315
 
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
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
342
317
 
343
- ### Research & Strategy
344
- deep-research, strategic-compact, search-first, iterative-retrieval, codebase-onboarding, blueprint, santa-method, team-builder, architecture-decision-records
318
+ **Research & Strategy** — deep-research, strategic-compact, search-first, iterative-retrieval, codebase-onboarding, blueprint, santa-method, team-builder, architecture-decision-records
345
319
 
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
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
348
321
 
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
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)
@@ -14,7 +14,7 @@
14
14
  */
15
15
 
16
16
  const fs = require('fs');
17
- const { isGitRepo, getGitModifiedFiles, readFile, log } = require('../lib/utils');
17
+ const { isGitRepo, getGitModifiedFiles, readFile, log } = require('../../scripts/lib/utils');
18
18
 
19
19
  // Files where console.log is expected and should not trigger warnings
20
20
  const EXCLUDED_PATTERNS = [
@@ -27,19 +27,16 @@ fi
27
27
 
28
28
  send_discord_embed() {
29
29
  local title="$1" description="$2" color="$3" fields="$4"
30
- local payload=$(cat <<EOF
31
- {
32
- "embeds": [{
33
- "title": "$title",
34
- "description": "$description",
35
- "color": $color,
36
- "timestamp": "$(date -u +%Y-%m-%dT%H:%M:%S.000Z)",
37
- "footer": {"text": "CSL • ${PROJECT_NAME}"},
38
- "fields": $fields
39
- }]
40
- }
41
- EOF
42
- )
30
+ # Use jq to safely construct JSON (prevents injection from unescaped variables)
31
+ local payload
32
+ payload=$(jq -n \
33
+ --arg title "$title" \
34
+ --arg desc "$description" \
35
+ --argjson color "$color" \
36
+ --arg ts "$(date -u +%Y-%m-%dT%H:%M:%S.000Z)" \
37
+ --arg footer "CSL • ${PROJECT_NAME}" \
38
+ --argjson fields "$fields" \
39
+ '{embeds: [{title: $title, description: $desc, color: $color, timestamp: $ts, footer: {text: $footer}, fields: $fields}]}')
43
40
  curl -s -X POST "$DISCORD_WEBHOOK_URL" -H "Content-Type: application/json" -d "$payload" > /dev/null 2>&1
44
41
  }
45
42
 
@@ -23,7 +23,7 @@ const path = require('path');
23
23
  // Shell metacharacters that cmd.exe interprets as command separators/operators
24
24
  const UNSAFE_PATH_CHARS = /[&|<>^%!]/;
25
25
 
26
- const { findProjectRoot, detectFormatter, resolveFormatterBin } = require('../lib/resolve-formatter');
26
+ const { findProjectRoot, detectFormatter, resolveFormatterBin } = require('../../scripts/lib/resolve-formatter');
27
27
 
28
28
  const MAX_STDIN = 1024 * 1024; // 1MB limit
29
29