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/pipe.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pipe
|
|
3
|
+
displayName: Pipeline Runner (shortcut)
|
|
4
|
+
description: "Shortcut: Luna's AI programming language — compose commands with operators -> /ll-pipe"
|
|
5
|
+
version: 2.0.0
|
|
6
|
+
category: workflow
|
|
7
|
+
shortcut_for: ll-pipe
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /pipe — Luna's AI Programming Language
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-pipe`.
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
/pipe req >> des >> plan >> go *5 >> rev >> test >> ship
|
|
16
|
+
/pipe (rev ~~ test ~~ sec) ?>> ship !>> fix
|
|
17
|
+
/pipe @before:rules @after:test go *5 >> assert $test.coverage >= 90 >> pr
|
|
18
|
+
/pipe try (go >> test >> ship) catch (rollback) finally (docs)
|
|
19
|
+
/pipe def qg = (rev ~~ test ~~ sec) >> run qg ?>> ship
|
|
20
|
+
/pipe watch src/ >> test >> rev
|
|
21
|
+
```
|
package/commands/plan.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: plan
|
|
3
|
+
displayName: Plan (shortcut)
|
|
4
|
+
description: "Shortcut: Break design into ordered implementation tasks → /luna-plan"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: planning
|
|
7
|
+
agent: luna-task-planner
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Project or feature scope
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /plan — Implementation Plan
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-plan`.
|
|
19
|
+
|
|
20
|
+
Break the technical design into ordered, actionable implementation tasks.
|
|
21
|
+
|
|
22
|
+
## What it does
|
|
23
|
+
|
|
24
|
+
1. Reads design from `.luna/{project}/design.md`
|
|
25
|
+
2. Creates task breakdown with dependencies
|
|
26
|
+
3. Generates `.luna/{project}/implementation-plan.md`
|
|
27
|
+
|
|
28
|
+
## Usage
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
/plan
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Next
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
/go → /rev → /test → /ship
|
|
38
|
+
```
|
package/commands/pr.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pr
|
|
3
|
+
displayName: Pull Request (shortcut)
|
|
4
|
+
description: "Shortcut: Generate pull request -> /ll-pr"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: workflow
|
|
7
|
+
shortcut_for: ll-pr
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /pr — Pull Request Generator
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-pr`. Create PR with summary, test plan, linked issues, reviewer assignment.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: product-map
|
|
3
|
+
displayName: Product Map (shortcut)
|
|
4
|
+
description: "Shortcut: Visual product planning -> /ll-product-map"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: planning
|
|
7
|
+
shortcut_for: ll-product-map
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /product-map — Product Map
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-product-map`. Visual product planning with hierarchical feature cards, codebase mapping, and approval workflows.
|
|
13
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: promote
|
|
3
|
+
displayName: AI Promote (shortcut)
|
|
4
|
+
description: "Shortcut: Full AI agent promotion — llms.txt, MCP registries, SEO, GPT Actions -> /ll-promote"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: deployment
|
|
7
|
+
shortcut_for: ll-promote
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /promote — AI Agent Promotion
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-promote`. Generate AI discovery files (llms.txt, ai-plugin.json, mcp.json, openapi.json), publish to MCP registries (Official, Smithery, Glama), ping search engines (Google, Bing, IndexNow), and verify all endpoints.
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
/promote full --domain myapp.com --product_name MyApp
|
|
16
|
+
```
|
package/commands/q.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: q
|
|
3
|
+
displayName: RAG Search (shortcut)
|
|
4
|
+
description: "Shortcut: Semantic code search with natural language → /luna-rag"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: intelligence
|
|
7
|
+
agent: luna-rag
|
|
8
|
+
parameters:
|
|
9
|
+
- name: query
|
|
10
|
+
type: string
|
|
11
|
+
description: Natural language search query
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /q — Quick Code Search
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-rag`.
|
|
19
|
+
|
|
20
|
+
Search your codebase using natural language.
|
|
21
|
+
|
|
22
|
+
## Usage
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
/q how does auth work?
|
|
26
|
+
/q find error handling patterns
|
|
27
|
+
/q show database connection code
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
## Pro features
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
/q analyze this screenshot against our design
|
|
34
|
+
/q compare these two auth approaches
|
|
35
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: refactor
|
|
3
|
+
displayName: Refactor (shortcut)
|
|
4
|
+
description: "Shortcut: Smart refactoring with file splitting -> /ll-refactor"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: quality
|
|
7
|
+
shortcut_for: ll-refactor
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /refactor — Smart Refactoring
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-refactor`. Split oversized files, extract shared logic, rename across codebase.
|
package/commands/req.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: req
|
|
3
|
+
displayName: Requirements (shortcut)
|
|
4
|
+
description: "Shortcut: Analyze codebase and generate requirements → /luna-requirements"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: analysis
|
|
7
|
+
agent: luna-requirements-analyzer
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Project or feature scope
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /req — Requirements Analysis
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-requirements`.
|
|
19
|
+
|
|
20
|
+
Analyze the project codebase and generate a comprehensive requirements document.
|
|
21
|
+
|
|
22
|
+
## What it does
|
|
23
|
+
|
|
24
|
+
1. Scans codebase structure, dependencies, and patterns
|
|
25
|
+
2. Identifies functional and non-functional requirements
|
|
26
|
+
3. Generates `.luna/{project}/requirements.md`
|
|
27
|
+
|
|
28
|
+
## Usage
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
/req
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
Then enter scope when prompted (press ENTER for full project).
|
|
35
|
+
|
|
36
|
+
## Next
|
|
37
|
+
|
|
38
|
+
```
|
|
39
|
+
/des → /plan → /go → /rev
|
|
40
|
+
```
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: retro
|
|
3
|
+
displayName: Post-Launch Review (shortcut)
|
|
4
|
+
description: "Shortcut: Analyze launch metrics and recommend improvements → /luna-postlaunch"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: analysis
|
|
7
|
+
agent: luna-post-launch-review
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Project or feature scope
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /retro — Post-Launch Review
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-postlaunch`.
|
|
19
|
+
|
|
20
|
+
Analyze launch metrics and provide recommendations for improvement.
|
|
21
|
+
|
|
22
|
+
## What it does
|
|
23
|
+
|
|
24
|
+
1. Reviews launch metrics and KPIs
|
|
25
|
+
2. Analyzes user feedback and errors
|
|
26
|
+
3. Identifies optimization opportunities
|
|
27
|
+
4. Generates improvement recommendations
|
|
28
|
+
|
|
29
|
+
## Usage
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
/retro
|
|
33
|
+
```
|
package/commands/rev.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: rev
|
|
3
|
+
displayName: Code Review (shortcut)
|
|
4
|
+
description: "Shortcut: Comprehensive code review → /luna-review"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: quality
|
|
7
|
+
agent: luna-code-review
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Project or feature scope
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /rev — Code Review
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-review`.
|
|
19
|
+
|
|
20
|
+
Review completed code for quality, security, and requirement compliance.
|
|
21
|
+
|
|
22
|
+
## What it does
|
|
23
|
+
|
|
24
|
+
1. Reviews all completed tasks
|
|
25
|
+
2. Checks quality, security, performance
|
|
26
|
+
3. Validates against requirements
|
|
27
|
+
4. Generates `.luna/{project}/code-review-report.md`
|
|
28
|
+
|
|
29
|
+
## Usage
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
/rev
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Next
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
/test → /ship → /watch
|
|
39
|
+
```
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: rules
|
|
3
|
+
displayName: Session Rules (shortcut)
|
|
4
|
+
description: "Shortcut: Apply strict session rules — 100-line cap, full tests, Playwright e2e -> /ll-rules"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: quality
|
|
7
|
+
shortcut_for: ll-rules
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /rules — Session Rules
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-rules`.
|
|
13
|
+
|
|
14
|
+
Applies strict coding session rules:
|
|
15
|
+
- Max 100 lines per file
|
|
16
|
+
- 100% unit test coverage
|
|
17
|
+
- Playwright e2e test for every new feature
|
|
18
|
+
|
|
19
|
+
Run `/ll-rules` for full details.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: search
|
|
3
|
+
displayName: Smart Search (shortcut)
|
|
4
|
+
description: "Shortcut: Multi-engine code search -> /ll-smart-search"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: ai
|
|
7
|
+
shortcut_for: ll-smart-search
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /search — Smart Search
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-smart-search`. Combines RAG + Nexa + grep for the best code search results.
|
package/commands/sec.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sec
|
|
3
|
+
displayName: Security Review (shortcut)
|
|
4
|
+
description: "Shortcut: OWASP security audit → /luna-365-secure"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: security
|
|
7
|
+
agent: luna-auth
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Project or feature to audit
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /sec — Security Audit
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-365-secure`.
|
|
19
|
+
|
|
20
|
+
Run OWASP Top 10 security analysis on your codebase.
|
|
21
|
+
|
|
22
|
+
## What it does
|
|
23
|
+
|
|
24
|
+
1. Input validation and injection checks
|
|
25
|
+
2. Auth and session security
|
|
26
|
+
3. Dependency vulnerability scan
|
|
27
|
+
4. Secret detection
|
|
28
|
+
5. Generates security report
|
|
29
|
+
|
|
30
|
+
## Usage
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
/sec
|
|
34
|
+
```
|
package/commands/ship.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ship
|
|
3
|
+
displayName: Deploy (shortcut)
|
|
4
|
+
description: "Shortcut: Deploy to staging and production → /luna-deploy"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: deployment
|
|
7
|
+
agent: luna-deployment
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Project or feature scope
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /ship — Deploy
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-deploy`.
|
|
19
|
+
|
|
20
|
+
Deploy your application to staging and production environments.
|
|
21
|
+
|
|
22
|
+
## What it does
|
|
23
|
+
|
|
24
|
+
1. Validates build and tests pass
|
|
25
|
+
2. Deploys to staging
|
|
26
|
+
3. Runs smoke tests
|
|
27
|
+
4. Promotes to production
|
|
28
|
+
|
|
29
|
+
## Usage
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
/ship
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Next
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
/watch → /retro
|
|
39
|
+
```
|
package/commands/sing.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: site-audit
|
|
3
|
+
displayName: Site Audit (shortcut)
|
|
4
|
+
description: "Shortcut: Brutal full-stack website audit → /ll-site-audit"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: shortcut
|
|
7
|
+
shortcut_for: ll-site-audit
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /site-audit — Shortcut for /ll-site-audit
|
|
11
|
+
|
|
12
|
+
See /ll-site-audit for full documentation.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: smart-route
|
|
3
|
+
displayName: Smart Route (shortcut)
|
|
4
|
+
description: "Shortcut: Self-learning agent routing -> /ll-smart-route"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: orchestration
|
|
7
|
+
shortcut_for: ll-smart-route
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /smart-route — Smart Route
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-smart-route`. Self-learning agent routing that tracks success rates and routes to the cheapest viable model automatically.
|
|
13
|
+
|
package/commands/test.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: test
|
|
3
|
+
displayName: Test (shortcut)
|
|
4
|
+
description: "Shortcut: Create test suites and validate → /luna-test"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: quality
|
|
7
|
+
agent: luna-testing-validation
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Project or feature scope
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /test — Test & Validate
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-test`.
|
|
19
|
+
|
|
20
|
+
Create comprehensive test suites and validate against requirements.
|
|
21
|
+
|
|
22
|
+
## What it does
|
|
23
|
+
|
|
24
|
+
1. Generates unit, integration, and E2E tests
|
|
25
|
+
2. Runs test suites with coverage
|
|
26
|
+
3. Validates against requirements
|
|
27
|
+
4. Generates test report
|
|
28
|
+
|
|
29
|
+
## Usage
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
/test
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Next
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
/ship → /watch → /retro
|
|
39
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: time-machine
|
|
3
|
+
displayName: Time Machine (shortcut)
|
|
4
|
+
description: "Shortcut: → /ll-time-machine"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: shortcut
|
|
7
|
+
shortcut_for: ll-time-machine
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /time-machine — Shortcut for /ll-time-machine
|
|
11
|
+
|
|
12
|
+
See /ll-time-machine for full documentation.
|
package/commands/ui.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ui
|
|
3
|
+
displayName: UI Convert (shortcut)
|
|
4
|
+
description: "Shortcut: Convert UI to Apple HIG + modern design → /luna-ui-convert"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: design
|
|
7
|
+
agent: luna-ui-fix
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Component or page to convert
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /ui — UI Convert
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-ui-convert`.
|
|
19
|
+
|
|
20
|
+
Convert your UI to Apple HIG-compliant modern design.
|
|
21
|
+
|
|
22
|
+
## What it does
|
|
23
|
+
|
|
24
|
+
1. Analyzes current component/page
|
|
25
|
+
2. Applies Apple HIG spacing, typography, colors
|
|
26
|
+
3. Adds dark mode, accessibility, animations
|
|
27
|
+
4. Implements responsive layout
|
|
28
|
+
|
|
29
|
+
## Usage
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
/ui
|
|
33
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: vision
|
|
3
|
+
displayName: Vision AI (shortcut)
|
|
4
|
+
description: "Shortcut: Screenshot-to-code and UI analysis -> /ll-vision"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: ai
|
|
7
|
+
shortcut_for: ll-vision
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /vision — Vision AI
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-vision`. Screenshot-to-code, UI comparison, visual regression detection.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: voice
|
|
3
|
+
displayName: Voice (shortcut)
|
|
4
|
+
description: "Shortcut: Local voice synthesis with Voicebox → /ll-voice"
|
|
5
|
+
version: 2.0.0
|
|
6
|
+
category: shortcut
|
|
7
|
+
shortcut_for: ll-voice
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /voice — Shortcut for /ll-voice
|
|
11
|
+
|
|
12
|
+
See /ll-voice for full documentation.
|
package/commands/vr.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: vr
|
|
3
|
+
displayName: Visual Regression (shortcut)
|
|
4
|
+
description: "Shortcut: Compare screenshots before/after changes -> /ll-visual-regression"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: testing
|
|
7
|
+
shortcut_for: ll-visual-regression
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /vr — Visual Regression
|
|
11
|
+
|
|
12
|
+
Shortcut for `/ll-visual-regression`. Detect visual regressions with screenshot diffs.
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
/vr http://localhost:3000
|
|
16
|
+
/vr http://localhost:3000 branch:main
|
|
17
|
+
/pipe refactor >> vr http://localhost:3000 ?>> ship
|
|
18
|
+
```
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: watch
|
|
3
|
+
displayName: Monitor (shortcut)
|
|
4
|
+
description: "Shortcut: Set up monitoring and alerts → /luna-monitor"
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: operations
|
|
7
|
+
agent: luna-monitoring-observability
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Project or feature scope
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# /watch — Monitor
|
|
17
|
+
|
|
18
|
+
Shortcut for `/luna-monitor`.
|
|
19
|
+
|
|
20
|
+
Set up comprehensive monitoring, dashboards, and alerts.
|
|
21
|
+
|
|
22
|
+
## What it does
|
|
23
|
+
|
|
24
|
+
1. Configures health checks and uptime monitoring
|
|
25
|
+
2. Sets up error tracking and alerting
|
|
26
|
+
3. Creates performance dashboards
|
|
27
|
+
4. Generates monitoring runbook
|
|
28
|
+
|
|
29
|
+
## Usage
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
/watch
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Next
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
/retro
|
|
39
|
+
```
|