claude-skill-lord 2.0.3 → 2.0.4
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/.claude-plugin/plugin.json +1 -1
- package/CLAUDE.md +1 -1
- package/README.md +9 -19
- package/package.json +1 -1
package/CLAUDE.md
CHANGED
|
@@ -136,7 +136,7 @@ All skills live in `./skills/<name>/SKILL.md` — flat structure, no tiers.
|
|
|
136
136
|
| /integrate | Integrations (variants: sepay, polar) |
|
|
137
137
|
| /skill | Skill management (variants: add, create, fix-logs, optimize) |
|
|
138
138
|
|
|
139
|
-
## Rules (
|
|
139
|
+
## Rules (11 languages + common)
|
|
140
140
|
|
|
141
141
|
Language-specific coding rules in `./rules/`:
|
|
142
142
|
- Common (agents, coding-style, development-workflow, git-workflow, hooks, patterns, performance, security, testing)
|
package/README.md
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|

|
|
8
8
|

|
|
9
9
|

|
|
10
|
-

|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
|
14
14
|
## Why Claude Skill Lord?
|
|
15
15
|
|
|
16
16
|
- **Stop configuring, start building** — 170 skills, 44 agents, 115 commands work out of the box
|
|
17
|
-
- **Multi-language support** —
|
|
17
|
+
- **Multi-language support** — 11 language-specific rule sets (TypeScript, Python, Go, Rust, Java, Kotlin, C++, C#, PHP, Perl, Swift) + common rules
|
|
18
18
|
- **Language-specific agents** — dedicated reviewers and build resolvers for 8 languages
|
|
19
19
|
- **Design intelligence built-in** — 67 UI styles, 161 color palettes, reasoning engine for production-grade design decisions
|
|
20
20
|
- **Battle-tested foundations** — curated from [ClaudeKit Engineer](https://github.com/claudekit/claudekit-engineer) (base) + [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) (cherry-picked)
|
|
@@ -73,16 +73,6 @@ node scripts/sl.js init full --target /path/to/your/project
|
|
|
73
73
|
|
|
74
74
|
---
|
|
75
75
|
|
|
76
|
-
## Install Profiles
|
|
77
|
-
|
|
78
|
-
| Profile | Skills | Agents | Rules | Best For |
|
|
79
|
-
|---------|--------|--------|-------|----------|
|
|
80
|
-
| `core` | 170 | 44 | — | Minimal setup |
|
|
81
|
-
| `developer` | 170 | 44 | 13 languages | Recommended for all projects (default) |
|
|
82
|
-
| `full` | 170 | 44 + canvas fonts | 13 languages + MCP configs | Multi-language, design, enterprise |
|
|
83
|
-
|
|
84
|
-
---
|
|
85
|
-
|
|
86
76
|
## Architecture
|
|
87
77
|
|
|
88
78
|
```mermaid
|
|
@@ -317,10 +307,10 @@ debugging, code-review, tdd-workflow, testing, backend-development, frontend-dev
|
|
|
317
307
|
ui-ux-pro-max, react-best-practices, frontend-patterns, frontend-design, frontend-slides, design, design-system, brand, banner-design, slides, aesthetic, web-design-guidelines, liquid-glass-design, threejs
|
|
318
308
|
|
|
319
309
|
### Backend & API
|
|
320
|
-
backend-patterns, api-design,
|
|
310
|
+
backend-patterns, api-design, mcp-server-patterns, mcp-management, mcp-builder
|
|
321
311
|
|
|
322
312
|
### Language Patterns
|
|
323
|
-
python-patterns, golang-patterns, rust-patterns, kotlin-patterns,
|
|
313
|
+
python-patterns, golang-patterns, rust-patterns, kotlin-patterns, perl-patterns, django-patterns, laravel-patterns, springboot-patterns, swiftui-patterns, nuxt4-patterns
|
|
324
314
|
|
|
325
315
|
### Language Testing & Security
|
|
326
316
|
python-testing, golang-testing, rust-testing, kotlin-testing, cpp-testing, django-tdd, laravel-tdd, springboot-tdd, django-security, laravel-security, springboot-security, django-verification, laravel-verification, springboot-verification
|
|
@@ -329,10 +319,10 @@ python-testing, golang-testing, rust-testing, kotlin-testing, cpp-testing, djang
|
|
|
329
319
|
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
|
|
330
320
|
|
|
331
321
|
### Mobile
|
|
332
|
-
mobile-development, android-clean-architecture, flutter-
|
|
322
|
+
mobile-development, android-clean-architecture, flutter-dart-code-review
|
|
333
323
|
|
|
334
324
|
### DevOps & Infrastructure
|
|
335
|
-
deployment-patterns, docker-patterns,
|
|
325
|
+
deployment-patterns, docker-patterns, vercel-deploy
|
|
336
326
|
|
|
337
327
|
### Database
|
|
338
328
|
postgres-patterns, database-migrations, clickhouse-io
|
|
@@ -344,7 +334,7 @@ ai-multimodal, pytorch-patterns, google-adk-python, cost-aware-llm-pipeline, fou
|
|
|
344
334
|
agentic-engineering, agent-harness-construction, agent-eval, autonomous-loops, continuous-agent-loop, continuous-learning, continuous-learning-v2, eval-harness, verification-loop, enterprise-agent-ops
|
|
345
335
|
|
|
346
336
|
### Content & Business
|
|
347
|
-
article-writing,
|
|
337
|
+
article-writing, content-engine, crosspost, market-research, investor-outreach, investor-materials, shopify
|
|
348
338
|
|
|
349
339
|
### Security & Auth
|
|
350
340
|
security-review, security-scan, better-auth, payment-integration, safety-guard
|
|
@@ -368,7 +358,7 @@ claude-code, claude-api, claude-devfleet, configure-ecc, skill-comply, skill-sto
|
|
|
368
358
|
|
|
369
359
|
---
|
|
370
360
|
|
|
371
|
-
## Rules (
|
|
361
|
+
## Rules (11 Languages + Common)
|
|
372
362
|
|
|
373
363
|
Language-specific coding rules in `./rules/`:
|
|
374
364
|
|
|
@@ -401,7 +391,7 @@ Language-specific coding rules in `./rules/`:
|
|
|
401
391
|
| Console.log check | Stop | Flags debug code left in modified files |
|
|
402
392
|
| Quality gate | PostToolUse | Lint + types + tests + security checks |
|
|
403
393
|
| Modularization | PostToolUse | Suggests splitting files >200 LOC |
|
|
404
|
-
| Session
|
|
394
|
+
| Session persistence | Stop | Persist session state for cross-session continuity |
|
|
405
395
|
| Discord/Telegram notify | Stop | Send notifications on session end |
|
|
406
396
|
|
|
407
397
|
---
|
package/package.json
CHANGED