agentsclimarketplace

Agent skills cce

Skill luochang212/cc-enhance/skills/agent-skills-cce

Claude Code 自我提升计划

Install
npx -y skills add luochang212/cc-enhance --skill agent-skills-cce

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Skill 管理与市场导航。当需要安装、搜索、删除、备份 skills,查找新技能,管理上下文预算,或用户询问「有什么好用的skill」「怎么装skill」「skill太多了怎么办」时,必须使用此技能。核心纪律:工具箱不是仓库。

SKILL.md

3.6 KB, as published. Nobody here has run it

来自 cc-enhance-cce 后缀表示此技能由 cc-enhance 项目安装,避免与本地同名技能冲突。

Skills

获取 → 搜索 → 下载 → 存放 → 使用

1. 从哪里获取

市场CLI 工具实测
skills.shnpx skills add owner/repo✅ 已测
lobehub.com/skills@lobehub/market-cli✅ 已测
modelscope.cn/skillsnpx skills add <url>✅ 已测
skillhub.cncurl install.sh | bash⚠️ 脚本已审查,未执行

→ 各市场详细命令见 references/marketplaces.md → 推荐直接安装的 skill 仓库见 references/recommended.md

2. 如何搜索

skills.sh——让 Claude 用搜索工具找:

用 Tavily 搜 "site:github.com <功能> skill SKILL.md Claude Code"

LobeHub——CLI 搜索,返回 stars/installs:

npx -y @lobehub/market-cli skills search --q "<关键词>"

ModelScope——网站上按分类浏览,或:

npx skills find

SkillHub——网站浏览(skillhub.cn),或搜索工具搜「skillhub.cn <关键词>」。

3. 如何下载

# GitHub 仓库(skills.sh 索引的)
npx skills add stared/vibe-commit

# ModelScope URL
npx skills add https://modelscope.cn/skills/@Alipay/alipay-payment-integration

# LobeHub
npx -y @lobehub/market-cli skills install <identifier> --agent claude-code

# SkillHub
curl -fsSL https://skillhub.cn/install/install.sh | bash

4. 存放在哪 —— 关键差异

工具安装路径机制
npx skills add.agents/skills/<name>/实体文件在此,symlink 到各 agent 目录
@lobehub/market-cli.claude/skills/<name>/直接安装到 Claude Code 目录

5. 如何使用

Skill 安装后,Claude Code 会话启动时自动发现并加载。安装 = 启用,无需手动激活。

验证:

ls .agents/skills/                    # npx skills 安装的
ls .claude/skills/                    # LobeHub 安装的
npx skills list                       # 列出所有
head -5 .agents/skills/*/SKILL.md     # 查看 skill 描述

管理:工具箱,不是仓库

核心纪律

Skill 目录不是囤积处。每多一个 skill 就多一份上下文开销:

  • 每个 SKILL.md 约 1-5K token
  • 10 个常驻 skill ≈ 10-50K token 的基础开销

备份而非堆积

不常用但想保留的 skill —— 记录来源,删除实体:

# 备份当前清单
npx skills list > ~/.claude/skills-backup.txt

# 删除不用的
npx skills remove <name>

备份记录应包含:skill 名称、安装来源(repo/URL/marketplace)、安装日期、用途。需要时精确找回,不需要时不占上下文。

定期审查

  • 这个 skill 上次用是什么时候?
  • 删了它我现在能完成同样的任务吗?
  • 它和另一个 skill 功能重叠吗?

「不记得」「能」「重叠」→ 删除。

环境依赖

依赖用途安装方式磁盘必需
npx / Node.jsskill 包管理器,安装/搜索/删除安装 Node.js(含 npx)~100MB

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.