-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
501 lines (458 loc) · 23.2 KB
/
index.html
File metadata and controls
501 lines (458 loc) · 23.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Luca - Modern Tool & Skill Manager</title>
<meta name="description" content="Luca is a minimalistic, lightweight, decentralized tool and skill manager for macOS and Linux. Manage project-specific tool versions and install agentic skills for 40+ AI coding agents.">
<link rel="canonical" href="https://luca.tools/">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/svg+xml" href="images/favicon.svg">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Fonts included in style.css import, but keeping preconnects for performance -->
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Luca - Modern Tool & Skill Manager" />
<meta property="og:description"
content="A minimalistic, lightweight, decentralised tool and skill manager for macOS and Linux. Manage project-specific tools and agentic skills for AI coding agents." />
<meta property="og:image" content="https://luca.tools/images/og-image.png" />
<meta property="og:url" content="https://luca.tools/" />
<meta property="og:type" content="website" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Luca - Modern Tool & Skill Manager">
<meta name="twitter:description" content="A minimalistic, lightweight, decentralised tool and skill manager for macOS and Linux. Manage project-specific tools and agentic skills for AI coding agents.">
<meta name="twitter:image" content="https://luca.tools/images/og-image.png">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6KPB6Y4G0Q"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-6KPB6Y4G0Q');
</script>
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Luca",
"operatingSystem": "macOS, Linux",
"applicationCategory": "DeveloperApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "A minimalistic decentralised tool and skill manager for macOS and Linux to manage project-specific tool environments and agentic skills for AI coding agents.",
"image": "https://luca.tools/images/luca-logo-alt.svg",
"url": "https://luca.tools/"
}
</script>
</head>
<body>
<a href="/manifesto.html" class="corner-ribbon">Manifesto</a>
<main class="container">
<div class="hero">
<div class="logo-container">
<!-- Using the alt logo as requested -->
<img src="images/luca-logo-alt.svg" alt="Luca Logo" class="logo-image">
</div>
<h1>Luca</h1>
<p class="tagline">A minimalistic, lightweight, decentralised tool and skill manager for macOS and Linux to manage
project-specific tool environments and agentic skills for AI coding agents.</p>
<p style="max-width: 800px; margin: 0 auto 2rem;">Luca helps developers install, manage, and activate
specific versions of development tools and agentic skills in their projects.
Tools are version-pinned per project without polluting your global PATH. Skills are installed from Git
repositories and symlinked into agent-specific directories for 40+ AI coding agents including Claude Code,
Cursor, and GitHub Copilot. For more information, check out our
<a href="https://github.com/LucaTools/Luca" target="_blank">GitHub repository</a>,
<a href="https://luca.tools/Luca/documentation/lucacli/" target="_blank">documentation</a>, or
<a href="https://luca.tools/Luca/tutorials/luca" target="_blank">tutorials</a>.
</p>
<p style="text-align: center; margin-bottom: 1rem; font-weight: 600;">Get Started</p>
<div class="install-command install-box">
<pre><code>curl -fsSL https://luca.tools/install.sh | bash</code></pre>
<button class="btn-copy" onclick="copyInstallCommand()">Copy</button>
</div>
<div class="terminal-demo">
<div class="terminal-window">
<div class="terminal-header">
<div class="dots">
<div class="dot dot-red"></div>
<div class="dot dot-yellow"></div>
<div class="dot dot-green"></div>
</div>
<div class="terminal-title">Terminal — luca install</div>
</div>
<div class="terminal-body">
<div class="terminal-content" id="terminal-content"></div>
</div>
</div>
<p class="demo-caption">See Luca in action - tool installation, skill management, and immediate availability</p>
</div>
<div class="features grid-3">
<div class="feature card">
<div class="feature-icon">📦</div>
<h3>Version-specific Installations</h3>
<p>Install specific versions of tools needed for your project, ensuring consistent development
environments.</p>
</div>
<div class="feature card">
<div class="feature-icon">🛡️</div>
<h3>Project Isolation</h3>
<p>Each project can have its own set of active tools, preventing version conflicts between projects.
</p>
</div>
<div class="feature card">
<div class="feature-icon">⚡</div>
<h3>Zero Configuration</h3>
<p>Either create a simple Lucafile or install individual tools. No complex setup, no lockfiles, no
global PATH pollution.</p>
</div>
</div>
<div class="features grid-3">
<div class="feature card">
<div class="feature-icon">🧩</div>
<h3>Agentic Skills</h3>
<p>Install skills from any Git repository for your AI coding agents. Skills are Markdown files with
YAML frontmatter, symlinked into agent-specific directories.</p>
</div>
<div class="feature card">
<div class="feature-icon">🤖</div>
<h3>Multi-Agent Support</h3>
<p>Support for 40+ AI coding agents out of the box — Claude Code, Cursor, GitHub Copilot, Windsurf,
and many more. Each agent gets skills in its own directory format.</p>
</div>
</div>
</div>
<section class="usage usage-section">
<h2>Quick Start</h2>
<div class="command-examples grid-3">
<div class="example card">
<div class="example-title">
<span class="command">Step 1: Install Tools</span>
</div>
<p class="example-description">Install tools in a single command:</p>
<pre><code>luca install realm/swiftlint@0.62.0</code></pre>
<pre><code>luca install tuist/tuist@4.78.0 --asset tuist.zip</code></pre>
</div>
<div class="example card no-copy">
<div class="example-title">
<span class="command">Step 2: Use Your Tools</span>
</div>
<p class="example-description">Project-specific tool versions work automatically:</p>
<pre><code># In project-1 directory
$ tuist version
4.80.0</code></pre>
<pre><code># In project-2 directory
$ tuist version
4.78.0</code></pre>
</div>
</div>
<h2>Skills Quick Start</h2>
<div class="command-examples grid-3">
<div class="example card">
<div class="example-title">
<span class="command">Step 1: Install Skills</span>
</div>
<p class="example-description">Install skills from a Git repository for all configured agents:</p>
<pre><code>luca install vercel-labs/agent-skills</code></pre>
</div>
<div class="example card no-copy">
<div class="example-title">
<span class="command">Step 2: Skills Are Ready</span>
</div>
<p class="example-description">Skills are symlinked to agent-specific directories and immediately available:</p>
<pre><code>.claude/skills/frontend-design.md
.agents/skills/frontend-design.md</code></pre>
</div>
</div>
<h2>Lucafile</h2>
<div class="command-examples grid-3">
<div class="example card">
<div class="example-title">
<span class="command">Step 1: Create a Lucafile</span>
</div>
<p class="example-description">Create a <code>Lucafile</code> in your project directory:</p>
<pre><code>tools:
- name: SwiftLint
version: 0.62.0
url: https://github.com/realm/SwiftLint/releases/download/0.62.0/portable_swiftlint.zip
skills:
- name: frontend-design
repository: vercel-labs/agent-skills
agents:
- claude-code
- github-copilot</code></pre>
</div>
<div class="example card">
<div class="example-title">
<span class="command">Step 2: Install Tools</span>
</div>
<p class="example-description">Install all tools and skills defined in the Lucafile:</p>
<pre><code>luca install</code></pre>
</div>
<div class="example card">
<div class="example-title">
<span class="command">Step 3: Use Your Tools</span>
</div>
<p class="example-description">Tools and skills are immediately available:</p>
<pre><code>swiftlint --help
# Skills are ready for your AI agents
ls .claude/skills/</code></pre>
</div>
</div>
</section>
<section class="usage usage-section">
<h2>How It Works</h2>
<div class="workflow-steps grid-3">
<div class="step card">
<div class="feature-icon">📝</div>
<h3>1. Specify Tools</h3>
<p>Define your required tools with specific versions in a simple YAML Lucafile.</p>
</div>
<div class="step card">
<div class="feature-icon">⬇️</div>
<h3>2. Install Once</h3>
<p>Luca downloads and extracts tools to:</p>
<p><code>~/.luca/tools/{tool-name}/{version}/</code></p>
</div>
<div class="step card">
<div class="feature-icon">🔗</div>
<h3>3. Use Locally</h3>
<p>Tools are symlinked to:</p>
<p><code>.luca/tools/</code></p>
<p>in your project directory which is added to $PATH, making them immediately available.</p>
</div>
<div class="step card">
<div class="feature-icon">🤝</div>
<h3>4. Share Settings</h3>
<p>Commit your Lucafile to ensure all team members use identical tool versions.</p>
</div>
<div class="step card">
<div class="feature-icon">🧩</div>
<h3>5. Define Skills</h3>
<p>Specify skills in your Lucafile with a repository reference and target agents.</p>
</div>
<div class="step card">
<div class="feature-icon">🔗</div>
<h3>6. Skills Auto-Link</h3>
<p>Skills are cloned and symlinked to each agent's directory (e.g., <code>.claude/skills/</code>). Agents discover them automatically.</p>
</div>
</div>
</section>
<section class="usage usage-section">
<h2>GitHub Actions & CI</h2>
<div class="command-examples grid-3">
<div class="example card">
<div class="feature-icon">⚙️</div>
<h3>setup-luca</h3>
<p>A GitHub Action that installs Luca and optionally runs <code>luca install</code> as part of your workflow. Available on the <a href="https://github.com/marketplace/actions/setup-luca" target="_blank">GitHub Actions Marketplace</a>.</p>
<pre><code>- uses: LucaTools/setup-luca@v1
with:
spec: Lucafile</code></pre>
<p><a href="https://github.com/LucaTools/setup-luca" target="_blank">github.com/LucaTools/setup-luca</a></p>
</div>
<div class="example card">
<div class="feature-icon">🔄</div>
<h3>LucaWorkflows</h3>
<p>Ready-to-use workflow templates to build, package, and publish Luca-compatible releases from Swift, Go, Rust, Python, C#, and Zig projects.</p>
<p><a href="https://github.com/LucaTools/LucaWorkflows" target="_blank">github.com/LucaTools/LucaWorkflows</a></p>
</div>
</div>
</section>
<section class="benefits usage-section">
<h2>Additional Features</h2>
<div class="command-examples grid-3">
<div class="example card">
<div class="example-title">
<span class="command">Custom Lucafile</span>
</div>
<p class="example-description">Specify a custom Lucafile location:</p>
<pre><code>luca install --spec /path/to/custom/Lucafile</code></pre>
</div>
<div class="example card">
<div class="example-title">
<span class="command">Uninstallation</span>
</div>
<p class="example-description">Remove installed tools and specific versions:</p>
<pre><code>luca uninstall SwiftLint
luca uninstall SwiftLint@0.62.0</code></pre>
</div>
<div class="example card">
<div class="example-title">
<span class="command">Unlinking</span>
</div>
<p class="example-description">Unlink tools from a project folder:</p>
<pre><code>luca unlink SwiftLint</code></pre>
</div>
</div>
<div class="command-examples grid-3">
<div class="example card">
<div class="example-title">
<span class="command">Binary naming</span>
</div>
<p class="example-description">Specify the binary name for tools shipped as a raw executables:</p>
<pre><code>luca install firebase/firebase-tools@v14.12.1
--desired-binary-name firebase</code></pre>
</div>
<div class="example card">
<div class="example-title">
<span class="command">Checksum validation</span>
</div>
<p class="example-description">Specify checksum for security:</p>
<pre><code>luca install realm/swiftlint@0.62.0 \
--checksum 5e1956c22fcc9997cde69c62daeecc78baef88d4c03c07349815df881fc1ce28 \
--algorithm sha256</code></pre>
</div>
<div class="example card">
<div class="example-title">
<span class="command">Uninstall Luca</span>
</div>
<p class="example-description">Completely remove Luca from your system:</p>
<pre><code>curl -fsSL https://luca.tools/uninstall.sh | bash</code></pre>
</div>
</div>
<div class="command-examples grid-3">
<div class="example card no-copy">
<div class="example-title">
<span class="command">List Installed</span>
</div>
<p class="example-description">List all versions of tools installed locally:</p>
<pre><code>luca installed
FirebaseCLI:
- 14.12.1
Sourcery:
- 2.2.5
SwiftLint:
- 0.53.0
- 0.62.0
tuist:
- 4.78.0</code></pre>
</div>
<div class="example card no-copy">
<div class="example-title">
<span class="command">List Linked</span>
</div>
<p class="example-description">List tools currently linked in the project:</p>
<pre><code>luca linked
FirebaseCLI:
version: 14.12.1
binary: firebasee
location: /Users/alberto/.luca/tools/FirebaseCLI/14.12.1/firebasee
Sourcery:
version: 2.2.5
binary: sourcery
location: /Users/alberto/.luca/tools/Sourcery/2.2.5/bin/sourcery
tuist:
version: 4.78.0
binary: tuist
location: /Users/alberto/.luca/tools/tuist/4.78.0/tuist</code></pre>
</div>
</div>
<div class="command-examples grid-3">
<div class="example card no-copy">
<div class="example-title">
<span class="command">List Agents</span>
</div>
<p class="example-description">List all supported AI coding agents and their skill paths:</p>
<pre><code>luca agents
Id Project Skills Path
─────────────── ─────────────────────
claude-code .claude/skills
cursor .agents/skills
github-copilot .agents/skills
opencode .agents/skills
windsurf .windsurf/skills</code></pre>
</div>
<div class="example card">
<div class="example-title">
<span class="command">Uninstall Skills</span>
</div>
<p class="example-description">Remove installed skills from agent directories:</p>
<pre><code>luca uninstall prepare-pull-requestcreate-implementation-plan</code></pre>
</div>
<div class="example card">
<div class="example-title">
<span class="command">Install Specific Skill</span>
</div>
<p class="example-description">Install a single skill from a repository:</p>
<pre><code>luca install vercel-labs/agent-skills \
--skill frontend-design</code></pre>
</div>
</div>
</section>
<section class="usage usage-section">
<h2>System Requirements</h2>
<div class="command-examples grid-3">
<div class="example card">
<div class="example-title">
<span class="command">Requirements</span>
</div>
<p class="example-description">Luca requires:</p>
<ul class="requirements-list">
<li>macOS 13.0 or later, or Linux x86_64</li>
<li>Swift 5.7 or later (for building from source)</li>
</ul>
</div>
<div class="example card">
<div class="example-title">
<span class="command">Source Installation</span>
</div>
<p class="example-description">Build and install from source code:</p>
<pre><code>git clone https://github.com/LucaTools/Luca.git
cd Luca
swift build -c release
cp -f .build/release/luca /usr/local/bin/luca</code></pre>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="footer-links">
<a href="https://github.com/LucaTools/Luca" target="_blank">GitHub</a>
<a href="https://luca.tools/Luca/documentation/lucacli/" target="_blank">Documentation</a>
<a href="https://luca.tools/Luca/tutorials/luca" target="_blank">Tutorials</a>
<a href="/manifesto.html">Manifesto</a>
<a href="https://github.com/LucaTools/Luca/issues" target="_blank">Report Issues</a>
<a href="http://github.com/LucaTools/Luca/blob/main/.github/CONTRIBUTING.md" target="_blank">Contribute</a>
</div>
<div class="badges">
<img src="https://img.shields.io/badge/Swift-5.7+-orange.svg" alt="Swift 5.7+">
<img src="https://img.shields.io/badge/Platforms-macOS%20|%20Linux-blue.svg" alt="Platforms: macOS">
<img src="https://img.shields.io/badge/License-Apache%202-green.svg" alt="License: Apache 2.0">
</div>
<!-- <div class="bmc-container">
<a href="https://www.buymeacoffee.com/albertodebortoli" target="_blank">
<img src="https://cdn.buymeacoffee.com/buttons/bmc-new-btn-logo.svg" alt="Buy me a coffee"
style="height: 40px !important; width: auto !important;">
<span style="margin-left:5px; font-size:18px !important;">Buy me a coffee</span>
</a>
</div> -->
<p>Luca is open source and distributed under the Apache 2.0 License.</p>
</div>
</footer>
<script src="js/main.js"></script>
<script src="js/terminal-animation.js"></script>
<script>
function copyInstallCommand() {
const command = document.querySelector('.install-command code').textContent;
navigator.clipboard.writeText(command);
const copyButton = document.querySelector('.btn-copy');
const originalText = copyButton.textContent;
copyButton.textContent = 'Copied!';
copyButton.style.color = '#fff';
copyButton.style.borderColor = '#fff';
setTimeout(() => {
copyButton.textContent = originalText;
copyButton.style.color = '';
copyButton.style.borderColor = '';
}, 2000);
}
</script>
</body>
</html>