From 0e106f5bf151faf3b613e5854d8d4ddd6883db78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20L=C3=B3pez?= Date: Fri, 17 Apr 2026 11:11:38 +0200 Subject: [PATCH] docs: list skill:install in README Commands section The skill:install command was added but never surfaced in the README's Commands block that mirrors the output of drupalorg list. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f66fe0..be1bc40 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ Available commands: project:link Opens project page project:release-notes (prn) View release notes for a release project:releases Lists available releases + skill + skill:install Installs all drupalorg-cli agent skills into .claude/skills/ in the current directory. ```` ## Getting Started