From c0f1574e47815ef04c8191acdbf24434cfbe1223 Mon Sep 17 00:00:00 2001 From: cheliangzhao Date: Wed, 11 Feb 2026 10:21:21 +0800 Subject: [PATCH] docs: remove generic skills search section from Quick Deploy --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 9d32ecd..7efcdf6 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,6 @@ npx skills add https://github.com/FadingLight9291117/arkts_skills --skill harmon npx skills add https://github.com/FadingLight9291117/arkts_skills --skill arkts-development ``` -Or search for skills on [skills.sh](https://skills.sh/) and run the corresponding install command: - -```bash -npx skills add -``` - Once installed, the skill is automatically configured for your AI agent (supports Cursor, Claude Code, Copilot, and other major agents). > No additional CLI installation required — `npx` downloads and runs it automatically. To disable anonymous telemetry, set the environment variable `DISABLE_TELEMETRY=1`.