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,96 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-visual-regression
|
|
3
|
+
displayName: Luna Visual Regression
|
|
4
|
+
description: Compare screenshots before/after code changes — detect visual regressions across all pages
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: testing
|
|
7
|
+
agent: luna-ui-test
|
|
8
|
+
parameters:
|
|
9
|
+
- name: url
|
|
10
|
+
type: string
|
|
11
|
+
description: App URL to test
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
- name: baseline
|
|
15
|
+
type: string
|
|
16
|
+
description: Baseline source (previous, branch:main, commit:abc123, url:staging.app.com)
|
|
17
|
+
required: false
|
|
18
|
+
prompt: true
|
|
19
|
+
workflow:
|
|
20
|
+
- load_baseline_screenshots
|
|
21
|
+
- capture_current_screenshots
|
|
22
|
+
- pixel_diff_comparison
|
|
23
|
+
- vision_ai_analysis
|
|
24
|
+
- generate_regression_report
|
|
25
|
+
output:
|
|
26
|
+
- .luna/{current-project}/visual-regression/
|
|
27
|
+
- .luna/{current-project}/visual-regression/report.md
|
|
28
|
+
prerequisites: []
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
# Luna Visual Regression
|
|
32
|
+
|
|
33
|
+
Detect visual regressions by comparing screenshots before and after code changes.
|
|
34
|
+
|
|
35
|
+
## What This Command Does
|
|
36
|
+
|
|
37
|
+
1. **Baseline** — loads previous screenshots (or captures from another branch/URL)
|
|
38
|
+
2. **Current** — captures fresh screenshots of every page
|
|
39
|
+
3. **Pixel Diff** — compares pixel-by-pixel, highlights differences
|
|
40
|
+
4. **Vision AI** — analyzes diffs to determine if change is intentional or regression
|
|
41
|
+
5. **Report** — visual report with side-by-side comparisons and diff overlays
|
|
42
|
+
|
|
43
|
+
## Usage
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
# Compare against last test run
|
|
47
|
+
/visual-regression http://localhost:3000
|
|
48
|
+
|
|
49
|
+
# Compare against main branch
|
|
50
|
+
/visual-regression http://localhost:3000 branch:main
|
|
51
|
+
|
|
52
|
+
# Compare against staging
|
|
53
|
+
/visual-regression http://localhost:3000 url:https://staging.myapp.com
|
|
54
|
+
|
|
55
|
+
# Compare against specific commit
|
|
56
|
+
/visual-regression http://localhost:3000 commit:abc123
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
## Output
|
|
60
|
+
|
|
61
|
+
```
|
|
62
|
+
.luna/{project}/visual-regression/
|
|
63
|
+
report.md # Regression report
|
|
64
|
+
comparisons/
|
|
65
|
+
landing/
|
|
66
|
+
baseline.png # Before
|
|
67
|
+
current.png # After
|
|
68
|
+
diff.png # Pixel diff overlay (red = changed)
|
|
69
|
+
analysis.md # Vision AI verdict: regression or intentional
|
|
70
|
+
dashboard/
|
|
71
|
+
baseline.png
|
|
72
|
+
current.png
|
|
73
|
+
diff.png
|
|
74
|
+
analysis.md
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
## Diff Thresholds
|
|
78
|
+
|
|
79
|
+
```yaml
|
|
80
|
+
# In .luna/rules.yaml
|
|
81
|
+
visual_regression:
|
|
82
|
+
threshold: 0.1 # Max 0.1% pixel difference allowed
|
|
83
|
+
ignore_antialiasing: true # Ignore sub-pixel rendering differences
|
|
84
|
+
ignore_colors: false # Detect color changes
|
|
85
|
+
viewports: [375, 768, 1440] # Viewports to compare
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
## In Pipes
|
|
89
|
+
|
|
90
|
+
```
|
|
91
|
+
# Visual regression gate before ship
|
|
92
|
+
/pipe refactor >> visual-regression http://localhost:3000 ?>> ship
|
|
93
|
+
|
|
94
|
+
# Full UI quality pipeline
|
|
95
|
+
/pipe hig >> browser-test >> visual-regression >> a11y >> approve "Ship?" >> ship
|
|
96
|
+
```
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-voice
|
|
3
|
+
displayName: Luna Voice (Voicebox)
|
|
4
|
+
description: Local voice synthesis using Voicebox — open-source ElevenLabs alternative with voice cloning, 23 languages, 5 TTS engines
|
|
5
|
+
version: 2.0.0
|
|
6
|
+
category: creative
|
|
7
|
+
agent: luna-task-executor
|
|
8
|
+
parameters:
|
|
9
|
+
- name: text
|
|
10
|
+
type: string
|
|
11
|
+
description: Text to synthesize into speech
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
- name: voice
|
|
15
|
+
type: string
|
|
16
|
+
description: "Voice model to use (default: onyx)"
|
|
17
|
+
required: false
|
|
18
|
+
default: onyx
|
|
19
|
+
- name: language
|
|
20
|
+
type: string
|
|
21
|
+
description: "Language code — 23 supported (default: en)"
|
|
22
|
+
required: false
|
|
23
|
+
default: en
|
|
24
|
+
- name: output
|
|
25
|
+
type: string
|
|
26
|
+
description: "Output format: mp3, wav, ogg, flac (default: mp3)"
|
|
27
|
+
required: false
|
|
28
|
+
default: mp3
|
|
29
|
+
mcp_servers:
|
|
30
|
+
- memory
|
|
31
|
+
- git
|
|
32
|
+
prerequisites:
|
|
33
|
+
- name: voicebox
|
|
34
|
+
check: "curl -s http://localhost:17493/health"
|
|
35
|
+
install: "See https://github.com/jamiepine/voicebox for setup"
|
|
36
|
+
optional: true
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
# /voice — Local Voice Synthesis with Voicebox
|
|
40
|
+
|
|
41
|
+
Generate speech locally using Voicebox, an open-source ElevenLabs alternative. Clone voices from audio samples, synthesize in 23 languages with 5 TTS engines. Falls back to OpenAI TTS if Voicebox is not running.
|
|
42
|
+
|
|
43
|
+
## What It Does
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
/voice "Deploy completed successfully"
|
|
47
|
+
│
|
|
48
|
+
├── CHECK: Voicebox running at localhost:17493?
|
|
49
|
+
│ ├── YES → Use local Voicebox REST API
|
|
50
|
+
│ └── NO → Fall back to OpenAI TTS API
|
|
51
|
+
│
|
|
52
|
+
├── SYNTHESIZE
|
|
53
|
+
│ ├── Select voice model (onyx, alloy, nova, shimmer, echo, or cloned)
|
|
54
|
+
│ ├── Apply language settings (23 languages)
|
|
55
|
+
│ ├── Route through TTS engine (Piper, Coqui, XTTS, VITS, Bark)
|
|
56
|
+
│ └── Generate audio buffer
|
|
57
|
+
│
|
|
58
|
+
└── OUTPUT
|
|
59
|
+
├── Save to file (mp3/wav/ogg/flac)
|
|
60
|
+
├── Stream to stdout for piping
|
|
61
|
+
└── Print duration and file path
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
## How It Works
|
|
65
|
+
|
|
66
|
+
1. **Local-first**: Voicebox runs as a local REST server at `localhost:17493`
|
|
67
|
+
2. **Voice cloning**: Provide a 10-30 second audio sample to clone any voice
|
|
68
|
+
3. **Multi-engine**: 5 TTS engines — choose quality vs speed tradeoff
|
|
69
|
+
4. **Fallback**: If Voicebox is not running, routes through OpenAI TTS API
|
|
70
|
+
5. **Zero cost**: All local synthesis is free and offline-capable
|
|
71
|
+
|
|
72
|
+
## Supported Languages
|
|
73
|
+
|
|
74
|
+
```
|
|
75
|
+
en, es, fr, de, it, pt, nl, pl, ru, zh, ja, ko,
|
|
76
|
+
ar, hi, tr, sv, da, no, fi, cs, el, ro, hu
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
## Voice Cloning
|
|
80
|
+
|
|
81
|
+
```bash
|
|
82
|
+
/voice clone --sample ./my-voice-sample.wav # Create voice clone
|
|
83
|
+
/voice "Hello world" --voice my-clone # Use cloned voice
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
Provide a 10-30 second clean audio sample. Voicebox creates a voice profile stored locally. Use it across all synthesis commands.
|
|
87
|
+
|
|
88
|
+
## Usage
|
|
89
|
+
|
|
90
|
+
```bash
|
|
91
|
+
/voice "Welcome to LunaOS" # Default voice (onyx), English
|
|
92
|
+
/voice "Bonjour le monde" --language fr --voice nova # French synthesis
|
|
93
|
+
/voice "Deploy complete" --output wav # WAV output
|
|
94
|
+
/voice "$(cat README.md)" --voice shimmer # Narrate your README
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
## Use Cases
|
|
98
|
+
|
|
99
|
+
| Use Case | Command |
|
|
100
|
+
|----------|---------|
|
|
101
|
+
| Narrate demos | `/voice "Feature walkthrough" --voice onyx` |
|
|
102
|
+
| Add voice to recordings | `/pipe flow-record >> voice "narration text"` |
|
|
103
|
+
| Podcast intros | `/voice "Welcome to the LunaOS podcast" --voice alloy` |
|
|
104
|
+
| Accessibility audio | `/voice "$(cat docs/guide.md)" --output mp3` |
|
|
105
|
+
| Multi-language demos | `/voice "Hola mundo" --language es` |
|
|
106
|
+
|
|
107
|
+
## Output Structure
|
|
108
|
+
|
|
109
|
+
```
|
|
110
|
+
voice-output/
|
|
111
|
+
├── output.mp3 # Generated audio file
|
|
112
|
+
├── metadata.json # Duration, voice, engine, language
|
|
113
|
+
└── transcript.txt # Original text input
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
## In Pipes
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
/pipe ghost blog "topic" >> voice "$content" >> publish # Blog with audio
|
|
120
|
+
/pipe docs >> voice "$(cat docs/guide.md)" >> record # Docs narration
|
|
121
|
+
/pipe flow-record "demo" >> voice "walkthrough" >> video # Demo + narration
|
|
122
|
+
/pipe voice "intro" >> sing "outro" >> publish podcast # Podcast assembly
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
## Engine Selection
|
|
126
|
+
|
|
127
|
+
| Engine | Quality | Speed | VRAM |
|
|
128
|
+
|--------|---------|-------|------|
|
|
129
|
+
| Piper | Good | Fast | None |
|
|
130
|
+
| VITS | Good | Fast | 1 GB |
|
|
131
|
+
| Coqui | Great | Medium | 2 GB |
|
|
132
|
+
| XTTS | Excellent | Slow | 4 GB |
|
|
133
|
+
| Bark | Excellent | Slow | 6 GB |
|
|
134
|
+
|
|
135
|
+
## Reference
|
|
136
|
+
|
|
137
|
+
- Voicebox: https://github.com/jamiepine/voicebox
|
|
138
|
+
- Fallback: OpenAI TTS API (requires OPENAI_API_KEY)
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-watch-pipe
|
|
3
|
+
displayName: Luna Watch
|
|
4
|
+
description: Watch file changes and auto-run Luna pipeline on every change
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: workflow
|
|
7
|
+
agent: luna-task-executor
|
|
8
|
+
parameters:
|
|
9
|
+
- name: path
|
|
10
|
+
type: string
|
|
11
|
+
description: File path or glob to watch (e.g., src/**/*.ts)
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
- name: pipeline
|
|
15
|
+
type: string
|
|
16
|
+
description: Luna pipeline to run on change
|
|
17
|
+
required: true
|
|
18
|
+
prompt: true
|
|
19
|
+
workflow:
|
|
20
|
+
- setup_file_watcher
|
|
21
|
+
- run_pipeline_on_change
|
|
22
|
+
- report_results
|
|
23
|
+
output: []
|
|
24
|
+
prerequisites: []
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
# Luna Watch
|
|
28
|
+
|
|
29
|
+
Auto-run Luna commands when files change.
|
|
30
|
+
|
|
31
|
+
## Usage
|
|
32
|
+
|
|
33
|
+
```
|
|
34
|
+
/watch-pipe src/**/*.ts >> test
|
|
35
|
+
/watch-pipe src/components/ >> (test ~~ rev)
|
|
36
|
+
/watch-pipe src/ >> test ?>> ship !>> fix
|
|
37
|
+
/watch-pipe prisma/schema.prisma >> migrate >> test
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## How It Works
|
|
41
|
+
|
|
42
|
+
1. Watches the specified path for file changes
|
|
43
|
+
2. On save/create/delete, runs the Luna pipeline
|
|
44
|
+
3. Debounces rapid changes (waits 500ms after last change)
|
|
45
|
+
4. Shows results inline
|
|
46
|
+
5. Keeps running until you cancel (Ctrl+C)
|
|
47
|
+
|
|
48
|
+
## Examples
|
|
49
|
+
|
|
50
|
+
```
|
|
51
|
+
# Auto-test on save
|
|
52
|
+
/watch-pipe src/ >> test
|
|
53
|
+
|
|
54
|
+
# Auto-review + test on save
|
|
55
|
+
/watch-pipe src/ >> (rev ~~ test)
|
|
56
|
+
|
|
57
|
+
# Auto-fix accessibility on component change
|
|
58
|
+
/watch-pipe src/components/ >> a11y >> hig
|
|
59
|
+
|
|
60
|
+
# Auto-migrate on schema change
|
|
61
|
+
/watch-pipe prisma/ >> migrate >> test
|
|
62
|
+
|
|
63
|
+
# Full quality check on save
|
|
64
|
+
/watch-pipe src/ >> (rev ~~ test ~~ sec) >> log "All passed"
|
|
65
|
+
```
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-workflow
|
|
3
|
+
displayName: Luna Workflow Manager
|
|
4
|
+
description: Save, load, list, and share named pipeline workflows
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: workflow
|
|
7
|
+
agent: luna-task-executor
|
|
8
|
+
parameters:
|
|
9
|
+
- name: action
|
|
10
|
+
type: string
|
|
11
|
+
description: Action (save, load, list, delete, share, templates)
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
- name: name
|
|
15
|
+
type: string
|
|
16
|
+
description: Workflow name
|
|
17
|
+
required: false
|
|
18
|
+
prompt: true
|
|
19
|
+
workflow:
|
|
20
|
+
- parse_action
|
|
21
|
+
- execute_workflow_action
|
|
22
|
+
- update_workflow_registry
|
|
23
|
+
output:
|
|
24
|
+
- .luna/pipelines/
|
|
25
|
+
prerequisites: []
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
# Luna Workflow Manager
|
|
29
|
+
|
|
30
|
+
Save, load, and share reusable pipeline workflows.
|
|
31
|
+
|
|
32
|
+
## Actions
|
|
33
|
+
|
|
34
|
+
### Save a workflow
|
|
35
|
+
```
|
|
36
|
+
/workflow save quality-gate "(rev ~~ test ~~ sec ~~ a11y)"
|
|
37
|
+
/workflow save safe-ship "quality-gate ?>> approve 'Ship?' >> ship"
|
|
38
|
+
/workflow save full-dev "req >> des >> plan >> @before:rules @after:test go *10! >> run quality-gate >> ship"
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### Load and run a workflow
|
|
42
|
+
```
|
|
43
|
+
/pipe run quality-gate
|
|
44
|
+
/pipe run safe-ship
|
|
45
|
+
/pipe go *5 >> run quality-gate ?>> pr
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
### List saved workflows
|
|
49
|
+
```
|
|
50
|
+
/workflow list
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### Delete a workflow
|
|
54
|
+
```
|
|
55
|
+
/workflow delete old-pipeline
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
### Templates — pre-built workflows
|
|
59
|
+
```
|
|
60
|
+
/workflow templates
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
Shows built-in templates you can install:
|
|
64
|
+
|
|
65
|
+
| Template | Pipeline | Install |
|
|
66
|
+
|----------|----------|---------|
|
|
67
|
+
| `full-dev` | `req >> des >> plan >> go *5 >> rev >> test >> ship >> docs >> watch` | `/workflow save full-dev ...` |
|
|
68
|
+
| `quality-gate` | `(rev ~~ test ~~ sec ~~ a11y)` | `/workflow save quality-gate ...` |
|
|
69
|
+
| `safe-ship` | `quality-gate ?>> approve "Ship?" >> ship !>> fix >> test` | `/workflow save safe-ship ...` |
|
|
70
|
+
| `ai-review` | `search >> nexa review >> nexa bugs >> fix >> test >> pr` | `/workflow save ai-review ...` |
|
|
71
|
+
| `quick-fix` | `(fix >> test) *3? >> pr` | `/workflow save quick-fix ...` |
|
|
72
|
+
| `feature-auto` | `@before:rules @after:test feature >> (rev ~~ sec) ?>> pr` | `/workflow save feature-auto ...` |
|
|
73
|
+
| `brand-launch` | `brand >> auth >> hig >> test >> ship >> docs >> changelog` | `/workflow save brand-launch ...` |
|
|
74
|
+
| `refactor-safe` | `snapshot >> @after:test refactor *3 >> diff >> rev >> pr` | `/workflow save refactor-safe ...` |
|
|
75
|
+
| `multi-deploy` | `map [engine, dashboard, studio] >> in $item (test >> ship)` | `/workflow save multi-deploy ...` |
|
|
76
|
+
| `nightly` | `on schedule:daily >> deps >> sec >> perf >> changelog` | `/workflow save nightly ...` |
|
|
77
|
+
|
|
78
|
+
## Storage
|
|
79
|
+
|
|
80
|
+
Workflows are saved to `.luna/pipelines/{name}.pipe`:
|
|
81
|
+
|
|
82
|
+
```
|
|
83
|
+
.luna/pipelines/
|
|
84
|
+
quality-gate.pipe
|
|
85
|
+
safe-ship.pipe
|
|
86
|
+
full-dev.pipe
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
Each `.pipe` file contains the pipeline expression and metadata:
|
|
90
|
+
```yaml
|
|
91
|
+
name: quality-gate
|
|
92
|
+
description: Parallel quality checks — review, test, security, accessibility
|
|
93
|
+
created: 2026-03-29
|
|
94
|
+
pipeline: (rev ~~ test ~~ sec ~~ a11y)
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
## Usage in Pipes
|
|
98
|
+
|
|
99
|
+
```
|
|
100
|
+
# Reference by name
|
|
101
|
+
/pipe run quality-gate ?>> ship
|
|
102
|
+
|
|
103
|
+
# Chain multiple workflows
|
|
104
|
+
/pipe run full-dev >> run quality-gate >> run safe-ship
|
|
105
|
+
|
|
106
|
+
# Use in def
|
|
107
|
+
/pipe def my-flow = go *5 >> run quality-gate >> pr
|
|
108
|
+
```
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-zen
|
|
3
|
+
displayName: Luna Zen
|
|
4
|
+
description: One-command project health restoration — fix ALL issues across code, tests, security, a11y, performance, and deploy
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: maintenance
|
|
7
|
+
agent: luna-task-executor
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: "Scope: all (default), code, tests, security, a11y, perf, deps"
|
|
12
|
+
required: false
|
|
13
|
+
default: all
|
|
14
|
+
- name: aggressive
|
|
15
|
+
type: boolean
|
|
16
|
+
description: "Aggressive mode: auto-fix everything without asking (default: false)"
|
|
17
|
+
required: false
|
|
18
|
+
default: false
|
|
19
|
+
mcp_servers:
|
|
20
|
+
- git
|
|
21
|
+
- accessibility-scanner
|
|
22
|
+
- zai-mcp-server
|
|
23
|
+
- playwright
|
|
24
|
+
- image-compare
|
|
25
|
+
- fetch
|
|
26
|
+
- sequential-thinking
|
|
27
|
+
- memory
|
|
28
|
+
- ruflo
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
# /zen — Restore Perfect Project Health
|
|
32
|
+
|
|
33
|
+
Your project accumulated tech debt, failing tests, security warnings, and accessibility issues? One command to fix everything.
|
|
34
|
+
|
|
35
|
+
## What /zen Does
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
/zen
|
|
39
|
+
│
|
|
40
|
+
├── SCAN everything (parallel)
|
|
41
|
+
│ ├── Linter violations
|
|
42
|
+
│ ├── TypeScript errors
|
|
43
|
+
│ ├── Failing tests
|
|
44
|
+
│ ├── Security vulnerabilities
|
|
45
|
+
│ ├── Accessibility violations
|
|
46
|
+
│ ├── Performance regressions
|
|
47
|
+
│ ├── Outdated dependencies
|
|
48
|
+
│ ├── Dead code
|
|
49
|
+
│ ├── Files over 200 lines
|
|
50
|
+
│ └── Missing documentation
|
|
51
|
+
│
|
|
52
|
+
├── PRIORITIZE by impact
|
|
53
|
+
│ ├── Critical: security vulns, broken tests
|
|
54
|
+
│ ├── High: a11y violations, type errors
|
|
55
|
+
│ ├── Medium: lint warnings, perf issues
|
|
56
|
+
│ └── Low: style inconsistencies, dead code
|
|
57
|
+
│
|
|
58
|
+
├── FIX (ruflo swarm — parallel agents)
|
|
59
|
+
│ ├── Agent 1: Fix security issues
|
|
60
|
+
│ ├── Agent 2: Fix failing tests
|
|
61
|
+
│ ├── Agent 3: Fix a11y violations
|
|
62
|
+
│ ├── Agent 4: Update dependencies
|
|
63
|
+
│ ├── Agent 5: Refactor oversized files
|
|
64
|
+
│ ├── Agent 6: Remove dead code
|
|
65
|
+
│ └── Agent 7: Fix TypeScript errors
|
|
66
|
+
│
|
|
67
|
+
├── VERIFY all fixes
|
|
68
|
+
│ ├── Full test suite passes
|
|
69
|
+
│ ├── No new TypeScript errors
|
|
70
|
+
│ ├── Security scan clean
|
|
71
|
+
│ ├── A11y scan clean
|
|
72
|
+
│ └── Visual regression check
|
|
73
|
+
│
|
|
74
|
+
└── REPORT
|
|
75
|
+
├── Issues found: N
|
|
76
|
+
├── Issues fixed: M
|
|
77
|
+
├── Issues remaining: N-M (with reasons)
|
|
78
|
+
├── Before/after health score
|
|
79
|
+
└── Commit per fix category
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
## Usage
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
/zen # Fix everything
|
|
86
|
+
/zen --scope tests # Fix all failing tests only
|
|
87
|
+
/zen --scope security # Fix all security issues only
|
|
88
|
+
/zen --scope deps # Update all dependencies safely
|
|
89
|
+
/zen --aggressive # Fix everything without asking
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
## In Pipes
|
|
93
|
+
|
|
94
|
+
```bash
|
|
95
|
+
/pipe zen >> test >> browser-test >> launch production
|
|
96
|
+
/pipe zen --aggressive >> pulse >> assert $pulse.score >= 90
|
|
97
|
+
/pipe @before:zen go *10 >> ship # Zen before every coding session
|
|
98
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: local-llm
|
|
3
|
+
displayName: Local LLM (shortcut)
|
|
4
|
+
description: "Shortcut: Run AI locally with llamafile → /ll-local-llm"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: shortcut
|
|
7
|
+
shortcut_for: ll-local-llm
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /local-llm — Shortcut for /ll-local-llm
|
|
11
|
+
|
|
12
|
+
See /ll-local-llm for full documentation.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: marketplace
|
|
3
|
+
displayName: Marketplace (shortcut)
|
|
4
|
+
description: "Shortcut: Skill marketplace -> /ll-marketplace"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: ecosystem
|
|
7
|
+
shortcut_for: ll-marketplace
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /marketplace — Marketplace
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-marketplace`. Browse, publish, install, and review community skills from the Luna marketplace.
|
|
13
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mcp-publish
|
|
3
|
+
displayName: MCP Publish (shortcut)
|
|
4
|
+
description: "Shortcut: Publish MCP server to Official Registry, Smithery, Glama -> /ll-mcp-publish"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: deployment
|
|
7
|
+
shortcut_for: ll-mcp-publish
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /mcp-publish — Publish to MCP Registries
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-mcp-publish`. Generate server.json, validate, and publish to Official MCP Registry, Smithery, and Glama.
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
/mcp-publish --name org/project --npm_package my-package --description "My MCP server"
|
|
16
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: migrate
|
|
3
|
+
displayName: Database Migration (shortcut)
|
|
4
|
+
description: "Shortcut: Generate database migrations -> /ll-migrate"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: database
|
|
7
|
+
shortcut_for: ll-migrate
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /migrate — Database Migration
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-migrate`. Generate safe, reversible database migrations with up/down SQL.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: multi-agent
|
|
3
|
+
displayName: Multi-Agent (shortcut)
|
|
4
|
+
description: "Shortcut: Run parallel AI agents on isolated branches → /ll-multi-agent"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: shortcut
|
|
7
|
+
shortcut_for: ll-multi-agent
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /multi-agent — Shortcut for /ll-multi-agent
|
|
11
|
+
|
|
12
|
+
See /ll-multi-agent for full documentation.
|
package/commands/nexa.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: nexa
|
|
3
|
+
displayName: Nexa AI (shortcut)
|
|
4
|
+
description: "Shortcut: Nexa-powered semantic code analysis -> /ll-nexa"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: ai
|
|
7
|
+
shortcut_for: ll-nexa
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /nexa — Nexa AI
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-nexa`. AI code review, bug detection, architecture recommendations powered by Nexa embeddings.
|
package/commands/oh.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: oh
|
|
3
|
+
displayName: OpenHands (shortcut)
|
|
4
|
+
description: "Shortcut: Delegate to OpenHands autonomous agent -> /ll-openhands"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: ai
|
|
7
|
+
shortcut_for: ll-openhands
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /oh — OpenHands
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-openhands`. Delegate complex tasks to the OpenHands autonomous coding agent.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: organic-promote
|
|
3
|
+
displayName: Organic Promote (shortcut)
|
|
4
|
+
description: "Shortcut: Write articles, submit to awesome lists, Product Hunt, HN, Reddit — make AI agents find you -> /ll-organic-promote"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: deployment
|
|
7
|
+
shortcut_for: ll-organic-promote
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /organic-promote — Get Discovered by AI Agents
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-organic-promote`. Generates Dev.to articles, Product Hunt copy, HN posts, Reddit posts, awesome list PRs, and listing site submissions. Everything AI agents search when users ask questions in your category.
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
/organic-promote --product_name "MyApp" --domain myapp.com --repo org/myapp --competitors "Tool A, Tool B" --category monitoring --install_command "npx myapp init"
|
|
16
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: perf-trace
|
|
3
|
+
displayName: Perf Trace (shortcut)
|
|
4
|
+
description: "Shortcut: Chrome performance tracing with Perfetto → /ll-perf-trace"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: shortcut
|
|
7
|
+
shortcut_for: ll-perf-trace
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /perf-trace — Shortcut for /ll-perf-trace
|
|
11
|
+
|
|
12
|
+
See /ll-perf-trace for full documentation.
|
package/commands/perf.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: perf
|
|
3
|
+
displayName: Performance (shortcut)
|
|
4
|
+
description: "Shortcut: Performance profiling -> /ll-perf"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: quality
|
|
7
|
+
shortcut_for: ll-perf
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /perf — Performance Profiler
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-perf`. Bundle analysis, Core Web Vitals, query optimization, memory leaks.
|