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,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Shachar Solomon
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
# Luna Agents Plugin for Claude Code
|
|
2
|
+
|
|
3
|
+
🌙 **Complete AI-powered development lifecycle management in a single plugin**
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
Luna Agents is a comprehensive Claude Code plugin that provides an end-to-end software development workflow powered by specialized AI agents. From requirements analysis to post-launch monitoring, Luna automates and streamlines every phase of your development process.
|
|
8
|
+
|
|
9
|
+
## Features
|
|
10
|
+
|
|
11
|
+
### 🔄 Complete Development Workflow
|
|
12
|
+
- **Requirements Analysis** - Automatically analyze codebase and generate comprehensive requirements
|
|
13
|
+
- **Technical Design** - Create detailed architecture specifications and component designs
|
|
14
|
+
- **Task Planning** - Break down designs into actionable, ordered implementation tasks
|
|
15
|
+
- **Task Execution** - Implement code with quality standards and progress tracking
|
|
16
|
+
- **Code Review** - Automated code quality and security assessments
|
|
17
|
+
- **Testing & Validation** - Comprehensive test creation and requirements validation
|
|
18
|
+
- **Deployment** - Production-ready deployment with infrastructure setup
|
|
19
|
+
- **Documentation** - Auto-generated technical documentation
|
|
20
|
+
- **Monitoring & Observability** - Complete monitoring stack setup
|
|
21
|
+
- **Post-Launch Review** - Performance analysis and optimization recommendations
|
|
22
|
+
|
|
23
|
+
### 🎯 Flexible Scoping
|
|
24
|
+
- **Project-level**: Work on entire projects from root directory
|
|
25
|
+
- **Feature-level**: Focus on specific features within larger projects
|
|
26
|
+
- **Multi-project**: Switch between projects seamlessly
|
|
27
|
+
|
|
28
|
+
### 🛠️ Smart Features
|
|
29
|
+
- **Automatic project detection** from current directory
|
|
30
|
+
- **Dependency management** between workflow steps
|
|
31
|
+
- **Progress tracking** with checkbox-based task lists
|
|
32
|
+
- **Scope consistency** across all commands
|
|
33
|
+
- **File organization** following Luna conventions
|
|
34
|
+
|
|
35
|
+
## Installation
|
|
36
|
+
|
|
37
|
+
### Requirements
|
|
38
|
+
- Claude Code (latest version)
|
|
39
|
+
- Node.js 16+ (for some features)
|
|
40
|
+
- Git (for version control)
|
|
41
|
+
|
|
42
|
+
### Install Plugin
|
|
43
|
+
|
|
44
|
+
**Option 1: Install via Marketplace (Recommended)**
|
|
45
|
+
|
|
46
|
+
1. **Add marketplace source** in Claude Code:
|
|
47
|
+
```bash
|
|
48
|
+
/plugin marketplace add https://github.com/shacharsol/luna-agent
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
2. **Install the plugin**:
|
|
52
|
+
```bash
|
|
53
|
+
/plugin install luna-agents
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
3. **Restart Claude Code** to complete installation
|
|
57
|
+
|
|
58
|
+
**Option 2: Manual Installation**
|
|
59
|
+
|
|
60
|
+
1. **Download** the plugin folder to your Claude plugins directory:
|
|
61
|
+
```bash
|
|
62
|
+
# Typical location
|
|
63
|
+
mkdir -p ~/.claude/plugins
|
|
64
|
+
cp -r luna-agents/.claude-plugin ~/.claude/plugins/luna-agents
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
2. **Enable** the plugin in Claude Code settings:
|
|
68
|
+
- Open Claude Code
|
|
69
|
+
- Go to Settings → Plugins
|
|
70
|
+
- Enable "Luna Agents"
|
|
71
|
+
|
|
72
|
+
## Quick Start
|
|
73
|
+
|
|
74
|
+
### Start New Project
|
|
75
|
+
```bash
|
|
76
|
+
cd your-project-directory
|
|
77
|
+
/luna-requirements # Press ENTER for project-level
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
### Start New Feature
|
|
81
|
+
```bash
|
|
82
|
+
cd your-project-directory
|
|
83
|
+
/luna-requirements # Type: feature-name
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### Complete Workflow
|
|
87
|
+
```bash
|
|
88
|
+
/luna-requirements # 1. Analyze & generate requirements
|
|
89
|
+
/luna-design # 2. Create technical design
|
|
90
|
+
/luna-plan # 3. Break into tasks
|
|
91
|
+
/luna-execute # 4. Implement (run multiple times)
|
|
92
|
+
/luna-review # 5. Code review
|
|
93
|
+
/luna-test # 6. Test & validate
|
|
94
|
+
/luna-deploy # 7. Deploy to production
|
|
95
|
+
/luna-docs # 8. Generate documentation
|
|
96
|
+
/luna-monitor # 9. Set up monitoring
|
|
97
|
+
/luna-postlaunch # 10. Post-launch review (after 7 days)
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
## Commands Reference
|
|
101
|
+
|
|
102
|
+
| Command | Purpose | Prerequisites |
|
|
103
|
+
|---------|---------|---------------|
|
|
104
|
+
| `/luna-requirements` | Analyze codebase & generate requirements | - |
|
|
105
|
+
| `/luna-design` | Create technical design | requirements.md |
|
|
106
|
+
| `/luna-plan` | Break design into tasks | design.md, requirements.md |
|
|
107
|
+
| `/luna-execute` | Implement tasks | implementation-plan.md |
|
|
108
|
+
| `/luna-review` | Review code quality | Completed implementation |
|
|
109
|
+
| `/luna-test` | Test & validate | Code review complete |
|
|
110
|
+
| `/luna-deploy` | Deploy to production | All tests passing |
|
|
111
|
+
| `/luna-docs` | Generate documentation | Deployed code |
|
|
112
|
+
| `/luna-monitor` | Set up monitoring | Running in production |
|
|
113
|
+
| `/luna-postlaunch` | Post-launch analysis | 7+ days in production |
|
|
114
|
+
|
|
115
|
+
## Directory Structure
|
|
116
|
+
|
|
117
|
+
Luna creates organized files in your project:
|
|
118
|
+
|
|
119
|
+
```
|
|
120
|
+
your-project/
|
|
121
|
+
├── .luna/ # Luna workspace
|
|
122
|
+
│ └── your-project/ # Project-specific files
|
|
123
|
+
│ ├── requirements.md # Generated requirements
|
|
124
|
+
│ ├── design.md # Technical design
|
|
125
|
+
│ ├── implementation-plan.md # Task breakdown
|
|
126
|
+
│ ├── code-review-report.md # Review results
|
|
127
|
+
│ ├── test-validation-report.md # Test results
|
|
128
|
+
│ ├── deployment-report.md # Deployment status
|
|
129
|
+
│ ├── monitoring-observability-report.md # Monitoring setup
|
|
130
|
+
│ └── post-launch-review.md # Post-launch analysis
|
|
131
|
+
├── docs/ # Generated by luna-docs
|
|
132
|
+
└── src/ # Your source code
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
## Usage Examples
|
|
136
|
+
|
|
137
|
+
### Example 1: New E-commerce Project
|
|
138
|
+
```bash
|
|
139
|
+
cd ~/projects/ecommerce-app
|
|
140
|
+
/luna-requirements # Press ENTER
|
|
141
|
+
/luna-design # Press ENTER
|
|
142
|
+
/luna-plan # Press ENTER
|
|
143
|
+
/luna-execute # Run 15+ times until all tasks complete
|
|
144
|
+
/luna-review
|
|
145
|
+
/luna-test
|
|
146
|
+
/luna-deploy
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
### Example 2: Add User Authentication Feature
|
|
150
|
+
```bash
|
|
151
|
+
cd ~/projects/existing-app
|
|
152
|
+
/luna-requirements # Type: user-authentication
|
|
153
|
+
/luna-design # Type: user-authentication
|
|
154
|
+
/luna-plan # Type: user-authentication
|
|
155
|
+
/luna-execute # Run until feature complete
|
|
156
|
+
/luna-review # Type: user-authentication
|
|
157
|
+
/luna-test # Type: user-authentication
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
### Example 3: Continue Work on Existing Project
|
|
161
|
+
```bash
|
|
162
|
+
cd ~/projects/existing-project
|
|
163
|
+
/luna-execute # Continue implementing remaining tasks
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
## Agent Capabilities
|
|
167
|
+
|
|
168
|
+
### Luna Requirements Analyzer
|
|
169
|
+
- Analyzes existing codebase structure
|
|
170
|
+
- Identifies business logic and user workflows
|
|
171
|
+
- Documents technical requirements and constraints
|
|
172
|
+
- Generates comprehensive requirements specifications
|
|
173
|
+
|
|
174
|
+
### Luna Design Architect
|
|
175
|
+
- Creates system architecture diagrams
|
|
176
|
+
- Designs component interactions and interfaces
|
|
177
|
+
- Defines data models and API specifications
|
|
178
|
+
- Plans infrastructure and deployment architecture
|
|
179
|
+
|
|
180
|
+
### Luna Task Planner
|
|
181
|
+
- Breaks down designs into actionable tasks
|
|
182
|
+
- Creates dependency-ordered implementation plans
|
|
183
|
+
- Defines acceptance criteria and testing requirements
|
|
184
|
+
- Estimates development effort and timelines
|
|
185
|
+
|
|
186
|
+
### Luna Task Executor
|
|
187
|
+
- Implements code following design specifications
|
|
188
|
+
- Maintains code quality and security standards
|
|
189
|
+
- Writes comprehensive tests
|
|
190
|
+
- Tracks progress with real-time updates
|
|
191
|
+
|
|
192
|
+
### Luna Code Review
|
|
193
|
+
- Performs automated code quality assessments
|
|
194
|
+
- Checks for security vulnerabilities
|
|
195
|
+
- Validates against coding standards
|
|
196
|
+
- Provides improvement recommendations
|
|
197
|
+
|
|
198
|
+
### Luna Testing & Validation
|
|
199
|
+
- Creates comprehensive test suites
|
|
200
|
+
- Runs unit, integration, and E2E tests
|
|
201
|
+
- Validates requirements coverage
|
|
202
|
+
- Generates detailed test reports
|
|
203
|
+
|
|
204
|
+
### Luna Deployment
|
|
205
|
+
- Creates production-ready deployment configurations
|
|
206
|
+
- Sets up CI/CD pipelines
|
|
207
|
+
- Configures infrastructure and monitoring
|
|
208
|
+
- Manages release processes
|
|
209
|
+
|
|
210
|
+
### Luna Documentation
|
|
211
|
+
- Generates comprehensive technical documentation
|
|
212
|
+
- Creates API documentation
|
|
213
|
+
- Writes user guides and developer docs
|
|
214
|
+
- Maintains changelog and release notes
|
|
215
|
+
|
|
216
|
+
### Luna Monitoring & Observability
|
|
217
|
+
- Sets up application monitoring
|
|
218
|
+
- Configures logging and alerting
|
|
219
|
+
- Creates performance dashboards
|
|
220
|
+
- Implements health checks
|
|
221
|
+
|
|
222
|
+
### Luna Post-Launch Review
|
|
223
|
+
- Analyzes production performance
|
|
224
|
+
- Reviews user feedback and metrics
|
|
225
|
+
- Identifies optimization opportunities
|
|
226
|
+
- Provides improvement recommendations
|
|
227
|
+
|
|
228
|
+
## Best Practices
|
|
229
|
+
|
|
230
|
+
### Project Management
|
|
231
|
+
- Use consistent scope (project or feature) across all commands
|
|
232
|
+
- Run commands in the recommended order
|
|
233
|
+
- Check prerequisites before running each command
|
|
234
|
+
- Review generated reports after each step
|
|
235
|
+
|
|
236
|
+
### Code Quality
|
|
237
|
+
- Always run `/luna-execute` until all tasks are complete
|
|
238
|
+
- Don't skip the code review step
|
|
239
|
+
- Ensure all tests pass before deployment
|
|
240
|
+
- Review documentation for accuracy
|
|
241
|
+
|
|
242
|
+
### Team Collaboration
|
|
243
|
+
- Share Luna-generated documents with team members
|
|
244
|
+
- Use the implementation plan for task assignment
|
|
245
|
+
- Track progress through the checkbox system
|
|
246
|
+
- Maintain consistent file organization
|
|
247
|
+
|
|
248
|
+
## Troubleshooting
|
|
249
|
+
|
|
250
|
+
### Common Issues
|
|
251
|
+
|
|
252
|
+
**Command not found**
|
|
253
|
+
- Ensure plugin is properly installed and enabled
|
|
254
|
+
- Check that command files are in the correct directory
|
|
255
|
+
- Restart Claude Code if needed
|
|
256
|
+
|
|
257
|
+
**Missing prerequisites**
|
|
258
|
+
- Run commands in the correct order
|
|
259
|
+
- Check that previous steps completed successfully
|
|
260
|
+
- Verify required files exist in `.luna/` directory
|
|
261
|
+
|
|
262
|
+
**Wrong project scope**
|
|
263
|
+
- Always use the same scope (project name or feature name) across commands
|
|
264
|
+
- Check you're in the correct project directory
|
|
265
|
+
- Review the prompt messages carefully
|
|
266
|
+
|
|
267
|
+
### Getting Help
|
|
268
|
+
|
|
269
|
+
For additional support:
|
|
270
|
+
- Check the generated reports in `.luna/` directory
|
|
271
|
+
- Review the agent documentation in the plugin
|
|
272
|
+
- Use `/luna-docs` to generate comprehensive project documentation
|
|
273
|
+
- Consult the Luna workflow guidelines
|
|
274
|
+
|
|
275
|
+
## Contributing
|
|
276
|
+
|
|
277
|
+
Luna Agents is an open-source project. Contributions welcome!
|
|
278
|
+
|
|
279
|
+
## License
|
|
280
|
+
|
|
281
|
+
MIT License - see LICENSE file for details.
|
|
282
|
+
|
|
283
|
+
---
|
|
284
|
+
|
|
285
|
+
**Transform your development workflow with Luna Agents - AI-powered software development, end-to-end.** 🚀
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "luna-agents",
|
|
3
|
+
"version": "3.0.0",
|
|
4
|
+
"description": "Luna Agents - AI-powered development workflow with semantic code search",
|
|
5
|
+
"author": "Shachar Solomon",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"type": "plugin",
|
|
8
|
+
"main": "index.js",
|
|
9
|
+
"keywords": [
|
|
10
|
+
"development",
|
|
11
|
+
"workflow",
|
|
12
|
+
"ai",
|
|
13
|
+
"lifecycle",
|
|
14
|
+
"automation",
|
|
15
|
+
"semantic-search",
|
|
16
|
+
"rag",
|
|
17
|
+
"full-stack",
|
|
18
|
+
"web-development",
|
|
19
|
+
"backend",
|
|
20
|
+
"frontend",
|
|
21
|
+
"api",
|
|
22
|
+
"database",
|
|
23
|
+
"architecture",
|
|
24
|
+
"security",
|
|
25
|
+
"performance",
|
|
26
|
+
"skills-reference",
|
|
27
|
+
"best-practices",
|
|
28
|
+
"apple-hig",
|
|
29
|
+
"design-patterns",
|
|
30
|
+
"claude-code"
|
|
31
|
+
],
|
|
32
|
+
"categories": [
|
|
33
|
+
"development",
|
|
34
|
+
"productivity",
|
|
35
|
+
"workflow"
|
|
36
|
+
],
|
|
37
|
+
"repository": {
|
|
38
|
+
"type": "git",
|
|
39
|
+
"url": "https://github.com/yourusername/luna-agents"
|
|
40
|
+
},
|
|
41
|
+
"dependencies": {},
|
|
42
|
+
"claude": {
|
|
43
|
+
"version": ">=1.0.0",
|
|
44
|
+
"permissions": [
|
|
45
|
+
"file-system",
|
|
46
|
+
"shell",
|
|
47
|
+
"network"
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
"credits": {
|
|
51
|
+
"nexa-sdk": {
|
|
52
|
+
"name": "Nexa SDK",
|
|
53
|
+
"url": "https://github.com/NexaAI/nexa-sdk",
|
|
54
|
+
"license": "MIT",
|
|
55
|
+
"description": "On-device inference framework used for embeddings in luna-nexa-rag"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"features": [
|
|
59
|
+
"Complete AI-powered development lifecycle management",
|
|
60
|
+
"10 specialized agents for different development phases",
|
|
61
|
+
"Comprehensive skills reference with best practices",
|
|
62
|
+
"Apple Human Interface Guidelines integration",
|
|
63
|
+
"Cloudflare Workers global edge deployment",
|
|
64
|
+
"Real-time RAG system with 50ms response times globally",
|
|
65
|
+
"Automatic scaling with zero cold starts",
|
|
66
|
+
"Support for 25+ programming languages and file types",
|
|
67
|
+
"Smart code analysis with function extraction and metadata",
|
|
68
|
+
"Multiple chunking strategies (semantic, recursive, sliding, hybrid)",
|
|
69
|
+
"Git metadata integration and author tracking",
|
|
70
|
+
"Global CDN caching and optimization",
|
|
71
|
+
"Automated workflow orchestration",
|
|
72
|
+
"Requirements analysis and technical design",
|
|
73
|
+
"Code review and quality assurance",
|
|
74
|
+
"Testing and validation automation",
|
|
75
|
+
"Deployment and monitoring setup",
|
|
76
|
+
"Documentation generation",
|
|
77
|
+
"Interactive repository indexing with project detection",
|
|
78
|
+
"Context-aware semantic search and querying"
|
|
79
|
+
],
|
|
80
|
+
"skillsReference": {
|
|
81
|
+
"included": true,
|
|
82
|
+
"file": "skills.md",
|
|
83
|
+
"sections": 50,
|
|
84
|
+
"topics": [
|
|
85
|
+
"HTML5 Semantic Markup",
|
|
86
|
+
"Modern CSS & Responsive Design",
|
|
87
|
+
"JavaScript ES6+",
|
|
88
|
+
"Frontend Frameworks",
|
|
89
|
+
"API Integration",
|
|
90
|
+
"Node.js/Express",
|
|
91
|
+
"Database Design",
|
|
92
|
+
"Authentication & Security",
|
|
93
|
+
"Docker & DevOps",
|
|
94
|
+
"Apple Design Principles",
|
|
95
|
+
"Design Patterns",
|
|
96
|
+
"Claude Code Best Practices"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
"documentation": {
|
|
100
|
+
"README": "Complete setup and usage guide",
|
|
101
|
+
"skills": "Comprehensive development reference",
|
|
102
|
+
"CHANGELOG": "Version history and release notes",
|
|
103
|
+
"QUICK_START": "Rapid onboarding guide",
|
|
104
|
+
"INSTALL": "Detailed installation instructions"
|
|
105
|
+
}
|
|
106
|
+
}
|