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
package/commands/cf.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cf
|
|
3
|
+
displayName: Cloudflare Deploy (shortcut)
|
|
4
|
+
description: "Shortcut: Automated Cloudflare setup and deploy → /luna-cloudflare-auto"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: deployment
|
|
7
|
+
agent: luna-cloudflare
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Service to deploy (workers, pages, d1, r2, all)
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /cf — Cloudflare Deploy
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-cloudflare-auto`.
|
|
19
|
+
|
|
20
|
+
Automated Cloudflare setup with Wrangler — Workers, Pages, D1, R2, KV.
|
|
21
|
+
|
|
22
|
+
## Usage
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
/cf
|
|
26
|
+
```
|
package/commands/cfg.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cfg
|
|
3
|
+
displayName: Config (shortcut)
|
|
4
|
+
description: "Shortcut: Configure Luna plugin settings → /luna-config"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: config
|
|
7
|
+
agent: luna-config
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Config scope or setting to change
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /cfg — Configuration
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-config`.
|
|
19
|
+
|
|
20
|
+
Configure Luna plugin to connect with Claude Agent Platform.
|
|
21
|
+
|
|
22
|
+
## What it does
|
|
23
|
+
|
|
24
|
+
1. Set up LLM provider and model
|
|
25
|
+
2. Configure cloud connection
|
|
26
|
+
3. Manage project settings
|
|
27
|
+
4. Set output preferences
|
|
28
|
+
|
|
29
|
+
## Usage
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
/cfg
|
|
33
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: chain
|
|
3
|
+
displayName: Agent Chain (shortcut)
|
|
4
|
+
description: "Shortcut: Chain multiple agents together -> /ll-agent-chain"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: ai
|
|
7
|
+
shortcut_for: ll-agent-chain
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /chain — Agent Chain
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-agent-chain`. Compose custom pipelines by chaining RAG + Nexa + OpenHands + LAM.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: challenge
|
|
3
|
+
displayName: Challenge (shortcut)
|
|
4
|
+
description: "Shortcut: Coding challenges with AI judging -> /ll-challenge"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: community
|
|
7
|
+
shortcut_for: ll-challenge
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /challenge — Challenge
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-challenge`. Timed coding challenges with AI judging — earn credits, climb leaderboards.
|
|
13
|
+
|
package/commands/cmds.md
ADDED
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cmds
|
|
3
|
+
displayName: Command Cheat Sheet
|
|
4
|
+
description: Show all Luna shortcuts and their full command mappings
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: meta
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# /cmds — Luna Command Cheat Sheet
|
|
10
|
+
|
|
11
|
+
Quick reference for all shortcuts. Type any of these in Claude Code:
|
|
12
|
+
|
|
13
|
+
## Dev Workflow (in order)
|
|
14
|
+
|
|
15
|
+
| Type | Does | Full command |
|
|
16
|
+
|------|------|-------------|
|
|
17
|
+
| `/req` | Gather requirements | `/ll-requirements` |
|
|
18
|
+
| `/des` | Technical design | `/ll-design` |
|
|
19
|
+
| `/plan` | Break into tasks | `/ll-plan` |
|
|
20
|
+
| `/go` | Execute next task | `/ll-execute` |
|
|
21
|
+
| `/rev` | Code review | `/ll-review` |
|
|
22
|
+
| `/test` | Run tests | `/ll-test` |
|
|
23
|
+
| `/ship` | Deploy | `/ll-deploy` |
|
|
24
|
+
| `/watch` | Set up monitoring | `/ll-monitor` |
|
|
25
|
+
| `/retro` | Post-launch review | `/ll-postlaunch` |
|
|
26
|
+
|
|
27
|
+
## Autopilot & Automation
|
|
28
|
+
|
|
29
|
+
| Type | Does | Full command |
|
|
30
|
+
|------|------|-------------|
|
|
31
|
+
| `/feature` | Full feature lifecycle until done | `/ll-feature` |
|
|
32
|
+
| `/parallel` | Run agents in parallel (build+test+lint) | `/ll-parallel` |
|
|
33
|
+
| `/fix` | Systematic bug fix workflow | `/ll-fix` |
|
|
34
|
+
| `/debug` | Scientific debugging with persistent state | `/ll-debug` |
|
|
35
|
+
| `/refactor` | Split files, extract logic, rename | `/ll-refactor` |
|
|
36
|
+
| `/pr` | Generate pull request with summary | `/ll-pr` |
|
|
37
|
+
|
|
38
|
+
## Quality & Testing
|
|
39
|
+
|
|
40
|
+
| Type | Does | Full command |
|
|
41
|
+
|------|------|-------------|
|
|
42
|
+
| `/rules` | Apply session rules (100-line cap, full tests, Playwright) | `/ll-rules` |
|
|
43
|
+
| `/perf` | Performance profiling | `/ll-perf` |
|
|
44
|
+
| `/a11y` | Accessibility audit (WCAG 2.2) | `/ll-a11y` |
|
|
45
|
+
| `/deps` | Dependency audit & cleanup | `/ll-deps` |
|
|
46
|
+
| `/mock` | Generate test fixtures & MSW handlers | `/ll-mock` |
|
|
47
|
+
| `/storybook` | Generate component stories | `/ll-storybook` |
|
|
48
|
+
|
|
49
|
+
## Browser Testing & Self-Healing
|
|
50
|
+
|
|
51
|
+
| Type | Does | Full command |
|
|
52
|
+
|------|------|-------------|
|
|
53
|
+
| `/e2e-flow` | Auto-generate Playwright E2E tests from routes | `/ll-e2e-flow` |
|
|
54
|
+
| `/browser-test` | Launch app, test flows, screenshot, auto-fix | `/ll-browser-test` |
|
|
55
|
+
| `/vr` | Visual regression — screenshot diff before/after | `/ll-visual-regression` |
|
|
56
|
+
| `/heal` | Self-heal loop: test, screenshot, fix, retest | `/ll-heal` |
|
|
57
|
+
|
|
58
|
+
### The Killer Pipe
|
|
59
|
+
```
|
|
60
|
+
# Generate E2E tests, run them in browser, auto-fix failures, ship when healthy
|
|
61
|
+
/pipe e2e-flow >> browser-test http://localhost:3000 ?>> pr !>> (fix >> browser-test) *3?
|
|
62
|
+
|
|
63
|
+
# Self-healing deploy
|
|
64
|
+
/pipe go *5 >> heal http://localhost:3000 ?>> ship
|
|
65
|
+
|
|
66
|
+
# Full visual QA
|
|
67
|
+
/pipe hig >> browser-test >> vr >> a11y >> approve "Ship?" >> ship
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
## Code Generation
|
|
71
|
+
|
|
72
|
+
| Type | Does | Full command |
|
|
73
|
+
|------|------|-------------|
|
|
74
|
+
| `/auth` | Build Auth.js system with social providers | `/ll-auth` |
|
|
75
|
+
| `/brand` | Generate brand identity from codebase | `/ll-brand` |
|
|
76
|
+
| `/api-client` | Generate typed API client SDK | `/ll-api-client` |
|
|
77
|
+
| `/migrate` | Generate database migrations | `/ll-migrate` |
|
|
78
|
+
| `/i18n` | Internationalization setup | `/ll-i18n` |
|
|
79
|
+
| `/ci` | Generate CI/CD pipeline | `/ll-ci` |
|
|
80
|
+
| `/changelog` | Auto-generate changelog from git | `/ll-changelog` |
|
|
81
|
+
|
|
82
|
+
## AI Agent Promotion & SEO
|
|
83
|
+
|
|
84
|
+
| Type | Does | Full command |
|
|
85
|
+
|------|------|-------------|
|
|
86
|
+
| `/go-viral` | **Everything** — AI files + MCP registry + content + awesome lists | `/ll-go-viral` |
|
|
87
|
+
| `/promote` | Technical AI promotion — llms.txt, MCP registries, SEO, GPT Actions | `/ll-promote` |
|
|
88
|
+
| `/organic-promote` | Organic content — Dev.to, Product Hunt, HN, Reddit, awesome lists | `/ll-organic-promote` |
|
|
89
|
+
| `/ai-index` | Generate AI discovery files (llms.txt, ai-plugin.json, mcp.json) | `/ll-ai-index` |
|
|
90
|
+
| `/mcp-publish` | Publish MCP server to Official Registry, Smithery, Glama | `/ll-mcp-publish` |
|
|
91
|
+
|
|
92
|
+
### The Promote Pipe
|
|
93
|
+
```
|
|
94
|
+
# Nuclear option — everything at once
|
|
95
|
+
/go-viral --product_name MyApp --domain myapp.com --repo org/repo --competitors "Tool A" --category devtools --install_command "npx myapp init"
|
|
96
|
+
|
|
97
|
+
# Step by step
|
|
98
|
+
/pipe ai-index >> ship >> mcp-publish >> promote verify >> organic-promote
|
|
99
|
+
|
|
100
|
+
# Just technical promotion
|
|
101
|
+
/pipe promote full >> promote verify
|
|
102
|
+
|
|
103
|
+
# Just organic content
|
|
104
|
+
/organic-promote --product_name MyApp --domain myapp.com --repo org/repo --competitors "Tool A" --category devtools --install_command "npx myapp init"
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
## Infrastructure & DevOps
|
|
108
|
+
|
|
109
|
+
| Type | Does | Full command |
|
|
110
|
+
|------|------|-------------|
|
|
111
|
+
| `/env` | Validate & manage .env files | `/ll-env` |
|
|
112
|
+
| `/rollback` | Generate rollback procedures | `/ll-rollback` |
|
|
113
|
+
| `/dock` | Dockerize | `/ll-dockerize` |
|
|
114
|
+
| `/cf` | Cloudflare deploy | `/ll-cloudflare` |
|
|
115
|
+
| `/sec` | Security audit | `/ll-365-secure` |
|
|
116
|
+
|
|
117
|
+
## AI & Intelligence
|
|
118
|
+
|
|
119
|
+
| Type | Does | Full command |
|
|
120
|
+
|------|------|-------------|
|
|
121
|
+
| `/nexa` | Nexa semantic code analysis (review, bugs, explain) | `/ll-nexa` |
|
|
122
|
+
| `/lam` | Goal-driven autonomous actions (Large Action Model) | `/ll-lam` |
|
|
123
|
+
| `/oh` | Delegate to OpenHands autonomous agent | `/ll-openhands` |
|
|
124
|
+
| `/chain` | Chain agents together (rag->nexa->openhands) | `/ll-agent-chain` |
|
|
125
|
+
| `/vision` | Screenshot-to-code, UI analysis, visual diff | `/ll-vision` |
|
|
126
|
+
| `/search` | Multi-engine search (RAG + Nexa + grep) | `/ll-smart-search` |
|
|
127
|
+
| `/q` | RAG codebase search | `/ll-rag` |
|
|
128
|
+
|
|
129
|
+
## Tools
|
|
130
|
+
|
|
131
|
+
| Type | Does | Full command |
|
|
132
|
+
|------|------|-------------|
|
|
133
|
+
| `/hig` | Apple HIG audit | `/ll-hig` |
|
|
134
|
+
| `/ui` | Convert to HIG design | `/ll-ui-convert` |
|
|
135
|
+
| `/docs` | Generate docs | `/ll-docs` |
|
|
136
|
+
| `/cfg` | Configuration | `/ll-config` |
|
|
137
|
+
|
|
138
|
+
## Luna Pipe — AI Programming Language
|
|
139
|
+
|
|
140
|
+
| Type | Does | Full command |
|
|
141
|
+
|------|------|-------------|
|
|
142
|
+
| `/pipe` | Compose Luna command pipelines | `/ll-pipe` |
|
|
143
|
+
| `/workflow` | Save, load, share named pipelines | `/ll-workflow` |
|
|
144
|
+
| `/assert` | Validate project constraints | `/ll-assert` |
|
|
145
|
+
| `/config-rules` | Persistent rules (auto-apply every session) | `/ll-config-rules` |
|
|
146
|
+
|
|
147
|
+
### Flow & Loops
|
|
148
|
+
```
|
|
149
|
+
>> sequential req >> des >> plan
|
|
150
|
+
~~ parallel rev ~~ test ~~ sec
|
|
151
|
+
( ) group (rev ~~ test) >> ship
|
|
152
|
+
?>> if success test ?>> ship
|
|
153
|
+
!>> if failure test !>> fix
|
|
154
|
+
*N loop N times go *5
|
|
155
|
+
*N? loop, stop on success (fix >> test) *3?
|
|
156
|
+
*N! loop, stop on failure go *10!
|
|
157
|
+
*? loop until success (fix >> test) *?
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
### Hooks & Context
|
|
161
|
+
```
|
|
162
|
+
@before:CMD before each step @before:rules
|
|
163
|
+
@after:CMD after each step @after:test
|
|
164
|
+
@each:CMD before+after each step @each:rev
|
|
165
|
+
with scope:X set scope for block with scope:billing (go >> test)
|
|
166
|
+
in REPO target repo in lunaos-engine (test >> ship)
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
### Variables & Conditions
|
|
170
|
+
```
|
|
171
|
+
$var = CMD capture output $r = rev
|
|
172
|
+
if COND branch on condition if $test.coverage < 90 >> fix
|
|
173
|
+
else else branch else >> ship
|
|
174
|
+
match VAR switch on value match $env >> prod: ship
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
### Safety & Control
|
|
178
|
+
```
|
|
179
|
+
assert COND fail if false assert files.max_lines <= 100
|
|
180
|
+
approve "M" pause for confirmation approve "Ship to prod?"
|
|
181
|
+
try (CMDS) try block try (go >> test >> ship)
|
|
182
|
+
catch (CMDS) on error catch (rollback >> fix)
|
|
183
|
+
finally (C) always run finally (docs >> changelog)
|
|
184
|
+
timeout Nm timeout timeout 5m (nexa review)
|
|
185
|
+
retry N retry on failure retry 3 test
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
### Workflows & Reactivity
|
|
189
|
+
```
|
|
190
|
+
def N = PIPE save workflow def qg = (rev ~~ test ~~ sec)
|
|
191
|
+
run NAME run workflow run qg ?>> ship
|
|
192
|
+
import NAME load from file import team-pipeline
|
|
193
|
+
watch PATH run on file change watch src/ >> test
|
|
194
|
+
on EVENT run on event on git:push >> test >> ship
|
|
195
|
+
snapshot checkpoint state snapshot >> refactor >> diff
|
|
196
|
+
map [ITEMS] apply to each map [auth, billing] >> (go >> test)
|
|
197
|
+
reduce CMD merge results reduce pr
|
|
198
|
+
log "MSG" log to report log "Deploy complete"
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
### Pipeline Examples
|
|
202
|
+
|
|
203
|
+
```
|
|
204
|
+
# Standard dev workflow
|
|
205
|
+
/pipe req >> des >> plan >> go *5 >> rev >> test >> ship
|
|
206
|
+
|
|
207
|
+
# Quality gate
|
|
208
|
+
/pipe (rev ~~ test ~~ sec ~~ a11y) ?>> ship
|
|
209
|
+
|
|
210
|
+
# Full workflow with safety nets
|
|
211
|
+
/pipe try (
|
|
212
|
+
@before:rules @after:test go *5 >>
|
|
213
|
+
assert files.max_lines <= 100 >>
|
|
214
|
+
assert $test.coverage >= 90 >>
|
|
215
|
+
approve "Ship?" >> ship
|
|
216
|
+
) catch (rollback >> fix >> test) finally (docs >> changelog)
|
|
217
|
+
|
|
218
|
+
# Named workflows
|
|
219
|
+
/pipe def qg = (rev ~~ test ~~ sec)
|
|
220
|
+
/pipe go *5 >> run qg ?>> pr !>> (fix >> test) *3?
|
|
221
|
+
|
|
222
|
+
# AI-powered
|
|
223
|
+
/pipe search "auth" >> nexa review >> lam "improve auth" >> test >> pr
|
|
224
|
+
|
|
225
|
+
# Multi-repo deploy
|
|
226
|
+
/pipe in lunaos-engine (test >> ship) ~~ in lunaos-dashboard (test >> ship)
|
|
227
|
+
|
|
228
|
+
# Watch mode
|
|
229
|
+
/pipe watch src/ >> test >> rev
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
## Tips
|
|
233
|
+
|
|
234
|
+
- `/feature` is the autopilot — plan, implement, test, fix in a loop
|
|
235
|
+
- `/go` runs one task at a time — repeat until all tasks are `[x]`
|
|
236
|
+
- `/parallel build,test,lint` — run multiple checks simultaneously
|
|
237
|
+
- `/fix "bug description"` — systematic fix with failing test first
|
|
238
|
+
- `/rules` at session start — enforces 100-line cap + full tests
|
|
239
|
+
- `/search "how does X work?"` — multi-engine code search
|
|
240
|
+
- `/nexa review src/` — AI code analysis with Nexa
|
|
241
|
+
- `/lam "add feature X"` — autonomous goal-driven implementation
|
|
242
|
+
- `/chain "rag -> nexa -> fix"` — compose agent pipelines
|
|
243
|
+
- `/cmds` — show this cheat sheet anytime
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: config-rules
|
|
3
|
+
displayName: Config Rules (shortcut)
|
|
4
|
+
description: "Shortcut: Define persistent project rules -> /ll-config-rules"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: configuration
|
|
7
|
+
shortcut_for: ll-config-rules
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /config-rules — Persistent Rules
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-config-rules`.
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
/config-rules init # Create .luna/rules.yaml
|
|
16
|
+
/config-rules set max-lines 100 # Set rule
|
|
17
|
+
/config-rules set coverage 95 # Set rule
|
|
18
|
+
/config-rules list # Show all rules
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
Rules auto-apply to every Luna session, pipe, and agent.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: connect-infra
|
|
3
|
+
displayName: Connect Infra (shortcut)
|
|
4
|
+
description: "Shortcut: Connect project to shared infrastructure → /ll-connect-infra"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: shortcut
|
|
7
|
+
shortcut_for: ll-connect-infra
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /connect-infra — Shortcut for /ll-connect-infra
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: context-pack
|
|
3
|
+
displayName: Context Pack (shortcut)
|
|
4
|
+
description: "Shortcut: Precision context delivery -> /ll-context-pack"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: optimization
|
|
7
|
+
shortcut_for: ll-context-pack
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /context-pack — Context Pack
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-context-pack`. Analyzes tasks and selects only relevant files to reduce token usage by 40-60%.
|
|
13
|
+
|
package/commands/curb.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: curb
|
|
3
|
+
displayName: Curb (shortcut)
|
|
4
|
+
description: "Shortcut: Turn your marketing into Curb Your Enthusiasm-style content -> /ll-curb"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: shortcut
|
|
7
|
+
shortcut_for: ll-curb
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /curb — Shortcut for /ll-curb
|
|
11
|
+
|
|
12
|
+
See /ll-curb for full documentation.
|
package/commands/des.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: des
|
|
3
|
+
displayName: Design (shortcut)
|
|
4
|
+
description: "Shortcut: Transform requirements into technical design → /luna-design"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: design
|
|
7
|
+
agent: luna-design-architect
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Project or feature scope
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /des — Technical Design
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-design`.
|
|
19
|
+
|
|
20
|
+
Transform requirements into a comprehensive technical design specification.
|
|
21
|
+
|
|
22
|
+
## What it does
|
|
23
|
+
|
|
24
|
+
1. Reads requirements from `.luna/{project}/requirements.md`
|
|
25
|
+
2. Creates architecture, data models, API contracts
|
|
26
|
+
3. Generates `.luna/{project}/design.md`
|
|
27
|
+
|
|
28
|
+
## Usage
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
/des
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Next
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
/plan → /go → /rev → /test
|
|
38
|
+
```
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devto
|
|
3
|
+
displayName: Dev.to Publisher (shortcut)
|
|
4
|
+
description: "Shortcut: Write & publish Dev.to articles with comedy styles (Curb, Seinfeld, Office, Silicon Valley) -> /ll-devto-publish"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: deployment
|
|
7
|
+
shortcut_for: ll-devto-publish
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /devto — Write & Ship Articles
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-devto-publish`. Write Dev.to articles about any project with comedy styles.
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
/devto --product_name MyApp --domain myapp.com --style curb --topic "why YAML is dead"
|
|
16
|
+
/devto --product_name MyDB --domain mydb.io --style seinfeld --topic "database migrations"
|
|
17
|
+
/devto --product_name TeamApp --domain teamapp.com --style office --topic "project management"
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Styles: `curb`, `seinfeld`, `office`, `silicon-valley`, `straight`, `absurd`
|
package/commands/dock.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: dock
|
|
3
|
+
displayName: Dockerize (shortcut)
|
|
4
|
+
description: "Shortcut: Containerize your app → /luna-dockerize"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: deployment
|
|
7
|
+
agent: luna-docker
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Project or service to dockerize
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /dock — Dockerize
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-dockerize`.
|
|
19
|
+
|
|
20
|
+
Generate Dockerfile, docker-compose, and container configs for your project.
|
|
21
|
+
|
|
22
|
+
## Usage
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
/dock
|
|
26
|
+
```
|
package/commands/docs.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: docs
|
|
3
|
+
displayName: Documentation (shortcut)
|
|
4
|
+
description: "Shortcut: Generate user, developer, and API docs → /luna-docs"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: documentation
|
|
7
|
+
agent: luna-documentation
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Project or feature scope
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /docs — Generate Documentation
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-docs`.
|
|
19
|
+
|
|
20
|
+
Create comprehensive user, developer, and API documentation.
|
|
21
|
+
|
|
22
|
+
## What it does
|
|
23
|
+
|
|
24
|
+
1. Scans codebase and existing docs
|
|
25
|
+
2. Generates API reference docs
|
|
26
|
+
3. Creates user guides and tutorials
|
|
27
|
+
4. Outputs developer setup instructions
|
|
28
|
+
|
|
29
|
+
## Usage
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
/docs
|
|
33
|
+
```
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: e2e-flow
|
|
3
|
+
displayName: E2E Flow (shortcut)
|
|
4
|
+
description: "Shortcut: Auto-generate Playwright E2E tests from routes -> /ll-e2e-flow"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: testing
|
|
7
|
+
shortcut_for: ll-e2e-flow
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /e2e-flow — E2E Test Generator
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-e2e-flow`. Generate Playwright tests for every user flow.
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
/e2e-flow
|
|
16
|
+
/e2e-flow auth
|
|
17
|
+
/pipe e2e-flow >> browser-test http://localhost:3000 ?>> pr
|
|
18
|
+
```
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: email-routing
|
|
3
|
+
displayName: Email Routing (shortcut)
|
|
4
|
+
description: "Shortcut: Set up free email forwarding via Cloudflare → /ll-email-routing"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: shortcut
|
|
7
|
+
shortcut_for: ll-email-routing
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /email-routing — Shortcut for /ll-email-routing
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: feature
|
|
3
|
+
displayName: Feature Autopilot (shortcut)
|
|
4
|
+
description: "Shortcut: Full feature lifecycle until done -> /ll-feature"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: workflow
|
|
7
|
+
shortcut_for: ll-feature
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /feature — Feature Autopilot
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-feature`. Plan, implement, test, review, fix in a loop until the feature is complete.
|
package/commands/fix.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: fix
|
|
3
|
+
displayName: Bug Fix (shortcut)
|
|
4
|
+
description: "Shortcut: Systematic bug fix workflow -> /ll-fix"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: debugging
|
|
7
|
+
shortcut_for: ll-fix
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /fix — Bug Fix
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-fix`. Reproduce, failing test, bisect, fix, verify, regression test.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: flaky
|
|
3
|
+
displayName: Flaky (shortcut)
|
|
4
|
+
description: "Shortcut: Detect flaky tests under stress → /ll-flaky"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: shortcut
|
|
7
|
+
shortcut_for: ll-flaky
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /flaky — Shortcut for /ll-flaky
|
|
11
|
+
|
|
12
|
+
See /ll-flaky for full documentation.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: flow-record
|
|
3
|
+
displayName: Flow Record (shortcut)
|
|
4
|
+
description: "Shortcut: Record browser flows as demo videos → /ll-flow-record"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: shortcut
|
|
7
|
+
shortcut_for: ll-flow-record
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /flow-record — Shortcut for /ll-flow-record
|
|
11
|
+
|
|
12
|
+
See /ll-flow-record for full documentation.
|