Agent skill · AI & Agents

skill-curator

中文 Skill 收录评估器。用于核验 GitHub 上的 Claude Code、Codex、Agent Skills、Plugin、MCP、CLI 或 Agent 工作流是否值得加入精选列表;检查真实资产、安装方式、活跃度、重复项和安全边界,并生成分类、中文描述与可追溯证据。

laolaoshirengithub.com/laolaoshirenGitHub ↗
claude-codeMIT
Install
npx skills add laolaoshiren/claude-code-skills-zh --skill skill-curator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/skill-curator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 725
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill 收录评估器 对候选资源进行证据驱动的核验。不要只根据仓库简介、搜索摘要或 Star 做决定。 ## 工作流程 ### 1. 规范化候选地址 - 接受 GitHub 仓库、仓库子目录、PR、Issue 或用户提供的项目名。 - 从 `tree/`、`blob/` 等子路径提取 `owner/repo`,同时保留指向独立 Skill 的原始子路径。 - 在当前精选列表中搜索仓库名、规范化 URL 和旧名称,判断是新增、重复还是已有条目更新。 - 遇到仓库重命名或转移时,使用最终规范地址,避免继续收录重定向 URL。 ```bash rg -n "owner/repo|项目名" README.md ``` ### 2. 获取仓库事实 优先使用已认证的 GitHub CLI 获取只读信息: ```bash gh repo view owner/repo \ --json nameWithOwner,description,stargazerCount,forkCount,isArchived,isPrivate,createdAt,pushedAt,licenseInfo,url gh api repos/owner/repo/contents \ --jq '.[] | [.type,.name,.path] | @tsv' gh api repos/owner/repo/contents/README.md \ -H 'Accept: application/vnd.github.raw+json' ``` 若 `gh` 不可用,可使用公开网页或其他只读方式核验,但必须说明哪些事实未能确认。 ### 3. 核验真实资产和安装路径 至少确认一项可复用资产真实存在: - `SKILL.md` 或 `skills/` - `.claude-plugin/plugin.json`、marketplace 或 plugin 安装命令 - `agents/`、`commands/`、hooks 或可迁移的 `AGENTS.md` - MCP Server、CLI、SDK 或明确的 Agent workflow - 针对 Claude Code、Codex、Cursor、Gemini CLI、OpenClaw 等工具的安装说明 继续检查: - README 是否说明前置条件、安装、配置和使用方式。 - 示例命令是否指向真实包名或路径。 - 仓库是否为空、仅有概念文案或只有营销页面。 - 子目录 Skill 是否可以独立安装;不能独立安装时优先收录仓库级地址。 ### 4. 评估中文用户价值 从实际场景判断价值,而不是只看功能数量: - 是否解决代码审查、测试、安全、文档、性能、DevOps、内容创作、办公自动化或知识管理等高频需求。 - 是否支持中文内容、国内

What's inside
Steps it walks through
  1. 工作流程
  2. 1. 规范化候选地址
  3. 2. 获取仓库事实
  4. 3. 核验真实资产和安装路径
  5. 4. 评估中文用户价值
  6. 5. 检查风险和硬性淘汰条件
  7. 6. 评分并给出结论
  8. 输出格式
  9. 收录执行规则
Commands it runs
rg -n "owner/repo|项目名" README.md
gh repo view owner/repo \
gh api repos/owner/repo/contents \
gh api repos/owner/repo/contents/README.md \
More from claude-code-skills-zh
All skills →
About this skill
What does the skill-curator skill do?

中文 Skill 收录评估器。用于核验 GitHub 上的 Claude Code、Codex、Agent Skills、Plugin、MCP、CLI 或 Agent 工作流是否值得加入精选列表;检查真实资产、安装方式、活跃度、重复项和安全边界,并生成分类、中文描述与可追溯证据。

How do I install it?

Run `npx skills add laolaoshiren/claude-code-skills-zh --skill skill-curator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From laolaoshiren/claude-code-skills-zh, a repository with 725 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going