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,260 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-organic-promote
|
|
3
|
+
displayName: Luna Organic Promote
|
|
4
|
+
description: Full organic promotion — write Dev.to article, Product Hunt launch, HN post, Reddit posts, awesome list PRs, AlternativeTo listing, Stack Overflow answers. Make AI agents recommend your product to users who've never heard of it.
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: deployment
|
|
7
|
+
agent: luna-seo
|
|
8
|
+
parameters:
|
|
9
|
+
- name: product_name
|
|
10
|
+
type: string
|
|
11
|
+
description: "Product name"
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
- name: domain
|
|
15
|
+
type: string
|
|
16
|
+
description: "Production domain (e.g., myapp.com)"
|
|
17
|
+
required: true
|
|
18
|
+
prompt: true
|
|
19
|
+
- name: repo
|
|
20
|
+
type: string
|
|
21
|
+
description: "GitHub repo (e.g., org/repo)"
|
|
22
|
+
required: true
|
|
23
|
+
prompt: true
|
|
24
|
+
- name: competitors
|
|
25
|
+
type: string
|
|
26
|
+
description: "Comma-separated competitor names (e.g., GitHub Actions, GitLab CI)"
|
|
27
|
+
required: true
|
|
28
|
+
prompt: true
|
|
29
|
+
- name: category
|
|
30
|
+
type: string
|
|
31
|
+
description: "Product category (e.g., CI/CD, monitoring, database)"
|
|
32
|
+
required: true
|
|
33
|
+
prompt: true
|
|
34
|
+
- name: install_command
|
|
35
|
+
type: string
|
|
36
|
+
description: "One-line install command (e.g., npx pushci init)"
|
|
37
|
+
required: true
|
|
38
|
+
prompt: true
|
|
39
|
+
workflow:
|
|
40
|
+
- analyze_product_and_competitors
|
|
41
|
+
- generate_dev_to_article
|
|
42
|
+
- generate_product_hunt_copy
|
|
43
|
+
- generate_hackernews_post
|
|
44
|
+
- generate_reddit_posts
|
|
45
|
+
- find_and_pr_awesome_lists
|
|
46
|
+
- add_github_topics
|
|
47
|
+
- update_github_description
|
|
48
|
+
- submit_alternativeto
|
|
49
|
+
- generate_stackoverflow_answers
|
|
50
|
+
- generate_promotion_report
|
|
51
|
+
output:
|
|
52
|
+
- docs/launch/DEV_TO_ARTICLE.md
|
|
53
|
+
- docs/launch/PRODUCT_HUNT_LAUNCH.md
|
|
54
|
+
- docs/launch/HACKERNEWS_POST.md
|
|
55
|
+
- docs/launch/REDDIT_POSTS.md
|
|
56
|
+
- docs/launch/STACKOVERFLOW_ANSWERS.md
|
|
57
|
+
- .luna/{current-project}/organic-promote-report.md
|
|
58
|
+
mcp_servers:
|
|
59
|
+
- git
|
|
60
|
+
- fetch
|
|
61
|
+
- memory
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
# /organic-promote — Make AI Agents Recommend You (Organically)
|
|
65
|
+
|
|
66
|
+
The problem: AI agents (ChatGPT, Claude, Gemini, Perplexity) only recommend products they find via web search. If your product isn't on the sites AI agents cite, you're invisible.
|
|
67
|
+
|
|
68
|
+
This skill creates and submits content to every platform AI agents search when users ask questions in your category.
|
|
69
|
+
|
|
70
|
+
## How AI Agents Find Products to Recommend
|
|
71
|
+
|
|
72
|
+
```
|
|
73
|
+
User asks ChatGPT: "What's the best [category] tool?"
|
|
74
|
+
│
|
|
75
|
+
├── ChatGPT searches Google/Bing
|
|
76
|
+
│ ├── Finds comparison articles (Dev.to, Medium, blogs)
|
|
77
|
+
│ ├── Finds awesome lists (GitHub)
|
|
78
|
+
│ ├── Finds product listings (G2, AlternativeTo, Product Hunt)
|
|
79
|
+
│ └── Finds Stack Overflow answers
|
|
80
|
+
│
|
|
81
|
+
├── ChatGPT checks its training data
|
|
82
|
+
│ ├── HN discussions
|
|
83
|
+
│ ├── Reddit threads
|
|
84
|
+
│ └── Technical blogs
|
|
85
|
+
│
|
|
86
|
+
└── ChatGPT formulates answer from ALL sources
|
|
87
|
+
→ If your product isn't on ANY of these = invisible
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
## The Promotion Pipeline
|
|
91
|
+
|
|
92
|
+
```
|
|
93
|
+
/organic-promote --product_name "MyApp" --domain myapp.com \
|
|
94
|
+
--repo org/myapp --competitors "Tool A, Tool B" \
|
|
95
|
+
--category "monitoring" --install_command "npx myapp init"
|
|
96
|
+
│
|
|
97
|
+
▼
|
|
98
|
+
┌─── PHASE 1: CONTENT GENERATION ──────────────┐
|
|
99
|
+
│ │
|
|
100
|
+
│ Dev.to Article │
|
|
101
|
+
│ ├── Title: "{Product}: I Built a Free │
|
|
102
|
+
│ │ {Category} Tool That Replaces {Competitor}│
|
|
103
|
+
│ │ in [time]" │
|
|
104
|
+
│ ├── Problem statement (pain with competitors) │
|
|
105
|
+
│ ├── Solution (your product) │
|
|
106
|
+
│ ├── Feature comparison table │
|
|
107
|
+
│ ├── Code examples / install commands │
|
|
108
|
+
│ ├── Tags: category-specific │
|
|
109
|
+
│ └── Canonical URL: https://{domain}/why │
|
|
110
|
+
│ │
|
|
111
|
+
│ Product Hunt Copy │
|
|
112
|
+
│ ├── Tagline (60 chars) │
|
|
113
|
+
│ ├── Description (features, differentiators) │
|
|
114
|
+
│ ├── First comment (maker story) │
|
|
115
|
+
│ ├── Topics │
|
|
116
|
+
│ └── Screenshots / demo │
|
|
117
|
+
│ │
|
|
118
|
+
│ Hacker News Post │
|
|
119
|
+
│ ├── Title: "Show HN: {Product} — {tagline}" │
|
|
120
|
+
│ ├── URL: https://{domain} │
|
|
121
|
+
│ └── Technical first comment │
|
|
122
|
+
│ │
|
|
123
|
+
│ Reddit Posts (2-3 subreddits) │
|
|
124
|
+
│ ├── r/{category} — comparison post │
|
|
125
|
+
│ ├── r/selfhosted — if applicable │
|
|
126
|
+
│ └── r/sideproject — launch announcement │
|
|
127
|
+
│ │
|
|
128
|
+
│ Stack Overflow Answers │
|
|
129
|
+
│ ├── Find questions about {competitors} │
|
|
130
|
+
│ ├── Write helpful answers mentioning product │
|
|
131
|
+
│ └── Include install command and comparison │
|
|
132
|
+
└────────────────────┬──────────────────────────┘
|
|
133
|
+
▼
|
|
134
|
+
┌─── PHASE 2: GITHUB PRESENCE ──────────────────┐
|
|
135
|
+
│ │
|
|
136
|
+
│ Awesome Lists — Auto-find and PR │
|
|
137
|
+
│ ├── Search: "awesome-{category}" on GitHub │
|
|
138
|
+
│ ├── Fork each relevant list │
|
|
139
|
+
│ ├── Add product entry │
|
|
140
|
+
│ ├── Open PR with description │
|
|
141
|
+
│ └── Track PR status │
|
|
142
|
+
│ │
|
|
143
|
+
│ GitHub Topics │
|
|
144
|
+
│ ├── Add 10-15 relevant topics to repo │
|
|
145
|
+
│ ├── Include: {category}, competitors, │
|
|
146
|
+
│ │ "free", "open-source", "ai" │
|
|
147
|
+
│ └── gh repo edit --add-topic ... │
|
|
148
|
+
│ │
|
|
149
|
+
│ GitHub Description │
|
|
150
|
+
│ ├── SEO-optimized description │
|
|
151
|
+
│ ├── Include key differentiators │
|
|
152
|
+
│ └── Set homepage URL │
|
|
153
|
+
└────────────────────┬──────────────────────────┘
|
|
154
|
+
▼
|
|
155
|
+
┌─── PHASE 3: LISTING SITES ───────────────────┐
|
|
156
|
+
│ │
|
|
157
|
+
│ AlternativeTo │
|
|
158
|
+
│ ├── URL to submit │
|
|
159
|
+
│ ├── Pre-filled description │
|
|
160
|
+
│ └── Competitor to list under │
|
|
161
|
+
│ │
|
|
162
|
+
│ G2 │
|
|
163
|
+
│ ├── Free product listing URL │
|
|
164
|
+
│ └── Category and description │
|
|
165
|
+
│ │
|
|
166
|
+
│ StackShare │
|
|
167
|
+
│ ├── Submission URL │
|
|
168
|
+
│ └── Category placement │
|
|
169
|
+
│ │
|
|
170
|
+
│ Slant │
|
|
171
|
+
│ ├── Comparison page URL │
|
|
172
|
+
│ └── "Suggest an option" link │
|
|
173
|
+
└────────────────────┬──────────────────────────┘
|
|
174
|
+
▼
|
|
175
|
+
┌─── PHASE 4: AUTO-SUBMIT ─────────────────────┐
|
|
176
|
+
│ │
|
|
177
|
+
│ Dev.to API (if DEV_TO_API_KEY set) │
|
|
178
|
+
│ ├── POST /api/articles │
|
|
179
|
+
│ └── Auto-publish article │
|
|
180
|
+
│ │
|
|
181
|
+
│ GitHub CLI │
|
|
182
|
+
│ ├── gh repo edit --add-topic ... │
|
|
183
|
+
│ ├── gh repo edit --description ... │
|
|
184
|
+
│ ├── gh repo fork {awesome-list} │
|
|
185
|
+
│ └── gh pr create │
|
|
186
|
+
│ │
|
|
187
|
+
│ Manual submission URLs (opened in report) │
|
|
188
|
+
│ ├── Product Hunt │
|
|
189
|
+
│ ├── Hacker News │
|
|
190
|
+
│ ├── Reddit │
|
|
191
|
+
│ ├── AlternativeTo │
|
|
192
|
+
│ └── Stack Overflow │
|
|
193
|
+
└────────────────────┬──────────────────────────┘
|
|
194
|
+
▼
|
|
195
|
+
┌─── PHASE 5: REPORT ──────────────────────────┐
|
|
196
|
+
│ │
|
|
197
|
+
│ .luna/{project}/organic-promote-report.md │
|
|
198
|
+
│ ├── Content generated (with file paths) │
|
|
199
|
+
│ ├── Auto-submitted (with URLs/PR links) │
|
|
200
|
+
│ ├── Manual submissions (with pre-filled URLs) │
|
|
201
|
+
│ ├── Timeline to AI discovery │
|
|
202
|
+
│ └── Follow-up checklist │
|
|
203
|
+
└───────────────────────────────────────────────┘
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
## Content Templates
|
|
207
|
+
|
|
208
|
+
### Dev.to Article Template
|
|
209
|
+
```
|
|
210
|
+
Title: "{Product}: I Built a Free {Category} Tool That
|
|
211
|
+
Replaces {Competitor} in {Setup Time}"
|
|
212
|
+
|
|
213
|
+
Structure:
|
|
214
|
+
1. The Problem — pain points with {competitors}
|
|
215
|
+
2. The Solution — what {product} does differently
|
|
216
|
+
3. Comparison Table — feature-by-feature
|
|
217
|
+
4. How It Works — code examples, install command
|
|
218
|
+
5. AI Integration — MCP server (if applicable)
|
|
219
|
+
6. Try It — install command, website, GitHub
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
### Product Hunt Template
|
|
223
|
+
```
|
|
224
|
+
Tagline: "{One-line value prop}. Free forever."
|
|
225
|
+
Description: 3-4 bullet points of differentiators
|
|
226
|
+
First Comment: Maker story — why you built it, what's different
|
|
227
|
+
Topics: 3-5 relevant PH topics
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
### HN Template
|
|
231
|
+
```
|
|
232
|
+
Title: "Show HN: {Product} – {tagline}"
|
|
233
|
+
URL: https://{domain}
|
|
234
|
+
Comment: Technical details, stack, key decisions, numbers
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
## Combining with /promote
|
|
238
|
+
|
|
239
|
+
```bash
|
|
240
|
+
# Full pipeline: technical promotion + organic promotion
|
|
241
|
+
/pipe promote full >> organic-promote
|
|
242
|
+
|
|
243
|
+
# Or step by step:
|
|
244
|
+
/pipe ai-index >> ship >> mcp-publish >> promote verify >> organic-promote
|
|
245
|
+
```
|
|
246
|
+
|
|
247
|
+
## Timeline After Running
|
|
248
|
+
|
|
249
|
+
| Action | Indexed By | ETA |
|
|
250
|
+
|--------|-----------|-----|
|
|
251
|
+
| Dev.to article | Google, Perplexity | Same day |
|
|
252
|
+
| Product Hunt | Google, ChatGPT | Same day |
|
|
253
|
+
| Hacker News | Google, ChatGPT, Perplexity | Same day |
|
|
254
|
+
| Reddit posts | Google, Perplexity | 1-2 days |
|
|
255
|
+
| Awesome list PRs merged | GitHub search, AI agents | 1-7 days |
|
|
256
|
+
| AlternativeTo listing | Google, ChatGPT | 2-5 days |
|
|
257
|
+
| Google AI Overview | ChatGPT browsing | 1-2 weeks |
|
|
258
|
+
| ChatGPT training data | ChatGPT (no browsing) | 2-8 weeks |
|
|
259
|
+
|
|
260
|
+
The fastest path: **Dev.to + Product Hunt + HN on the same day**. Google indexes all three within hours. Perplexity picks them up in real-time.
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-parallel
|
|
3
|
+
displayName: Luna Parallel Runner
|
|
4
|
+
description: Run multiple agents in parallel — build, lint, test, type-check simultaneously
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: workflow
|
|
7
|
+
agent: luna-task-executor
|
|
8
|
+
parameters:
|
|
9
|
+
- name: agents
|
|
10
|
+
type: string
|
|
11
|
+
description: Comma-separated agents to run (build,lint,test,typecheck,security,e2e)
|
|
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
|
+
- parse_agent_list
|
|
21
|
+
- validate_prerequisites
|
|
22
|
+
- fan_out_parallel_agents
|
|
23
|
+
- collect_results
|
|
24
|
+
- merge_report
|
|
25
|
+
output:
|
|
26
|
+
- .luna/{current-project}/parallel-report.md
|
|
27
|
+
prerequisites: []
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
# Luna Parallel Runner
|
|
31
|
+
|
|
32
|
+
Fan-out/fan-in orchestrator that runs multiple agents simultaneously.
|
|
33
|
+
|
|
34
|
+
## What This Command Does
|
|
35
|
+
|
|
36
|
+
1. **Parse** — reads your agent list or uses defaults
|
|
37
|
+
2. **Fan-out** — launches all agents in parallel
|
|
38
|
+
3. **Collect** — waits for all agents to complete
|
|
39
|
+
4. **Merge** — combines results into a single report
|
|
40
|
+
|
|
41
|
+
## Default Parallel Set
|
|
42
|
+
|
|
43
|
+
When no agents specified, runs:
|
|
44
|
+
- `lint` — ESLint + Prettier check
|
|
45
|
+
- `typecheck` — TypeScript strict compilation
|
|
46
|
+
- `test` — Unit test suite
|
|
47
|
+
- `security` — Dependency vulnerability scan
|
|
48
|
+
- `build` — Production build validation
|
|
49
|
+
|
|
50
|
+
## Custom Parallel Sets
|
|
51
|
+
|
|
52
|
+
```
|
|
53
|
+
/parallel build,lint,test
|
|
54
|
+
/parallel test,e2e,security
|
|
55
|
+
/parallel lint,typecheck
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## Available Agents
|
|
59
|
+
|
|
60
|
+
| Agent | What It Runs |
|
|
61
|
+
|-------|-------------|
|
|
62
|
+
| `build` | Production build (`npm run build`) |
|
|
63
|
+
| `lint` | ESLint + Prettier (`npm run lint`) |
|
|
64
|
+
| `test` | Unit tests (`npm run test`) |
|
|
65
|
+
| `typecheck` | TypeScript (`tsc --noEmit`) |
|
|
66
|
+
| `security` | Dependency audit (`npm audit`) |
|
|
67
|
+
| `e2e` | Playwright tests (`npx playwright test`) |
|
|
68
|
+
| `bundle` | Bundle size analysis |
|
|
69
|
+
| `coverage` | Test coverage report |
|
|
70
|
+
|
|
71
|
+
## Output
|
|
72
|
+
|
|
73
|
+
- `.luna/{project}/parallel-report.md` — combined results with pass/fail per agent
|
|
74
|
+
- Exit status: fails if any agent fails
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-payments
|
|
3
|
+
displayName: Luna Payments System Review
|
|
4
|
+
description: Review or suggest payment system architecture — providers, webhooks, subscriptions, pricing, security
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: review
|
|
7
|
+
agent: luna-payments-reviewer
|
|
8
|
+
parameters:
|
|
9
|
+
- name: scope
|
|
10
|
+
type: string
|
|
11
|
+
description: Project scope or specific payment concern to review
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
workflow:
|
|
15
|
+
- scan_payment_integrations
|
|
16
|
+
- analyse_webhook_handling
|
|
17
|
+
- review_subscription_lifecycle
|
|
18
|
+
- evaluate_pricing_model
|
|
19
|
+
- audit_payment_security
|
|
20
|
+
- generate_payments_review
|
|
21
|
+
output:
|
|
22
|
+
- .luna/{current-project}/payments-review.md
|
|
23
|
+
prerequisites:
|
|
24
|
+
- source_code
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
# Luna Payments System Review
|
|
28
|
+
|
|
29
|
+
Reviews your existing payment implementation or suggests a payment architecture. Covers provider selection, webhook reliability, subscription lifecycle, pricing models, and PCI compliance.
|
|
30
|
+
|
|
31
|
+
## What This Command Does
|
|
32
|
+
|
|
33
|
+
This command analyses your payment-related code (or gathers requirements if none exists yet) and produces a comprehensive review with recommendations, security audit, and implementation roadmap.
|
|
34
|
+
|
|
35
|
+
## Prerequisites
|
|
36
|
+
|
|
37
|
+
Requires in your current project:
|
|
38
|
+
- Source code (with or without existing payment integration)
|
|
39
|
+
|
|
40
|
+
## Usage Instructions
|
|
41
|
+
|
|
42
|
+
When you run this command, you'll be prompted for the scope:
|
|
43
|
+
- Press **ENTER** for full payment system review
|
|
44
|
+
- Type **webhooks** / **pricing** / **security** for focused review
|
|
45
|
+
|
|
46
|
+
## Execution Steps
|
|
47
|
+
|
|
48
|
+
1. **Integration Scan**: Finds Stripe, LemonSqueezy, PayPal, or other provider code
|
|
49
|
+
2. **Webhook Analysis**: Reviews event handling, retry logic, and idempotency
|
|
50
|
+
3. **Subscription Review**: Audits trial → active → cancelled → expired lifecycle
|
|
51
|
+
4. **Pricing Evaluation**: Analyses flat vs usage-based vs tiered model fit
|
|
52
|
+
5. **Security Audit**: Checks PCI compliance, secret handling, token management
|
|
53
|
+
6. **Review Generation**: Produces `payments-review.md` with recommendations
|
|
54
|
+
|
|
55
|
+
## Output Files
|
|
56
|
+
|
|
57
|
+
Creates in your current project:
|
|
58
|
+
- `.luna/{current-project}/payments-review.md`
|
|
59
|
+
|
|
60
|
+
Includes:
|
|
61
|
+
- Provider comparison (Stripe vs LemonSqueezy vs PayPal) for the use case
|
|
62
|
+
- Architecture review with strengths and weaknesses
|
|
63
|
+
- Mermaid webhook flow diagram
|
|
64
|
+
- Subscription lifecycle state diagram
|
|
65
|
+
- Pricing model analysis with recommendations
|
|
66
|
+
- Security checklist (PCI, secrets, idempotency)
|
|
67
|
+
- Checkout UX friction analysis
|
|
68
|
+
- Implementation roadmap (if building from scratch)
|
|
69
|
+
|
|
70
|
+
## Next Steps in Workflow
|
|
71
|
+
|
|
72
|
+
After payments review:
|
|
73
|
+
```
|
|
74
|
+
/luna-plan # Plan implementation of recommendations
|
|
75
|
+
/luna-execute # Execute payment system changes
|
|
76
|
+
/luna-test # Test payment flows
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
## Tips
|
|
80
|
+
|
|
81
|
+
- Run before launching billing to catch security issues early
|
|
82
|
+
- The webhook diagram helps visualise event processing reliability
|
|
83
|
+
- Pair with `/luna-review` for a full code quality assessment
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-perf-trace
|
|
3
|
+
displayName: Luna Perf Trace
|
|
4
|
+
description: Performance tracing with Perfetto — capture Chrome traces, analyze Core Web Vitals, SQL-based trace querying
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: performance
|
|
7
|
+
agent: luna-task-executor
|
|
8
|
+
parameters:
|
|
9
|
+
- name: url
|
|
10
|
+
type: string
|
|
11
|
+
description: URL to trace (e.g. http://localhost:3000)
|
|
12
|
+
required: true
|
|
13
|
+
prompt: true
|
|
14
|
+
- name: duration
|
|
15
|
+
type: string
|
|
16
|
+
description: "Trace duration (default: 10s)"
|
|
17
|
+
required: false
|
|
18
|
+
default: "10s"
|
|
19
|
+
- name: metrics
|
|
20
|
+
type: string
|
|
21
|
+
description: "Metrics to capture: all, lcp, fid, cls, layout, paint, scripting (default: all)"
|
|
22
|
+
required: false
|
|
23
|
+
default: all
|
|
24
|
+
mcp_servers:
|
|
25
|
+
- memory
|
|
26
|
+
- git
|
|
27
|
+
- sequential-thinking
|
|
28
|
+
prerequisites:
|
|
29
|
+
- name: playwright
|
|
30
|
+
check: "npx playwright --version"
|
|
31
|
+
install: "npm install -D @playwright/test && npx playwright install chromium"
|
|
32
|
+
optional: false
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
# /perf-trace — Chrome Performance Tracing with Perfetto
|
|
36
|
+
|
|
37
|
+
Capture Chrome DevTools Protocol traces during browser sessions and Playwright tests. Analyze with Perfetto UI for deep performance insights. SQL-based trace querying for automated performance gates.
|
|
38
|
+
|
|
39
|
+
## What It Does
|
|
40
|
+
|
|
41
|
+
```
|
|
42
|
+
/perf-trace http://localhost:3000
|
|
43
|
+
│
|
|
44
|
+
├── LAUNCH: Headless Chromium with tracing enabled
|
|
45
|
+
│ ├── Enable Chrome DevTools Protocol
|
|
46
|
+
│ ├── Start trace categories (rendering, scripting, painting)
|
|
47
|
+
│ └── Navigate to target URL
|
|
48
|
+
│
|
|
49
|
+
├── CAPTURE (duration: 10s default)
|
|
50
|
+
│ ├── Page load timeline
|
|
51
|
+
│ ├── JavaScript execution profiling
|
|
52
|
+
│ ├── Layout shifts (CLS)
|
|
53
|
+
│ ├── Largest Contentful Paint (LCP)
|
|
54
|
+
│ ├── First Input Delay (FID)
|
|
55
|
+
│ ├── Long tasks (>50ms)
|
|
56
|
+
│ ├── Network waterfall
|
|
57
|
+
│ └── Memory allocations
|
|
58
|
+
│
|
|
59
|
+
├── ANALYZE
|
|
60
|
+
│ ├── Parse trace into Perfetto format
|
|
61
|
+
│ ├── Run SQL queries against trace data
|
|
62
|
+
│ ├── Extract Core Web Vitals scores
|
|
63
|
+
│ ├── Identify performance bottlenecks
|
|
64
|
+
│ └── Generate recommendations
|
|
65
|
+
│
|
|
66
|
+
└── OUTPUT
|
|
67
|
+
├── .perfetto-trace file (open in ui.perfetto.dev)
|
|
68
|
+
├── Performance report (markdown)
|
|
69
|
+
└── Pass/fail against thresholds
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
## How It Works
|
|
73
|
+
|
|
74
|
+
1. **CDP Tracing**: Uses Chrome DevTools Protocol to capture granular traces
|
|
75
|
+
2. **Perfetto format**: Outputs standard `.perfetto-trace` files
|
|
76
|
+
3. **SQL queries**: Query trace data with SQL for automated checks
|
|
77
|
+
4. **Web Vitals**: Extracts LCP, FID, CLS, TTFB, INP metrics
|
|
78
|
+
5. **Thresholds**: Configurable pass/fail gates for CI integration
|
|
79
|
+
|
|
80
|
+
## Core Web Vitals Thresholds
|
|
81
|
+
|
|
82
|
+
| Metric | Good | Needs Work | Poor |
|
|
83
|
+
|--------|------|------------|------|
|
|
84
|
+
| LCP | < 2.5s | 2.5-4.0s | > 4.0s |
|
|
85
|
+
| FID | < 100ms | 100-300ms | > 300ms |
|
|
86
|
+
| CLS | < 0.1 | 0.1-0.25 | > 0.25 |
|
|
87
|
+
| TTFB | < 800ms | 800-1800ms | > 1800ms |
|
|
88
|
+
| INP | < 200ms | 200-500ms | > 500ms |
|
|
89
|
+
|
|
90
|
+
## Usage
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
/perf-trace http://localhost:3000 # Full trace, 10s
|
|
94
|
+
/perf-trace http://localhost:3000 --duration 30s # Longer capture
|
|
95
|
+
/perf-trace http://localhost:3000 --metrics lcp,cls # Specific metrics
|
|
96
|
+
/perf-trace http://localhost:3000/dashboard --metrics all # Dashboard page
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
## Use Cases
|
|
100
|
+
|
|
101
|
+
| Use Case | Command |
|
|
102
|
+
|----------|---------|
|
|
103
|
+
| Find slow pages | `/perf-trace http://localhost:3000` |
|
|
104
|
+
| Detect layout shifts | `/perf-trace $url --metrics cls` |
|
|
105
|
+
| Measure LCP | `/perf-trace $url --metrics lcp` |
|
|
106
|
+
| Profile agent execution | `/perf-trace $url --duration 60s` |
|
|
107
|
+
| CI performance gate | `/perf-trace $url >> assert perf` |
|
|
108
|
+
|
|
109
|
+
## Output Structure
|
|
110
|
+
|
|
111
|
+
```
|
|
112
|
+
perf-traces/
|
|
113
|
+
├── trace-2026-04-07.perfetto-trace # Open in ui.perfetto.dev
|
|
114
|
+
├── report.md # Performance summary
|
|
115
|
+
├── vitals.json # Core Web Vitals data
|
|
116
|
+
└── screenshots/ # Key frames
|
|
117
|
+
├── lcp-element.png
|
|
118
|
+
└── layout-shift.png
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
## SQL Trace Queries
|
|
122
|
+
|
|
123
|
+
```sql
|
|
124
|
+
-- Find long tasks
|
|
125
|
+
SELECT name, dur/1e6 as ms FROM slice WHERE dur > 50000000;
|
|
126
|
+
|
|
127
|
+
-- Layout shifts
|
|
128
|
+
SELECT ts, value FROM counter WHERE name = 'LayoutShift';
|
|
129
|
+
|
|
130
|
+
-- JavaScript execution time
|
|
131
|
+
SELECT SUM(dur)/1e6 as total_ms FROM slice WHERE cat = 'v8';
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
## In Pipes
|
|
135
|
+
|
|
136
|
+
```bash
|
|
137
|
+
/pipe perf-trace $url >> assert "lcp < 2500" >> ship # Gate deploy
|
|
138
|
+
/pipe flow-record "user flow" >> perf-trace >> fix >> perf-trace # Fix loop
|
|
139
|
+
/pipe perf-trace $url >> ghost blog "Performance Report" # Blog post
|
|
140
|
+
/pipe heal >> perf-trace $url >> assert perf >> ship # Full check
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
## Reference
|
|
144
|
+
|
|
145
|
+
- Perfetto: https://github.com/google/perfetto
|
|
146
|
+
- Perfetto UI: https://ui.perfetto.dev
|
|
147
|
+
- Web Vitals: https://web.dev/vitals/
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ll-perf
|
|
3
|
+
displayName: Luna Performance Profiler
|
|
4
|
+
description: Performance audit — bundle analysis, Core Web Vitals, query optimization, memory leaks
|
|
5
|
+
version: 1.0.0
|
|
6
|
+
category: quality
|
|
7
|
+
agent: luna-monitoring-observability
|
|
8
|
+
parameters:
|
|
9
|
+
- name: target
|
|
10
|
+
type: string
|
|
11
|
+
description: What to profile (bundle, queries, api, frontend, all)
|
|
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
|
+
- analyze_bundle_size
|
|
21
|
+
- profile_api_response_times
|
|
22
|
+
- analyze_database_queries
|
|
23
|
+
- check_core_web_vitals
|
|
24
|
+
- detect_memory_leaks
|
|
25
|
+
- identify_render_bottlenecks
|
|
26
|
+
- generate_optimization_plan
|
|
27
|
+
- generate_perf_report
|
|
28
|
+
output:
|
|
29
|
+
- .luna/{current-project}/perf-report.md
|
|
30
|
+
prerequisites: []
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
# Luna Performance Profiler
|
|
34
|
+
|
|
35
|
+
Find and fix performance bottlenecks across your entire stack.
|
|
36
|
+
|
|
37
|
+
## What This Command Does
|
|
38
|
+
|
|
39
|
+
1. **Bundle** — analyzes JS bundle size, tree-shaking, code splitting
|
|
40
|
+
2. **API** — profiles response times, identifies slow endpoints
|
|
41
|
+
3. **Database** — finds N+1 queries, missing indexes, slow queries
|
|
42
|
+
4. **Web Vitals** — checks LCP, FID, CLS, TTFB, INP
|
|
43
|
+
5. **Memory** — detects leaks in components, event listeners, closures
|
|
44
|
+
6. **Rendering** — identifies unnecessary re-renders, large component trees
|
|
45
|
+
7. **Optimize** — generates specific code changes to fix each issue
|
|
46
|
+
8. **Report** — performance scorecard with before/after metrics
|
|
47
|
+
|
|
48
|
+
## Profiles
|
|
49
|
+
|
|
50
|
+
| Profile | What It Checks |
|
|
51
|
+
|---------|---------------|
|
|
52
|
+
| `bundle` | JS/CSS size, chunks, tree-shaking, dynamic imports |
|
|
53
|
+
| `queries` | SQL execution plans, N+1, missing indexes |
|
|
54
|
+
| `api` | Response times, payload sizes, caching headers |
|
|
55
|
+
| `frontend` | Re-renders, hydration, lazy loading, images |
|
|
56
|
+
| `all` | Everything above |
|
|
57
|
+
|
|
58
|
+
## Usage
|
|
59
|
+
|
|
60
|
+
```
|
|
61
|
+
/perf # Full audit
|
|
62
|
+
/perf bundle # Bundle size only
|
|
63
|
+
/perf queries # Database queries only
|
|
64
|
+
/perf api # API response times
|
|
65
|
+
```
|