Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="https://luca.tools/images/luca-logo-alt.svg" alt="Luca" height="80">

<h3>A minimalistic, lightweight, decentralised tool and skill manager<br>for macOS and Linux</h3>
<h3>A minimalistic, lightweight, decentralised tool and skill manager<br>with a built-in pipeline runner for macOS and Linux</h3>

[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://github.com/LucaTools/Luca/blob/main/LICENSE)
[![Swift](https://img.shields.io/badge/Swift-5.7+-orange.svg)](https://swift.org)
Expand All @@ -15,6 +15,8 @@ Luca helps developers install, manage, and activate specific versions of CLI too

Luca also manages **agentic skills** for AI coding agents. Skills are Markdown files with YAML frontmatter, installed from any Git repository and symlinked into agent-specific directories (e.g. `.claude/skills/`). Supports 40+ agents out of the box — Claude Code, Cursor, GitHub Copilot, Windsurf, and more.

Luca includes a **built-in pipeline runner** (`luca run`) for defining and executing ordered sequences of shell tasks from a YAML file. Pipelines support parameters with defaults, `when:` conditions, env files, dry-run previews, and per-task error handling.

## Install

```bash
Expand Down