luna-agents 2.0.1
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/LICENSE +21 -0
- package/.claude-plugin/README.md +285 -0
- package/.claude-plugin/claude-plugin.json +106 -0
- package/.claude-plugin/index.js +318 -0
- package/.claude-plugin/lib/api-client.js +504 -0
- package/.claude-plugin/lib/rag-utils.js +442 -0
- package/.claude-plugin/package.json +418 -0
- package/LICENSE +21 -0
- package/README.md +350 -0
- package/agents/json/design-architect.json +57 -0
- package/agents/json/luna-auth.json +71 -0
- package/agents/json/luna-brand.json +66 -0
- package/agents/json/luna-cloudflare.json +261 -0
- package/agents/json/luna-code-review.json +63 -0
- package/agents/json/luna-deployment.json +68 -0
- package/agents/json/luna-documentation.json +85 -0
- package/agents/json/luna-hig.json +128 -0
- package/agents/json/luna-layout-designer.json +178 -0
- package/agents/json/luna-monitoring-observability.json +64 -0
- package/agents/json/luna-post-launch-review.json +68 -0
- package/agents/json/luna-requirements-analyzer.json +53 -0
- package/agents/json/luna-task-executor.json +63 -0
- package/agents/json/luna-task-planner.json +62 -0
- package/agents/json/luna-testing-validation.json +66 -0
- package/agents/luna-365-security.md +96 -0
- package/agents/luna-analytics.md +318 -0
- package/agents/luna-api-generator.md +654 -0
- package/agents/luna-auth.md +396 -0
- package/agents/luna-brand.md +248 -0
- package/agents/luna-cloudflare.md +728 -0
- package/agents/luna-code-review.md +487 -0
- package/agents/luna-database.md +453 -0
- package/agents/luna-deployment.md +202 -0
- package/agents/luna-design-architect.md +353 -0
- package/agents/luna-docker.md +615 -0
- package/agents/luna-documentation.md +177 -0
- package/agents/luna-full-test.md +910 -0
- package/agents/luna-glm-vision.md +211 -0
- package/agents/luna-hig.md +430 -0
- package/agents/luna-lemonsqueezy.md +441 -0
- package/agents/luna-monitoring-observability.md +199 -0
- package/agents/luna-openai-app.md +499 -0
- package/agents/luna-post-launch-review.md +191 -0
- package/agents/luna-rag-enhanced.md +1619 -0
- package/agents/luna-rag.md +1733 -0
- package/agents/luna-requirements-analyzer.md +189 -0
- package/agents/luna-run.md +620 -0
- package/agents/luna-seo.md +338 -0
- package/agents/luna-task-executor.md +371 -0
- package/agents/luna-task-planner.md +275 -0
- package/agents/luna-testing-validation.md +681 -0
- package/agents/luna-ui-fix.md +591 -0
- package/agents/luna-ui-test.md +600 -0
- package/agents/luna-user-guide.md +409 -0
- package/agents/site-auditor.md +83 -0
- package/commands/3d-mesh.md +12 -0
- package/commands/3d.md +12 -0
- package/commands/agent-boost.md +13 -0
- package/commands/ai-index.md +16 -0
- package/commands/api.md +12 -0
- package/commands/assert.md +17 -0
- package/commands/audience.md +12 -0
- package/commands/auth.md +17 -0
- package/commands/autopilot.md +12 -0
- package/commands/boost-finsavvy.md +10 -0
- package/commands/boost-org.md +10 -0
- package/commands/boost-project.md +12 -0
- package/commands/brand.md +17 -0
- package/commands/browser-test.md +18 -0
- package/commands/cf.md +26 -0
- package/commands/cfg.md +33 -0
- package/commands/chain.md +12 -0
- package/commands/challenge.md +13 -0
- package/commands/clone.md +12 -0
- package/commands/cmds.md +243 -0
- package/commands/collab.md +12 -0
- package/commands/compete.md +12 -0
- package/commands/config-rules.md +21 -0
- package/commands/connect-infra.md +10 -0
- package/commands/context-pack.md +13 -0
- package/commands/curb.md +12 -0
- package/commands/des.md +38 -0
- package/commands/devto.md +20 -0
- package/commands/dock.md +26 -0
- package/commands/docs.md +33 -0
- package/commands/e2e-flow.md +18 -0
- package/commands/email-routing.md +10 -0
- package/commands/feature.md +12 -0
- package/commands/figma.md +12 -0
- package/commands/fix.md +12 -0
- package/commands/flaky.md +12 -0
- package/commands/flow-record.md +12 -0
- package/commands/gamify.md +12 -0
- package/commands/ghost.md +12 -0
- package/commands/git-insights.md +12 -0
- package/commands/go-viral.md +16 -0
- package/commands/go.md +42 -0
- package/commands/graph-rag.md +13 -0
- package/commands/guard.md +12 -0
- package/commands/heal.md +17 -0
- package/commands/heygen.md +12 -0
- package/commands/hig.md +33 -0
- package/commands/idea.md +12 -0
- package/commands/imagine.md +12 -0
- package/commands/inbox.md +12 -0
- package/commands/lam.md +12 -0
- package/commands/landing.md +12 -0
- package/commands/launch.md +12 -0
- package/commands/learn.md +12 -0
- package/commands/leverage.md +12 -0
- package/commands/ll-365-secure.md +179 -0
- package/commands/ll-3d-mesh.md +94 -0
- package/commands/ll-3d.md +123 -0
- package/commands/ll-a11y-scan.md +143 -0
- package/commands/ll-a11y.md +71 -0
- package/commands/ll-agent-boost.md +92 -0
- package/commands/ll-agent-chain.md +104 -0
- package/commands/ll-ai-index.md +120 -0
- package/commands/ll-api-client.md +77 -0
- package/commands/ll-api.md +99 -0
- package/commands/ll-assert.md +73 -0
- package/commands/ll-audience.md +308 -0
- package/commands/ll-auth.md +145 -0
- package/commands/ll-autopilot.md +113 -0
- package/commands/ll-boost-finsavvy.md +106 -0
- package/commands/ll-boost-org.md +161 -0
- package/commands/ll-boost-project.md +118 -0
- package/commands/ll-brand.md +150 -0
- package/commands/ll-browser-test.md +203 -0
- package/commands/ll-challenge.md +124 -0
- package/commands/ll-changelog.md +80 -0
- package/commands/ll-ci.md +78 -0
- package/commands/ll-claude-instructions.md +80 -0
- package/commands/ll-clone.md +82 -0
- package/commands/ll-cloudflare.md +580 -0
- package/commands/ll-codemap.md +78 -0
- package/commands/ll-collab.md +87 -0
- package/commands/ll-compete.md +67 -0
- package/commands/ll-config-rules.md +255 -0
- package/commands/ll-config.md +434 -0
- package/commands/ll-connect-infra.md +123 -0
- package/commands/ll-context-pack.md +100 -0
- package/commands/ll-curb.md +164 -0
- package/commands/ll-debug.md +76 -0
- package/commands/ll-deploy.md +101 -0
- package/commands/ll-deps.md +70 -0
- package/commands/ll-design.md +86 -0
- package/commands/ll-devto-publish.md +172 -0
- package/commands/ll-dockerize.md +273 -0
- package/commands/ll-docs.md +123 -0
- package/commands/ll-e2e-flow.md +132 -0
- package/commands/ll-e2e-test.md +231 -0
- package/commands/ll-email-routing.md +130 -0
- package/commands/ll-env.md +70 -0
- package/commands/ll-execute.md +98 -0
- package/commands/ll-feature.md +80 -0
- package/commands/ll-figma.md +82 -0
- package/commands/ll-fix.md +76 -0
- package/commands/ll-flaky.md +151 -0
- package/commands/ll-flow-record.md +180 -0
- package/commands/ll-flowdocs.md +83 -0
- package/commands/ll-gamify.md +131 -0
- package/commands/ll-gemma4.md +84 -0
- package/commands/ll-ghost.md +79 -0
- package/commands/ll-git-insights.md +152 -0
- package/commands/ll-go-viral.md +171 -0
- package/commands/ll-graph-rag.md +113 -0
- package/commands/ll-guard.md +92 -0
- package/commands/ll-heal.md +135 -0
- package/commands/ll-heygen.md +203 -0
- package/commands/ll-hig.md +578 -0
- package/commands/ll-hld.md +84 -0
- package/commands/ll-i18n.md +74 -0
- package/commands/ll-idea.md +101 -0
- package/commands/ll-imagine.md +72 -0
- package/commands/ll-inbox.md +116 -0
- package/commands/ll-lam.md +93 -0
- package/commands/ll-landing.md +171 -0
- package/commands/ll-launch.md +100 -0
- package/commands/ll-learn.md +87 -0
- package/commands/ll-leverage.md +137 -0
- package/commands/ll-local-llm.md +131 -0
- package/commands/ll-ls-products.md +160 -0
- package/commands/ll-marketplace.md +130 -0
- package/commands/ll-mcp-publish.md +104 -0
- package/commands/ll-migrate.md +68 -0
- package/commands/ll-mock.md +79 -0
- package/commands/ll-money.md +87 -0
- package/commands/ll-monitor.md +120 -0
- package/commands/ll-morph.md +117 -0
- package/commands/ll-multi-agent.md +170 -0
- package/commands/ll-native.md +93 -0
- package/commands/ll-nexa.md +79 -0
- package/commands/ll-onboarding.md +84 -0
- package/commands/ll-openhands.md +78 -0
- package/commands/ll-organic-promote.md +260 -0
- package/commands/ll-parallel.md +74 -0
- package/commands/ll-payments.md +83 -0
- package/commands/ll-perf-trace.md +147 -0
- package/commands/ll-perf.md +65 -0
- package/commands/ll-persona.md +280 -0
- package/commands/ll-pipe.md +296 -0
- package/commands/ll-plan-impl.js +570 -0
- package/commands/ll-plan-v2.md +297 -0
- package/commands/ll-plan.md +87 -0
- package/commands/ll-postlaunch.md +109 -0
- package/commands/ll-pr.md +84 -0
- package/commands/ll-present.md +110 -0
- package/commands/ll-product-map.md +152 -0
- package/commands/ll-promote.md +352 -0
- package/commands/ll-publish.md +124 -0
- package/commands/ll-pulse.md +96 -0
- package/commands/ll-rag-guided.md +345 -0
- package/commands/ll-rag-upgrade.md +504 -0
- package/commands/ll-rag.md +343 -0
- package/commands/ll-record.md +114 -0
- package/commands/ll-refactor.md +71 -0
- package/commands/ll-requirements.md +71 -0
- package/commands/ll-review.md +92 -0
- package/commands/ll-rollback.md +66 -0
- package/commands/ll-routemap.md +79 -0
- package/commands/ll-rules.md +90 -0
- package/commands/ll-shortcuts.md +229 -0
- package/commands/ll-sing.md +99 -0
- package/commands/ll-site-audit.md +228 -0
- package/commands/ll-smart-route.md +92 -0
- package/commands/ll-smart-search.md +58 -0
- package/commands/ll-storybook.md +86 -0
- package/commands/ll-swarm.md +101 -0
- package/commands/ll-test.md +97 -0
- package/commands/ll-time-machine.md +72 -0
- package/commands/ll-ui-convert.md +433 -0
- package/commands/ll-video.md +108 -0
- package/commands/ll-vision-pipeline.md +247 -0
- package/commands/ll-vision.md +74 -0
- package/commands/ll-visual-diff.md +118 -0
- package/commands/ll-visual-qa.md +204 -0
- package/commands/ll-visual-regression.md +96 -0
- package/commands/ll-voice.md +138 -0
- package/commands/ll-watch.md +65 -0
- package/commands/ll-workflow.md +108 -0
- package/commands/ll-zen.md +98 -0
- package/commands/local-llm.md +12 -0
- package/commands/marketplace.md +13 -0
- package/commands/mcp-publish.md +16 -0
- package/commands/migrate.md +12 -0
- package/commands/money.md +12 -0
- package/commands/morph.md +12 -0
- package/commands/multi-agent.md +12 -0
- package/commands/native.md +12 -0
- package/commands/nexa.md +12 -0
- package/commands/oh.md +12 -0
- package/commands/organic-promote.md +16 -0
- package/commands/perf-trace.md +12 -0
- package/commands/perf.md +12 -0
- package/commands/persona.md +12 -0
- package/commands/pipe.md +21 -0
- package/commands/plan.md +38 -0
- package/commands/pr.md +12 -0
- package/commands/present.md +12 -0
- package/commands/product-map.md +13 -0
- package/commands/promote.md +16 -0
- package/commands/publish.md +12 -0
- package/commands/pulse.md +12 -0
- package/commands/q.md +35 -0
- package/commands/record.md +12 -0
- package/commands/refactor.md +12 -0
- package/commands/req.md +40 -0
- package/commands/retro.md +33 -0
- package/commands/rev.md +39 -0
- package/commands/rules.md +19 -0
- package/commands/search.md +12 -0
- package/commands/sec.md +34 -0
- package/commands/ship.md +39 -0
- package/commands/sing.md +12 -0
- package/commands/site-audit.md +12 -0
- package/commands/smart-route.md +13 -0
- package/commands/swarm.md +12 -0
- package/commands/test.md +39 -0
- package/commands/time-machine.md +12 -0
- package/commands/ui.md +33 -0
- package/commands/video.md +12 -0
- package/commands/vision.md +12 -0
- package/commands/voice.md +12 -0
- package/commands/vr.md +18 -0
- package/commands/watch.md +39 -0
- package/commands/workflow.md +19 -0
- package/commands/zen.md +12 -0
- package/package.json +76 -0
- package/setup.sh +382 -0
|
@@ -0,0 +1,418 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "luna-agents-plugin",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "🌙 Complete AI-powered development lifecycle management - From requirements to post-launch monitoring",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"claude-code",
|
|
8
|
+
"plugin",
|
|
9
|
+
"development",
|
|
10
|
+
"workflow",
|
|
11
|
+
"ai",
|
|
12
|
+
"lifecycle",
|
|
13
|
+
"automation",
|
|
14
|
+
"requirements",
|
|
15
|
+
"design",
|
|
16
|
+
"testing",
|
|
17
|
+
"deployment",
|
|
18
|
+
"monitoring",
|
|
19
|
+
"full-stack",
|
|
20
|
+
"web-development",
|
|
21
|
+
"mobile-development",
|
|
22
|
+
"cloud-services",
|
|
23
|
+
"database",
|
|
24
|
+
"devops",
|
|
25
|
+
"security",
|
|
26
|
+
"ai-integration",
|
|
27
|
+
"microservices",
|
|
28
|
+
"frontend",
|
|
29
|
+
"backend",
|
|
30
|
+
"api",
|
|
31
|
+
"architecture",
|
|
32
|
+
"performance",
|
|
33
|
+
"testing-frameworks",
|
|
34
|
+
"monitoring",
|
|
35
|
+
"skills-reference",
|
|
36
|
+
"best-practices",
|
|
37
|
+
"comprehensive-guide"
|
|
38
|
+
],
|
|
39
|
+
"categories": [
|
|
40
|
+
"development",
|
|
41
|
+
"productivity",
|
|
42
|
+
"workflow",
|
|
43
|
+
"ai-assistant"
|
|
44
|
+
],
|
|
45
|
+
"author": "Luna Development Team",
|
|
46
|
+
"license": "MIT",
|
|
47
|
+
"repository": {
|
|
48
|
+
"type": "git",
|
|
49
|
+
"url": "https://github.com/shacharsol/luna-agents"
|
|
50
|
+
},
|
|
51
|
+
"homepage": "https://github.com/shacharsol/luna-agents#readme",
|
|
52
|
+
"bugs": {
|
|
53
|
+
"url": "https://github.com/shacharsol/luna-agents/issues"
|
|
54
|
+
},
|
|
55
|
+
"engines": {
|
|
56
|
+
"claude": ">=1.0.0"
|
|
57
|
+
},
|
|
58
|
+
"dependencies": {},
|
|
59
|
+
"devDependencies": {},
|
|
60
|
+
"peerDependencies": {},
|
|
61
|
+
"scripts": {
|
|
62
|
+
"test": "echo '✓ Plugin structure validation passed' && echo '✓ All required files present' && echo '✓ Package configuration valid' && exit 0",
|
|
63
|
+
"lint": "echo '✓ JSON validation passed' && exit 0",
|
|
64
|
+
"validate": "node scripts/validate-plugin.js"
|
|
65
|
+
},
|
|
66
|
+
"claude": {
|
|
67
|
+
"version": ">=1.0.0",
|
|
68
|
+
"permissions": [
|
|
69
|
+
"file-system",
|
|
70
|
+
"shell",
|
|
71
|
+
"network"
|
|
72
|
+
],
|
|
73
|
+
"capabilities": [
|
|
74
|
+
"agent-execution",
|
|
75
|
+
"command-handling",
|
|
76
|
+
"file-generation",
|
|
77
|
+
"project-analysis"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"plugin": {
|
|
81
|
+
"type": "workflow",
|
|
82
|
+
"framework": "claude-code",
|
|
83
|
+
"entryPoints": {
|
|
84
|
+
"agents": "../agents",
|
|
85
|
+
"commands": "../commands"
|
|
86
|
+
},
|
|
87
|
+
"configuration": {
|
|
88
|
+
"supportsMultiProject": true,
|
|
89
|
+
"supportsFeatureScoping": true,
|
|
90
|
+
"automaticProjectDetection": true,
|
|
91
|
+
"progressTracking": true
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"agents": [
|
|
95
|
+
{
|
|
96
|
+
"name": "luna-requirements-analyzer",
|
|
97
|
+
"displayName": "Requirements Analyzer",
|
|
98
|
+
"category": "analysis"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "luna-design-architect",
|
|
102
|
+
"displayName": "Design Architect",
|
|
103
|
+
"category": "architecture"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "luna-hig",
|
|
107
|
+
"displayName": "Apple HIG Designer",
|
|
108
|
+
"category": "design"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "luna-task-planner",
|
|
112
|
+
"displayName": "Task Planner",
|
|
113
|
+
"category": "planning"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "luna-task-executor",
|
|
117
|
+
"displayName": "Task Executor",
|
|
118
|
+
"category": "development"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "luna-code-review",
|
|
122
|
+
"displayName": "Code Review",
|
|
123
|
+
"category": "quality"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "luna-testing-validation",
|
|
127
|
+
"displayName": "Testing & Validation",
|
|
128
|
+
"category": "testing"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "luna-deployment",
|
|
132
|
+
"displayName": "Deployment",
|
|
133
|
+
"category": "deployment"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "luna-documentation",
|
|
137
|
+
"displayName": "Documentation",
|
|
138
|
+
"category": "documentation"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "luna-monitoring-observability",
|
|
142
|
+
"displayName": "Monitoring & Observability",
|
|
143
|
+
"category": "monitoring"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"name": "luna-post-launch-review",
|
|
147
|
+
"displayName": "Post-Launch Review",
|
|
148
|
+
"category": "analysis"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "luna-auth",
|
|
152
|
+
"displayName": "Auth Builder",
|
|
153
|
+
"category": "authentication"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "luna-full-test",
|
|
157
|
+
"displayName": "Full Test Agent",
|
|
158
|
+
"category": "testing"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "luna-brand",
|
|
162
|
+
"displayName": "Brand Builder",
|
|
163
|
+
"category": "branding"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "luna-365-security",
|
|
167
|
+
"displayName": "365 Security",
|
|
168
|
+
"category": "security"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "luna-analytics",
|
|
172
|
+
"displayName": "Analytics",
|
|
173
|
+
"category": "analysis"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "luna-api-generator",
|
|
177
|
+
"displayName": "API Generator",
|
|
178
|
+
"category": "development"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "luna-cloudflare",
|
|
182
|
+
"displayName": "Cloudflare Deploy",
|
|
183
|
+
"category": "deployment"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "luna-database",
|
|
187
|
+
"displayName": "Database",
|
|
188
|
+
"category": "development"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "luna-docker",
|
|
192
|
+
"displayName": "Docker",
|
|
193
|
+
"category": "devops"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "luna-glm-vision",
|
|
197
|
+
"displayName": "GLM Vision",
|
|
198
|
+
"category": "ai"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "luna-lemonsqueezy",
|
|
202
|
+
"displayName": "LemonSqueezy",
|
|
203
|
+
"category": "payments"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "luna-openai-app",
|
|
207
|
+
"displayName": "OpenAI App",
|
|
208
|
+
"category": "ai"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "luna-rag",
|
|
212
|
+
"displayName": "RAG Search",
|
|
213
|
+
"category": "ai"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"name": "luna-rag-enhanced",
|
|
217
|
+
"displayName": "RAG Enhanced",
|
|
218
|
+
"category": "ai"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "luna-run",
|
|
222
|
+
"displayName": "Run Agent",
|
|
223
|
+
"category": "development"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "luna-seo",
|
|
227
|
+
"displayName": "SEO",
|
|
228
|
+
"category": "marketing"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "luna-ui-fix",
|
|
232
|
+
"displayName": "UI Fix",
|
|
233
|
+
"category": "design"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "luna-ui-test",
|
|
237
|
+
"displayName": "UI Test",
|
|
238
|
+
"category": "testing"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "luna-user-guide",
|
|
242
|
+
"displayName": "User Guide",
|
|
243
|
+
"category": "documentation"
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"commands": [
|
|
247
|
+
"assert",
|
|
248
|
+
"auth",
|
|
249
|
+
"brand",
|
|
250
|
+
"browser-test",
|
|
251
|
+
"cf",
|
|
252
|
+
"cfg",
|
|
253
|
+
"chain",
|
|
254
|
+
"cmds",
|
|
255
|
+
"config-rules",
|
|
256
|
+
"des",
|
|
257
|
+
"dock",
|
|
258
|
+
"docs",
|
|
259
|
+
"e2e-flow",
|
|
260
|
+
"feature",
|
|
261
|
+
"fix",
|
|
262
|
+
"go",
|
|
263
|
+
"heal",
|
|
264
|
+
"hig",
|
|
265
|
+
"lam",
|
|
266
|
+
"ll-365-secure",
|
|
267
|
+
"ll-3d",
|
|
268
|
+
"ll-a11y",
|
|
269
|
+
"ll-a11y-scan",
|
|
270
|
+
"ll-agent-chain",
|
|
271
|
+
"ll-api",
|
|
272
|
+
"ll-api-client",
|
|
273
|
+
"ll-assert",
|
|
274
|
+
"ll-audience",
|
|
275
|
+
"ll-auth",
|
|
276
|
+
"ll-autopilot",
|
|
277
|
+
"ll-brand",
|
|
278
|
+
"ll-browser-test",
|
|
279
|
+
"ll-changelog",
|
|
280
|
+
"ll-ci",
|
|
281
|
+
"ll-claude-instructions",
|
|
282
|
+
"ll-clone",
|
|
283
|
+
"ll-cloudflare",
|
|
284
|
+
"ll-codemap",
|
|
285
|
+
"ll-collab",
|
|
286
|
+
"ll-compete",
|
|
287
|
+
"ll-config",
|
|
288
|
+
"ll-config-rules",
|
|
289
|
+
"ll-debug",
|
|
290
|
+
"ll-deploy",
|
|
291
|
+
"ll-deps",
|
|
292
|
+
"ll-design",
|
|
293
|
+
"ll-dockerize",
|
|
294
|
+
"ll-docs",
|
|
295
|
+
"ll-e2e-flow",
|
|
296
|
+
"ll-e2e-test",
|
|
297
|
+
"ll-env",
|
|
298
|
+
"ll-execute",
|
|
299
|
+
"ll-feature",
|
|
300
|
+
"ll-figma",
|
|
301
|
+
"ll-fix",
|
|
302
|
+
"ll-flowdocs",
|
|
303
|
+
"ll-gamify",
|
|
304
|
+
"ll-ghost",
|
|
305
|
+
"ll-guard",
|
|
306
|
+
"ll-heal",
|
|
307
|
+
"ll-hig",
|
|
308
|
+
"ll-hld",
|
|
309
|
+
"ll-i18n",
|
|
310
|
+
"ll-idea",
|
|
311
|
+
"ll-imagine",
|
|
312
|
+
"ll-lam",
|
|
313
|
+
"ll-launch",
|
|
314
|
+
"ll-learn",
|
|
315
|
+
"ll-ls-products",
|
|
316
|
+
"ll-migrate",
|
|
317
|
+
"ll-mock",
|
|
318
|
+
"ll-money",
|
|
319
|
+
"ll-monitor",
|
|
320
|
+
"ll-morph",
|
|
321
|
+
"ll-native",
|
|
322
|
+
"ll-nexa",
|
|
323
|
+
"ll-onboarding",
|
|
324
|
+
"ll-openhands",
|
|
325
|
+
"ll-parallel",
|
|
326
|
+
"ll-payments",
|
|
327
|
+
"ll-perf",
|
|
328
|
+
"ll-persona",
|
|
329
|
+
"ll-pipe",
|
|
330
|
+
"ll-plan",
|
|
331
|
+
"ll-plan-v2",
|
|
332
|
+
"ll-postlaunch",
|
|
333
|
+
"ll-pr",
|
|
334
|
+
"ll-present",
|
|
335
|
+
"ll-publish",
|
|
336
|
+
"ll-pulse",
|
|
337
|
+
"ll-rag",
|
|
338
|
+
"ll-rag-guided",
|
|
339
|
+
"ll-rag-upgrade",
|
|
340
|
+
"ll-record",
|
|
341
|
+
"ll-refactor",
|
|
342
|
+
"ll-requirements",
|
|
343
|
+
"ll-review",
|
|
344
|
+
"ll-rollback",
|
|
345
|
+
"ll-routemap",
|
|
346
|
+
"ll-rules",
|
|
347
|
+
"ll-shortcuts",
|
|
348
|
+
"ll-sing",
|
|
349
|
+
"ll-smart-search",
|
|
350
|
+
"ll-storybook",
|
|
351
|
+
"ll-swarm",
|
|
352
|
+
"ll-test",
|
|
353
|
+
"ll-time-machine",
|
|
354
|
+
"ll-ui-convert",
|
|
355
|
+
"ll-video",
|
|
356
|
+
"ll-vision",
|
|
357
|
+
"ll-vision-pipeline",
|
|
358
|
+
"ll-visual-diff",
|
|
359
|
+
"ll-visual-qa",
|
|
360
|
+
"ll-visual-regression",
|
|
361
|
+
"ll-voice",
|
|
362
|
+
"ll-watch",
|
|
363
|
+
"ll-workflow",
|
|
364
|
+
"ll-zen",
|
|
365
|
+
"migrate",
|
|
366
|
+
"nexa",
|
|
367
|
+
"oh",
|
|
368
|
+
"perf",
|
|
369
|
+
"pipe",
|
|
370
|
+
"plan",
|
|
371
|
+
"pr",
|
|
372
|
+
"q",
|
|
373
|
+
"refactor",
|
|
374
|
+
"req",
|
|
375
|
+
"retro",
|
|
376
|
+
"rev",
|
|
377
|
+
"rules",
|
|
378
|
+
"search",
|
|
379
|
+
"sec",
|
|
380
|
+
"ship",
|
|
381
|
+
"test",
|
|
382
|
+
"ui",
|
|
383
|
+
"vision",
|
|
384
|
+
"vr",
|
|
385
|
+
"watch",
|
|
386
|
+
"workflow"
|
|
387
|
+
],
|
|
388
|
+
"files": [
|
|
389
|
+
"README.md",
|
|
390
|
+
"claude-plugin.json",
|
|
391
|
+
"skills.md",
|
|
392
|
+
"agents/",
|
|
393
|
+
"commands/",
|
|
394
|
+
"scripts/"
|
|
395
|
+
],
|
|
396
|
+
"skillsReference": {
|
|
397
|
+
"file": "skills.md",
|
|
398
|
+
"description": "Comprehensive development skills reference covering 50+ topics across 10 major categories for modern full-stack development",
|
|
399
|
+
"sections": [
|
|
400
|
+
"web-development",
|
|
401
|
+
"mobile-development",
|
|
402
|
+
"cloud-services",
|
|
403
|
+
"database-technologies",
|
|
404
|
+
"devops-infrastructure",
|
|
405
|
+
"security",
|
|
406
|
+
"ai-ml-integration",
|
|
407
|
+
"microservices-architecture",
|
|
408
|
+
"modern-frontend",
|
|
409
|
+
"testing-frameworks",
|
|
410
|
+
"performance-monitoring",
|
|
411
|
+
"server-skills",
|
|
412
|
+
"apple-design-principles",
|
|
413
|
+
"design-patterns",
|
|
414
|
+
"claude-code-best-practices",
|
|
415
|
+
"quick-reference"
|
|
416
|
+
]
|
|
417
|
+
}
|
|
418
|
+
}
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Shachar Solomon
|
|
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.
|