469910093-ui

Skill Picker — Development skill for Claude Code

Development community

Forget skill names.

How to install Skill Picker

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

What Skill Picker does

Forget skill names? Local catalog that turns 'which skill for X?' into 2-4 clickable candidates — and flags duplicate/drifted agent skills. Zero deps, 100% local.

Alternatives in Development

README

Skill Picker

**本机 agent skills 装多了找不到?说一句意图,弹出 2–4 个候选让你点选;顺手标出重复与漂移。**

[![Live Demo](https://img.shields.io/badge/Live%20Demo-try%20it-4ade80?style=flat-square)](https://469910093-ui.github.io/Skill-picker/demo/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE) [![Python 3.9+](https://img.shields.io/badge/Python-3.9%2B-3776AB?style=flat-square&logo=python&logoColor=white)](https://www.python.org/) [![Zero deps](https://img.shields.io/badge/deps-stdlib%20only-0f766e?style=flat-square)](#) [![Local-first](https://img.shields.io/badge/local--first-no%20server%20%2F%20no%20API-111827?style=flat-square)](#)

Skill Picker — 找技能:输入意图实时匹配候选

▶ 在线 Demo(无需安装) · 试「做周报」「画图表」「做 PPT」


English one-liner: **Forget skill names? Skill Picker turns “which skill for X?” into 2–4 clickable candidates — and flags duplicate/drifted skills. 100% local.**

30 秒安装

git clone https://github.com/469910093-ui/Skill-picker.git
cd Skill-picker
python skillpick.py install

一条命令完成:扫描全部 skill 目录 → 生成 `~/.skill-picker/catalog.md` + `dashboard.html` → meta-skill 装进 Cursor / Claude Code / Codex / OpenClaw → 工具自拷贝到 `~/.skill-picker/`。

给 coding agent 装:把本仓库丢给它,说 **install this**(见 [AGENTS.md](AGENTS.md))。

你会得到什么

能力 说明
找技能 「用哪个 skill 做周报」→ 会话内 2–4 个候选 + AI 推荐,你自己点选
理技能 同名漂移、功能重叠自动圈出,红色感叹号提醒(只提示,不代删)
本地看板 单文件 HTML,意图输入实时匹配,双击即可打开
一键安装 add 从 GitHub 装 skill:先出计划(来源 / 提交号 / 目标路径)再写盘,同名绝不覆盖,逐文件 sha256 存证,装完自动体检,remove 可回滚
五道门禁 工具副本 / 覆盖率 / 解析质量 / 漂移 / 匹配黄金用例,每次扫描自检
本地优先 无服务器、无账号、零第三方依赖(Python 标准库);找技能 / 理技能全程不发网络请求。出网只有两处,都由你主动触发:「去 GitHub 发现」tab(本机未同步 skill-feed 时内嵌加载公开发现页)、以及 add 拉取 GitHub 压缩包