From b25b6e256e7c9b10cb93645969eb7b792e48d763 Mon Sep 17 00:00:00 2001 From: Romain Cascino Date: Wed, 25 Feb 2026 10:03:55 +0000 Subject: [PATCH] Add npx skills in README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9084064..e921ef2 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,13 @@ LINEAR_ACCESS_KEY= ./linear-release sync ### AI-assisted setup -Use the [Linear Release setup skill](./skills/linear-release-setup/SKILL.md) to generate CI configuration tailored to your project. It supports GitHub Actions, GitLab CI, CircleCI, and other platforms, and walks you through continuous vs. scheduled pipelines, monorepo path filtering, and more. +Use the Linear Release setup skill to generate CI configuration tailored to your project. It supports GitHub Actions, GitLab CI, CircleCI, and other platforms, and walks you through continuous vs. scheduled pipelines, monorepo path filtering, and more. + +Copy the [SKILL.md](./skills/linear-release-setup/SKILL.md) into your project, or install it with [skills.sh](https://skills.sh): + +```bash +npx skills add linear/linear-release +``` ## Commands