agent-skills-cce

agent-skills-cce is a skill for Claude Code, Codex from luochang212/cc-enhance. It costs 71 tokens per session (1,080 once invoked), scanned D, original, MIT.

A guide for finding, installing, removing, backing up, and organizing skills, which are reusable instructions for coding agents.

In plain words
What is it for?
Use it to search skill marketplaces, download skills, manage context limits, maintain installed skills, and track which external tools are available.
Why use it?
It helps manage a growing collection of skills without treating the toolbox like an unstructured archive. It also explains where to search and how to install skills from several marketplaces.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions Claude Code.

Good fit Use it to search skill marketplaces, download skills, manage context limits, maintain installed skills, and track which external tools are available.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/luochang212/cc-enhance/agent-skills-cce
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add luochang212/cc-enhance --skill agent-skills-cce
Clone the repo
git clone --depth 1 https://github.com/luochang212/cc-enhance

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agent-skills-cce

README.md
[![agentmods](https://agentmods.dev/badge/skills/luochang212/cc-enhance/agent-skills-cce/github.svg)](https://agentmods.dev/skills/luochang212/cc-enhance/agent-skills-cce)
Your own site
<a href="https://agentmods.dev/skills/luochang212/cc-enhance/agent-skills-cce"><img src="https://agentmods.dev/badge/skills/luochang212/cc-enhance/agent-skills-cce/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agent-skills-cce

Your own site · 80×15
<a href="https://agentmods.dev/skills/luochang212/cc-enhance/agent-skills-cce"><img src="https://agentmods.dev/badge/skills/luochang212/cc-enhance/agent-skills-cce.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,080 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.01080
Opus 5 $0.00036 $0.00540
Sonnet 5 $0.00014 $0.00216
Haiku 4.5 $0.00007 $0.00108

Measured 12d ago against content hash fb3d47ab11d0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade D, and why

agent-skills-cce scanned grade D with 3 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

| [skillhub.cn](https://skillhub.cn) | `curl install.sh \| bash` | ⚠️ 脚本已审查,未执行 |

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

ls .claude/skills/ # LobeHub 安装的

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| [skillhub.cn](https://skillhub.cn) | `curl install.sh \| bash` | ⚠️ 脚本已审查,未执行 |
skills/agent-skills-cce/SKILL.md · 115 lines

How it starts

The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Skills

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

1. 从哪里获取

市场 CLI 工具 实测
skills.sh npx skills add owner/repo ✅ 已测
lobehub.com/skills @lobehub/market-cli ✅ 已测
modelscope.cn/skills npx skills add <url> ✅ 已测
skillhub.cn curl 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 的基础开销

备份而非堆积

Read the full file on GitHub · 115 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 115 lines · 71 tokens per session scan D fb3d47ab11d0

Subscribe to this mod's changes

agent-skills-cce is a skill published in the GitHub repository luochang212/cc-enhance (7 stars, last pushed 3mo ago), licensed MIT. It adds 71 tokens to every session and 1,080 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it D with 3 findings (downloads and executes remote code, enumerates other installed skills, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

scaffold

Use when starting hyperflow in a new project, refreshing the .hyperflow/ cache, or installing auto-detection shims (AGENTS.md, CLAUDE.md). One-shot project setup; does not start the spec → scope → dispatch chain. Trigger with /hyperflow:scaffold, "init hyperflow", "set up hyperflow", "refresh hyperflow", "install…

jeremylongshore/tons-of-skills-marketplace · 86 tokens

capability-evolver

A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.

anymouschina/TapCanvas · 29 tokens

review

Rigorous code review of all uncommitted changes. Analyzes architecture, code quality, security, and engineering best practices. Embeds questions and assumptions inline, then summarizes all proposed changes as a plan for user approval before any edits are made.

ReflexioAI/claude-smart · 52 tokens

fastapi

FastAPI best practices and conventions. Use when working with FastAPI APIs and Pydantic models for them. Keeps FastAPI code clean and up to date with the latest features and patterns, updated with new versions. Write new code or refactor and update old code.

ReflexioAI/claude-smart · 57 tokens

check-and-test

Run lint checks (ruff for Python, Biome for TS/JS), type checks (pyright for Python, tsc for TS/JS), and the standard pytest tiers (unit + e2e + tests skipped during pre-commit). Investigates failures to determine if they are application bugs or test issues, and fixes application bugs rather than weakening tests. Does…

ReflexioAI/claude-smart · 97 tokens

commit

Git commit workflow with precommit hook handling, lint/type checking, README updates, and API reference updates. Use when the user wants to commit changes. Handles precommit hooks that modify files (formatting, linting) by re-staging and retrying. Runs ruff lint and pyright type checks on staged Python files, and…

ReflexioAI/claude-smart · 122 tokens