Skillen banner
cft0808 cft0808

Skillen

Security community

Description

Audit your AI coding skills using your real conversation history — find the toxic ones wasting tokens. Supports Claude, Cursor, Copilot, Codex, Windsurf, Cline.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

skillens

用你的**真实会话记录**审计 AI 编程 skill / rule / instruction — 找出浪费 token 的有毒项。 支持 Claude Code、Cursor、GitHub Copilot、OpenAI Codex、Windsurf、Cline。

**[English](./README.en.md)** | 中文

npx skillens
检测到工具: Claude
skill 总数:   17
🟢 有效 13   🟡 存疑 4   🔴 有毒 0
总 token 估算:   ~5,375,057
分析了 35 条 Claude 会话,跨 42 天。

为什么需要这个

你装了一堆 skill,但有没有回头审过?

  • 哪些 skill 真正被你的提问触发过
  • 哪些白白吃 token 却从没在你的工作流中出现?
  • 经常打的词有哪些不在任何 skill 描述里?(需求缺口)
  • 上周审计和今天的审计之间发生了什么变化

**核心差异:** skillens 读取你本地的 Claude 会话日志(`~/.claude/projects/*.jsonl`),把每个 skill 的关键词和你**真正输入的内容**做匹配。据我们调研,没有竞品做这件事。

和竞品的区别

维度 Skillens skillcheck SkillNote n-skills
读你的聊天记录 ✅ 读 42 天会话
找出缺口 ✅ 你缺什么 skill
数据驱动推荐 ✅ 基于你的使用
GitHub 实时搜索 ✅ live ✅ Marketplace ✅ 搜索安装
SKILL.md 语法检查 ✅ 专业级
团队协作/注册中心 ✅ 自托管
跨工具支持 6 个 4 个 Claude only Claude only
定位 审计 + 推荐 格式检查 管理 + 分发 商店

别人做"给你更多 skill"或"检查你 skill 写得对不对"。Skillens 做"你到底需不需要这些 skill"。

安装 / 运行

# 零安装
npx skillens

# 全局安装
npm i -g skillens && skillens

# 扫描指定项目
skillens scan --cwd /path/to/repo

# 只扫描部分工具
skillens scan --tools claude,cursor

命令一览

命令 用途
scan 对所有 skill 做 6 维打分,自动保存快照
doctor 一键诊断 — 生成可执行的优化建议
recommend 基于使用数据推荐 skill(默认实时搜索 GitHub)
gaps 你常打但没有 skill 覆盖的词
init 根据缺口自动生成 skill 草稿
history 列出历史快照
diff [a] [b] 对比两次快照
archive <名称> 归档 skill(可恢复)
restore <路径> 从归档恢复
fix <名称> AI 重写 skill 描述(需 API key)
dashboard 本地 Web 面板 http://localhost:4787
list 显示支持的工具及其扫描路径

推荐功能:GitHub 实时搜索

skillens recommend --top 5

默认实时调 GitHub Search API 搜索最新的社区 skill 仓库:

✔ 从 GitHub 获取了 3 个分类的实时结果。

Skillens 推荐: 基于你 42 天的使用数据

1. Go 语言惯用法 (798 hits)
   GitHub 实时搜索: (⚡ live)
     → samber/cc-skills-golang ⭐1307

2. Docker &