diff --git a/profile/README.md b/profile/README.md
index 0d803e7..2862b9c 100644
--- a/profile/README.md
+++ b/profile/README.md
@@ -1,7 +1,7 @@

-
A minimalistic, lightweight, decentralised tool and skill manager
for macOS and Linux
+
A minimalistic, lightweight, decentralised tool and skill manager
with a built-in pipeline runner for macOS and Linux
[](https://github.com/LucaTools/Luca/blob/main/LICENSE)
[](https://swift.org)
@@ -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