From abd7fdc04852224309326a641baf0477c5ad3874 Mon Sep 17 00:00:00 2001 From: daymade Date: Thu, 15 Jan 2026 23:35:50 +0800 Subject: [PATCH] fix: correct CCPM installation package name in skills-search Fixes #4 - Change npm package from @anthropic/ccpm to @daymade/ccpm - @anthropic/ccpm does not exist (npm returns 404) - @daymade/ccpm is the correct package (version 0.2.1) - Add link to CCPM official website (https://ccpm.dev) Co-Authored-By: Claude Sonnet 4.5 --- skills-search/SKILL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skills-search/SKILL.md b/skills-search/SKILL.md index 3130665..b7af91b 100644 --- a/skills-search/SKILL.md +++ b/skills-search/SKILL.md @@ -164,9 +164,11 @@ Common skills users may want: Install CCPM globally: ```bash -npm install -g @anthropic/ccpm +npm install -g @daymade/ccpm ``` +For more information, visit [CCPM official website](https://ccpm.dev). + ### Skill not available after install Restart Claude Code - skills are loaded at startup.