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,74 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-i18n
|
|
3
|
+
displayName: Luna Internationalization
|
|
4
|
+
description: Set up i18n — extract strings, generate translation keys, configure i18n library, RTL support
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: development
|
|
7
|
+
agent: luna-task-executor
|
|
8
|
+
parameters:
|
|
9
|
+
- name: locales
|
|
10
|
+
type: string
|
|
11
|
+
description: Comma-separated locale codes (en,he,ar,es,fr,de,ja,zh)
|
|
12
|
+
required: false
|
|
13
|
+
prompt: true
|
|
14
|
+
- name: scope
|
|
15
|
+
type: string
|
|
16
|
+
description: Project or feature scope
|
|
17
|
+
required: true
|
|
18
|
+
prompt: true
|
|
19
|
+
workflow:
|
|
20
|
+
- scan_hardcoded_strings
|
|
21
|
+
- extract_translation_keys
|
|
22
|
+
- configure_i18n_library
|
|
23
|
+
- generate_locale_files
|
|
24
|
+
- add_rtl_support
|
|
25
|
+
- update_components
|
|
26
|
+
- generate_i18n_report
|
|
27
|
+
output:
|
|
28
|
+
- .luna/{current-project}/i18n/
|
|
29
|
+
- .luna/{current-project}/i18n-report.md
|
|
30
|
+
prerequisites: []
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
# Luna Internationalization
|
|
34
|
+
|
|
35
|
+
Extract strings and set up complete i18n support.
|
|
36
|
+
|
|
37
|
+
## What This Command Does
|
|
38
|
+
|
|
39
|
+
1. **Scan** — finds all hardcoded user-facing strings in components
|
|
40
|
+
2. **Extract** — generates translation keys with namespace organization
|
|
41
|
+
3. **Configure** — sets up next-intl / react-i18next / vue-i18n
|
|
42
|
+
4. **Generate** — creates locale JSON files with English defaults
|
|
43
|
+
5. **RTL** — adds right-to-left support for Arabic, Hebrew
|
|
44
|
+
6. **Update** — replaces hardcoded strings with `t('key')` calls
|
|
45
|
+
7. **Report** — documents all extracted strings and configuration
|
|
46
|
+
|
|
47
|
+
## Output Structure
|
|
48
|
+
|
|
49
|
+
```
|
|
50
|
+
locales/
|
|
51
|
+
en.json # English (source)
|
|
52
|
+
he.json # Hebrew (RTL)
|
|
53
|
+
ar.json # Arabic (RTL)
|
|
54
|
+
es.json # Spanish
|
|
55
|
+
fr.json # French
|
|
56
|
+
i18n.config.ts # Library configuration
|
|
57
|
+
middleware.ts # Locale detection middleware
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
## Usage
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
/i18n en,he,ar # English + Hebrew + Arabic
|
|
64
|
+
/i18n en,es,fr,de,ja # Multi-language
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
## Features
|
|
68
|
+
|
|
69
|
+
- Namespace organization (common, auth, dashboard, errors)
|
|
70
|
+
- Pluralization rules per locale
|
|
71
|
+
- Date/number formatting per locale
|
|
72
|
+
- RTL layout switching with `dir="rtl"`
|
|
73
|
+
- Language switcher component
|
|
74
|
+
- SEO: hreflang tags and locale-prefixed routes
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-idea
|
|
3
|
+
displayName: Luna Idea → Product
|
|
4
|
+
description: Transform a product idea into a full spec, architecture, design system, and implementation plan in one command
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: creation
|
|
7
|
+
agent: luna-design-architect
|
|
8
|
+
parameters:
|
|
9
|
+
- name: idea
|
|
10
|
+
type: string
|
|
11
|
+
description: Your product idea in plain English
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
- name: platform
|
|
15
|
+
type: string
|
|
16
|
+
description: "Target: web, mobile, desktop, api, fullstack (default: fullstack)"
|
|
17
|
+
required: false
|
|
18
|
+
default: fullstack
|
|
19
|
+
mcp_servers:
|
|
20
|
+
- fetch
|
|
21
|
+
- sequential-thinking
|
|
22
|
+
- memory
|
|
23
|
+
- ruflo
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
# /idea — From Thought to Blueprint in 60 Seconds
|
|
27
|
+
|
|
28
|
+
Transform a single sentence into a complete product blueprint.
|
|
29
|
+
|
|
30
|
+
## What Happens
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
"I want a Slack bot that summarizes PRs daily"
|
|
34
|
+
│
|
|
35
|
+
▼
|
|
36
|
+
┌─────────────────────────────────────────────────┐
|
|
37
|
+
│ 1. RESEARCH (fetch + ruflo swarm) │
|
|
38
|
+
│ • Search existing solutions │
|
|
39
|
+
│ • Identify gaps and differentiators │
|
|
40
|
+
│ • Analyze target user personas │
|
|
41
|
+
│ • Estimate market size │
|
|
42
|
+
├─────────────────────────────────────────────────┤
|
|
43
|
+
│ 2. REQUIREMENTS (sequential-thinking) │
|
|
44
|
+
│ • User stories with acceptance criteria │
|
|
45
|
+
│ • Functional requirements │
|
|
46
|
+
│ • Non-functional requirements │
|
|
47
|
+
│ • Edge cases and constraints │
|
|
48
|
+
├─────────────────────────────────────────────────┤
|
|
49
|
+
│ 3. ARCHITECTURE │
|
|
50
|
+
│ • System design (mermaid diagrams) │
|
|
51
|
+
│ • Data model (entities, relationships) │
|
|
52
|
+
│ • API design (endpoints, schemas) │
|
|
53
|
+
│ • Infrastructure (Cloudflare/Vercel/AWS) │
|
|
54
|
+
├─────────────────────────────────────────────────┤
|
|
55
|
+
│ 4. DESIGN SYSTEM │
|
|
56
|
+
│ • Color palette, typography, spacing │
|
|
57
|
+
│ • Component inventory │
|
|
58
|
+
│ • Page wireframes (text-based) │
|
|
59
|
+
│ • Apple HIG compliance notes │
|
|
60
|
+
├─────────────────────────────────────────────────┤
|
|
61
|
+
│ 5. IMPLEMENTATION PLAN │
|
|
62
|
+
│ • Sprint breakdown (2-week sprints) │
|
|
63
|
+
│ • Task dependency graph │
|
|
64
|
+
│ • Tech stack recommendations │
|
|
65
|
+
│ • Estimated complexity per task │
|
|
66
|
+
├─────────────────────────────────────────────────┤
|
|
67
|
+
│ 6. SCAFFOLD │
|
|
68
|
+
│ • Generate project structure │
|
|
69
|
+
│ • Create package.json / pyproject.toml │
|
|
70
|
+
│ • Set up CI/CD templates │
|
|
71
|
+
│ • Initialize git repo │
|
|
72
|
+
└─────────────────────────────────────────────────┘
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
## Usage
|
|
76
|
+
|
|
77
|
+
```bash
|
|
78
|
+
/idea "AI-powered invoice scanner for freelancers"
|
|
79
|
+
/idea "Real-time multiplayer code editor" --platform web
|
|
80
|
+
/idea "Fitness tracker with Apple Watch sync" --platform mobile
|
|
81
|
+
/idea "CLI tool that converts Figma to React components" --platform desktop
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
## In Pipes
|
|
85
|
+
|
|
86
|
+
```bash
|
|
87
|
+
/pipe idea "my idea" >> plan >> go *10 >> test >> ship
|
|
88
|
+
/pipe idea "my idea" >> des >> hig >> brand >> go *5 >> browser-test >> ship
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
## Output
|
|
92
|
+
|
|
93
|
+
```
|
|
94
|
+
.luna/{project}/
|
|
95
|
+
idea/
|
|
96
|
+
research.md # Market analysis, competitors, gaps
|
|
97
|
+
requirements.md # User stories, acceptance criteria
|
|
98
|
+
architecture.md # System design, data model, APIs
|
|
99
|
+
design-system.md # Colors, typography, components
|
|
100
|
+
implementation-plan.md # Sprints, tasks, dependencies
|
|
101
|
+
```
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-imagine
|
|
3
|
+
displayName: Luna Imagine
|
|
4
|
+
description: AI image and visual generation — product screenshots, marketing assets, social cards, diagrams, 3D models, brand assets
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: creative
|
|
7
|
+
agent: luna-task-executor
|
|
8
|
+
parameters:
|
|
9
|
+
- name: what
|
|
10
|
+
type: string
|
|
11
|
+
description: What to generate — description, or preset like "hero", "social-card", "og-image", "3d-model", "icon-set"
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
- name: provider
|
|
15
|
+
type: string
|
|
16
|
+
description: "Provider: auto (best for task), dalle, stable-diffusion, flux, midjourney, replicate"
|
|
17
|
+
required: false
|
|
18
|
+
default: auto
|
|
19
|
+
- name: style
|
|
20
|
+
type: string
|
|
21
|
+
description: "Style: photorealistic, illustration, 3d, minimal, abstract, branded"
|
|
22
|
+
required: false
|
|
23
|
+
default: branded
|
|
24
|
+
mcp_servers:
|
|
25
|
+
- stability-ai
|
|
26
|
+
- piapi
|
|
27
|
+
- replicate
|
|
28
|
+
- fal-ai
|
|
29
|
+
- tripo-3d
|
|
30
|
+
- zai-mcp-server
|
|
31
|
+
- memory
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
# /imagine — See It Before You Build It
|
|
35
|
+
|
|
36
|
+
Generate any visual asset your product needs — from hero images to 3D models to social cards. Uses the best AI model for each task.
|
|
37
|
+
|
|
38
|
+
## Presets
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
/imagine hero "AI agents working in harmony" # Hero section background
|
|
42
|
+
/imagine social-card "LunaOS v2.0 Launch" # OG image for social
|
|
43
|
+
/imagine og-image # Auto from product metadata
|
|
44
|
+
/imagine icon-set "workflow, agent, deploy, monitor" # App icon set (SVG)
|
|
45
|
+
/imagine 3d-model "futuristic dashboard terminal" # 3D asset (Tripo/Meshy)
|
|
46
|
+
/imagine mockup "phone showing our app" # Device mockup
|
|
47
|
+
/imagine diagram "our microservices architecture" # Visual architecture diagram
|
|
48
|
+
/imagine avatar "friendly AI assistant" # Brand mascot
|
|
49
|
+
/imagine pattern "geometric luna theme" # Background pattern
|
|
50
|
+
/imagine logo-variations # Logo in different contexts
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Provider Auto-Selection
|
|
54
|
+
|
|
55
|
+
| Task | Best Provider | Why |
|
|
56
|
+
|------|--------------|-----|
|
|
57
|
+
| Photorealistic images | Flux (via fal.ai) | Best photorealism |
|
|
58
|
+
| Illustrations | Midjourney (via PiAPI) | Best artistic quality |
|
|
59
|
+
| Quick iterations | DALL-E | Fastest generation |
|
|
60
|
+
| Product mockups | Stable Diffusion | Best control with ControlNet |
|
|
61
|
+
| 3D models | Tripo AI | Best text-to-3D |
|
|
62
|
+
| Social cards | Flux + typography | Brand-consistent |
|
|
63
|
+
|
|
64
|
+
## In Pipes
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
/pipe imagine hero >> brand >> hig >> browser-test # Generate then verify
|
|
68
|
+
/pipe imagine social-card >> publish twitter # Social card → post
|
|
69
|
+
/pipe imagine 3d-model "product" >> present pitch # 3D asset for pitch deck
|
|
70
|
+
/pipe ghost blog "topic" >> imagine hero >> publish medium # Blog with hero image
|
|
71
|
+
/pipe brand >> imagine icon-set >> imagine avatar >> ship # Full brand asset kit
|
|
72
|
+
```
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-inbox
|
|
3
|
+
displayName: Luna Inbox Zero
|
|
4
|
+
description: AI email management — auto-categorize, bulk unsubscribe, draft replies, meeting briefs, and inbox analytics
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: productivity
|
|
7
|
+
agent: luna-task-executor
|
|
8
|
+
parameters:
|
|
9
|
+
- name: action
|
|
10
|
+
type: string
|
|
11
|
+
description: "Action: clean (bulk unsubscribe), draft (auto-reply drafts), brief (meeting prep), analyze (inbox stats), triage (categorize)"
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
- name: account
|
|
15
|
+
type: string
|
|
16
|
+
description: Email account (Gmail, Outlook)
|
|
17
|
+
required: false
|
|
18
|
+
default: default
|
|
19
|
+
prerequisites:
|
|
20
|
+
- Gmail or Outlook OAuth configured
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
# Luna Inbox Zero — AI Email Management
|
|
24
|
+
|
|
25
|
+
Manage your inbox with AI — categorize emails, bulk unsubscribe, draft replies, prepare meeting briefs, and get inbox analytics.
|
|
26
|
+
|
|
27
|
+
## What This Command Does
|
|
28
|
+
|
|
29
|
+
1. **Triage** — Categorize unread emails: action-required, FYI, newsletter, spam, meeting
|
|
30
|
+
2. **Clean** — Bulk unsubscribe from newsletters and marketing in one command
|
|
31
|
+
3. **Draft** — AI pre-drafts replies for action-required emails
|
|
32
|
+
4. **Brief** — Prepare meeting briefs from calendar + related email threads
|
|
33
|
+
5. **Analyze** — Inbox analytics: volume, response time, top senders, busiest hours
|
|
34
|
+
|
|
35
|
+
## Usage
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
# Categorize inbox
|
|
39
|
+
/inbox triage
|
|
40
|
+
|
|
41
|
+
# Bulk unsubscribe from newsletters
|
|
42
|
+
/inbox clean
|
|
43
|
+
|
|
44
|
+
# Draft replies for important emails
|
|
45
|
+
/inbox draft
|
|
46
|
+
|
|
47
|
+
# Prepare briefs for today's meetings
|
|
48
|
+
/inbox brief
|
|
49
|
+
|
|
50
|
+
# Inbox analytics
|
|
51
|
+
/inbox analyze
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
## How It Works
|
|
55
|
+
|
|
56
|
+
### Triage
|
|
57
|
+
- Connects to Gmail/Outlook via OAuth
|
|
58
|
+
- Reads unread emails (subject + first 200 chars)
|
|
59
|
+
- Sends to Claw Gateway AI for categorization
|
|
60
|
+
- Labels emails: action-required, FYI, newsletter, meeting, spam
|
|
61
|
+
- Outputs prioritized list
|
|
62
|
+
|
|
63
|
+
### Clean
|
|
64
|
+
- Identifies all newsletter/marketing senders
|
|
65
|
+
- Shows list with unsubscribe counts
|
|
66
|
+
- Bulk unsubscribes (one-click via List-Unsubscribe header)
|
|
67
|
+
- Archives old newsletters
|
|
68
|
+
|
|
69
|
+
### Draft
|
|
70
|
+
- Takes action-required emails
|
|
71
|
+
- AI generates draft replies based on context
|
|
72
|
+
- Saves as drafts (doesn't send)
|
|
73
|
+
- You review and send
|
|
74
|
+
|
|
75
|
+
### Brief
|
|
76
|
+
- Reads today's calendar events
|
|
77
|
+
- Finds related email threads per meeting
|
|
78
|
+
- AI generates a 3-bullet brief per meeting
|
|
79
|
+
- Includes: attendees, context, suggested talking points
|
|
80
|
+
|
|
81
|
+
### Analyze
|
|
82
|
+
- Inbox volume over time
|
|
83
|
+
- Average response time
|
|
84
|
+
- Top 10 senders
|
|
85
|
+
- Busiest hours/days
|
|
86
|
+
- Unread count trend
|
|
87
|
+
|
|
88
|
+
## Output
|
|
89
|
+
|
|
90
|
+
```
|
|
91
|
+
.luna/{project}/inbox/
|
|
92
|
+
triage.md # Categorized email list
|
|
93
|
+
unsubscribe.md # Newsletter cleanup report
|
|
94
|
+
drafts/ # AI-drafted replies
|
|
95
|
+
briefs/ # Meeting preparation briefs
|
|
96
|
+
analytics.md # Inbox stats
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
## Privacy
|
|
100
|
+
|
|
101
|
+
- Emails processed via Claw Gateway AI (your own infrastructure)
|
|
102
|
+
- No data sent to third parties
|
|
103
|
+
- Self-hostable with Inbox Zero open-source (github.com/elie222/inbox-zero)
|
|
104
|
+
- OAuth tokens encrypted at rest
|
|
105
|
+
|
|
106
|
+
## In Pipes
|
|
107
|
+
|
|
108
|
+
```bash
|
|
109
|
+
# Morning routine: triage, brief, draft
|
|
110
|
+
/pipe inbox triage >> inbox brief >> inbox draft
|
|
111
|
+
|
|
112
|
+
# Weekly cleanup
|
|
113
|
+
/pipe inbox clean >> inbox analyze
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
Reference: [Inbox Zero](https://github.com/elie222/inbox-zero)
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-lam
|
|
3
|
+
displayName: Luna LAM (Large Action Model)
|
|
4
|
+
description: Action-driven AI — combine RAG understanding with autonomous code actions across the full stack
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: ai
|
|
7
|
+
agent: luna-rag-enhanced
|
|
8
|
+
parameters:
|
|
9
|
+
- name: goal
|
|
10
|
+
type: string
|
|
11
|
+
description: High-level goal in natural language
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
- name: scope
|
|
15
|
+
type: string
|
|
16
|
+
description: Project or feature scope
|
|
17
|
+
required: true
|
|
18
|
+
prompt: true
|
|
19
|
+
workflow:
|
|
20
|
+
- understand_goal_with_rag
|
|
21
|
+
- plan_action_sequence
|
|
22
|
+
- execute_actions_autonomously
|
|
23
|
+
- validate_each_action
|
|
24
|
+
- loop_until_goal_met
|
|
25
|
+
- generate_lam_report
|
|
26
|
+
output:
|
|
27
|
+
- .luna/{current-project}/lam-report.md
|
|
28
|
+
prerequisites: []
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
# Luna LAM (Large Action Model)
|
|
32
|
+
|
|
33
|
+
Goal-driven AI that understands your codebase (RAG) and takes autonomous actions to achieve objectives.
|
|
34
|
+
|
|
35
|
+
## What This Command Does
|
|
36
|
+
|
|
37
|
+
Combines semantic code understanding (Nexa RAG) with autonomous action execution to accomplish high-level goals. Unlike `/feature` which follows a fixed pipeline, LAM dynamically decides what actions to take based on codebase analysis.
|
|
38
|
+
|
|
39
|
+
1. **Understand** — uses RAG to deeply understand your codebase and the goal
|
|
40
|
+
2. **Plan** — generates an action sequence (not just code — files, configs, tests, deps)
|
|
41
|
+
3. **Execute** — takes actions autonomously (create, edit, delete, install, configure)
|
|
42
|
+
4. **Validate** — checks each action against rules and tests
|
|
43
|
+
5. **Adapt** — if something fails, re-plans and tries alternative approach
|
|
44
|
+
6. **Loop** — continues until the goal is met or reports blockers
|
|
45
|
+
|
|
46
|
+
## How LAM Differs from Other Commands
|
|
47
|
+
|
|
48
|
+
| Command | Approach |
|
|
49
|
+
|---------|----------|
|
|
50
|
+
| `/feature` | Fixed pipeline: plan → implement → test → review |
|
|
51
|
+
| `/go` | Executes one task from a pre-made plan |
|
|
52
|
+
| `/openhands` | Delegates to external autonomous agent |
|
|
53
|
+
| `/lam` | **Dynamic actions** — decides what to do based on RAG understanding |
|
|
54
|
+
|
|
55
|
+
## Usage
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
/lam "make the dashboard load 2x faster"
|
|
59
|
+
/lam "add multi-tenancy support to the entire API"
|
|
60
|
+
/lam "convert all API endpoints from REST to tRPC"
|
|
61
|
+
/lam "set up a complete CI/CD pipeline with staging and production"
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
## Action Types LAM Can Take
|
|
65
|
+
|
|
66
|
+
- Create files (components, services, routes, tests)
|
|
67
|
+
- Edit existing files (refactor, optimize, add features)
|
|
68
|
+
- Install dependencies (`npm install`, `pip install`)
|
|
69
|
+
- Configure tools (ESLint, Tailwind, Prisma, Docker)
|
|
70
|
+
- Run commands (build, test, migrate, deploy)
|
|
71
|
+
- Generate documentation
|
|
72
|
+
- Create database migrations
|
|
73
|
+
- Set up infrastructure configs
|
|
74
|
+
|
|
75
|
+
## Architecture
|
|
76
|
+
|
|
77
|
+
```
|
|
78
|
+
Natural language goal
|
|
79
|
+
-> RAG: understand codebase context
|
|
80
|
+
-> Planner: generate action sequence
|
|
81
|
+
-> Executor: take actions
|
|
82
|
+
-> Validator: check results
|
|
83
|
+
-> Feedback loop: adapt if needed
|
|
84
|
+
-> Goal achieved
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
## Safety
|
|
88
|
+
|
|
89
|
+
- Validates every action against project rules (100-line cap, tests)
|
|
90
|
+
- Dry-run mode available for destructive actions
|
|
91
|
+
- Checkpoints after each major action for rollback
|
|
92
|
+
- Maximum 10 action iterations before reporting blockers
|
|
93
|
+
- All changes are reviewable before commit
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-landing
|
|
3
|
+
displayName: Luna Landing Page
|
|
4
|
+
description: Generate a HeyGen-quality marketing landing page for any product — rotating 3D hero, social proof counters, logo carousel, feature tabs, testimonials, FAQ, mega footer
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: creative
|
|
7
|
+
agent: luna-task-executor
|
|
8
|
+
parameters:
|
|
9
|
+
- name: product
|
|
10
|
+
type: string
|
|
11
|
+
description: Product name
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
- name: description
|
|
15
|
+
type: string
|
|
16
|
+
description: One-line product description
|
|
17
|
+
required: true
|
|
18
|
+
prompt: true
|
|
19
|
+
- name: style
|
|
20
|
+
type: string
|
|
21
|
+
description: "Style: heygen (dark hero + white body), dark (full dark), light (full light), minimal"
|
|
22
|
+
required: false
|
|
23
|
+
default: heygen
|
|
24
|
+
- name: accent
|
|
25
|
+
type: string
|
|
26
|
+
description: "Brand accent color hex (e.g., #00C8FF)"
|
|
27
|
+
required: false
|
|
28
|
+
default: "#7c5cfc"
|
|
29
|
+
prerequisites: []
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
# Luna Landing Page — HeyGen-Quality Marketing Pages
|
|
33
|
+
|
|
34
|
+
Generate a professional SaaS marketing landing page matching the quality of HeyGen, Linear, Vercel — with rotating 3D hero, animated counters, logo carousel, tabbed features, testimonials, and mega footer.
|
|
35
|
+
|
|
36
|
+
## What This Command Does
|
|
37
|
+
|
|
38
|
+
1. **Analyzes** your product (reads codebase, README, or URL)
|
|
39
|
+
2. **Generates** a complete Next.js + Tailwind CSS landing page with 18 sections
|
|
40
|
+
3. **Creates** a rotating 3D hero (CSS cube or video embed)
|
|
41
|
+
4. **Writes** conversion-optimized copy using Claw Gateway AI
|
|
42
|
+
5. **Outputs** production-ready code, deployable to Cloudflare Pages
|
|
43
|
+
|
|
44
|
+
## Page Sections (in order)
|
|
45
|
+
|
|
46
|
+
### 1. Sticky Nav Bar
|
|
47
|
+
Logo left, nav links center, Sign In + CTA right. Clean, minimal height.
|
|
48
|
+
|
|
49
|
+
### 2. Hero Section (split layout)
|
|
50
|
+
- **Left**: Large bold headline in accent gradient, 2-3 sentence sub, Google SSO button + primary CTA
|
|
51
|
+
- **Right**: Rotating 3D diamond/cube `<video>` element (or CSS `preserve-3d` fallback)
|
|
52
|
+
- White/dark background, generous padding, vertically centered
|
|
53
|
+
|
|
54
|
+
### 3. Social Proof Counter Bar
|
|
55
|
+
Dark rounded card with 3 animated count-up numbers on scroll (e.g., "10M+ users", "50K+ projects"). Uses `IntersectionObserver` for trigger.
|
|
56
|
+
|
|
57
|
+
### 4. Logo Carousel (Trust Bar)
|
|
58
|
+
"Trusted by" label + infinite auto-scrolling grayscale logos. CSS `translateX` animation, pause on hover. Duplicated for seamless loop.
|
|
59
|
+
|
|
60
|
+
### 5. Product Feature Cards
|
|
61
|
+
Large heading + horizontal scroll or grid of cards with thumbnail, tag, title, description. Hover lift effect.
|
|
62
|
+
|
|
63
|
+
### 6. Tabbed Feature Showcase
|
|
64
|
+
Row of tab buttons with icons. Click swaps: icon, title, heading, description, CTA. `fadeSlideIn` animation.
|
|
65
|
+
|
|
66
|
+
### 7. Comparison Section
|
|
67
|
+
Side-by-side "Us vs Them" with visual proof. Sub-features with heading + description + link.
|
|
68
|
+
|
|
69
|
+
### 8. Demo/Video Section
|
|
70
|
+
Heading + description + embedded video player. Language/variant switch buttons. Feature highlights below.
|
|
71
|
+
|
|
72
|
+
### 9. Studio/Tool Section
|
|
73
|
+
Banner heading + CTA. Accordion or tabs showing key features.
|
|
74
|
+
|
|
75
|
+
### 10. Customer Testimonial
|
|
76
|
+
Blockquote + name + title + company. Large stat callout. Photo.
|
|
77
|
+
|
|
78
|
+
### 11. Second Logo Carousel
|
|
79
|
+
|
|
80
|
+
### 12. Vision/Mission Section
|
|
81
|
+
Short mission statement + "Learn more" CTA + decorative backgrounds.
|
|
82
|
+
|
|
83
|
+
### 13. Use Case Cards Grid
|
|
84
|
+
4 cards: different audiences/industries. Each with heading, icon, image, description.
|
|
85
|
+
|
|
86
|
+
### 14. API/Integration Banner
|
|
87
|
+
Floating tech icons + heading + "Explore" CTA.
|
|
88
|
+
|
|
89
|
+
### 15. Compliance Badges
|
|
90
|
+
Row of certification logos (SOC 2, GDPR, etc.) with labels.
|
|
91
|
+
|
|
92
|
+
### 16. FAQ Accordion
|
|
93
|
+
15+ collapsible Q&A items. Generated from product context.
|
|
94
|
+
|
|
95
|
+
### 17. Final CTA Section
|
|
96
|
+
"Start [action] today" heading + CTA button + gradient backgrounds.
|
|
97
|
+
|
|
98
|
+
### 18. Mega Footer
|
|
99
|
+
Multi-column: logo, language selector, Products, Resources, Company, Legal. Social icons. Copyright.
|
|
100
|
+
|
|
101
|
+
## CSS Rotating Diamond Hero
|
|
102
|
+
|
|
103
|
+
```css
|
|
104
|
+
.cube-scene { perspective: 800px; }
|
|
105
|
+
.cube {
|
|
106
|
+
transform-style: preserve-3d;
|
|
107
|
+
animation: rotateCube 8s ease-in-out infinite;
|
|
108
|
+
transform: rotateX(-20deg) rotateZ(45deg);
|
|
109
|
+
}
|
|
110
|
+
.cube__face {
|
|
111
|
+
border-radius: 16px;
|
|
112
|
+
backface-visibility: hidden;
|
|
113
|
+
box-shadow: 0 0 20px rgba(0,255,200,0.2);
|
|
114
|
+
border: 1.5px solid rgba(0,255,200,0.25);
|
|
115
|
+
}
|
|
116
|
+
@keyframes rotateCube {
|
|
117
|
+
0% { transform: rotateX(-20deg) rotateZ(45deg) rotateY(0deg); }
|
|
118
|
+
25% { transform: rotateX(-20deg) rotateZ(45deg) rotateY(90deg); }
|
|
119
|
+
50% { transform: rotateX(-20deg) rotateZ(45deg) rotateY(180deg); }
|
|
120
|
+
75% { transform: rotateX(-20deg) rotateZ(45deg) rotateY(270deg); }
|
|
121
|
+
100% { transform: rotateX(-20deg) rotateZ(45deg) rotateY(360deg); }
|
|
122
|
+
}
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
## Key Design Patterns
|
|
126
|
+
|
|
127
|
+
1. **Color**: White/light body, dark accents, single strong accent color for headings + CTAs
|
|
128
|
+
2. **Typography**: Large bold display font for hero, clean sans-serif for body, big numbers for proof
|
|
129
|
+
3. **Animations**: Count-up on scroll, infinite logo carousel, tab fade-slide, SVG stroke draw
|
|
130
|
+
4. **Hero video**: Pre-rendered 3D loop as `<video autoplay muted loop playsinline>` (best quality)
|
|
131
|
+
5. **Layout**: Two-column hero flexbox, alternating full-width and contained sections
|
|
132
|
+
|
|
133
|
+
## Usage
|
|
134
|
+
|
|
135
|
+
```bash
|
|
136
|
+
# Generate for your product
|
|
137
|
+
/landing "LunaOS" "AI-Native Backend Platform for Developers"
|
|
138
|
+
|
|
139
|
+
# With custom style
|
|
140
|
+
/landing "CodeRailFlow" "Browser automation platform" --style dark --accent "#3b82f6"
|
|
141
|
+
|
|
142
|
+
# Minimal landing page
|
|
143
|
+
/landing "MyApp" "Project management for teams" --style minimal
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
## Output
|
|
147
|
+
|
|
148
|
+
```
|
|
149
|
+
.luna/{project}/landing/
|
|
150
|
+
index.html # Complete landing page
|
|
151
|
+
styles.css # Tailwind + custom CSS
|
|
152
|
+
components/ # React components (if Next.js)
|
|
153
|
+
assets/
|
|
154
|
+
hero-cube.mp4 # 3D hero video (or CSS fallback)
|
|
155
|
+
logos/ # Trust logos (placeholder)
|
|
156
|
+
copy.json # All generated copy
|
|
157
|
+
deploy.sh # Cloudflare Pages deploy script
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
## In Pipes
|
|
161
|
+
|
|
162
|
+
```bash
|
|
163
|
+
# Generate landing + deploy
|
|
164
|
+
/pipe landing "MyApp" "description" >> ship
|
|
165
|
+
|
|
166
|
+
# Generate landing + record demo + produce video
|
|
167
|
+
/pipe landing "MyApp" "desc" >> flow-record http://localhost:3000 >> heygen http://localhost:3000
|
|
168
|
+
|
|
169
|
+
# Full launch: landing + audit + fix + deploy
|
|
170
|
+
/pipe landing "MyApp" "desc" >> site-audit http://localhost:3000 >> fix >> ship
|
|
171
|
+
```
|