🧭
AI EngineeringPython

Skill Curator

by laolaoshiren

Skill Curator is an AI Engineering skill for Claude Code, published by laolaoshiren in claude-code-skills-zh.

786 stars84 forkson laolaoshiren/claude-code-skills-zhAdded 2026/08/23+1% in starsRepository updated 2026/08/23
ai-agentawesome-listclaude-codeclaude-skillsdeveloper-toolsprompt-engineeringskills
Install in seconds
Install Skill Curator
Copy Skill Curator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/laolaoshiren/claude-code-skills-zh/tree/main/skills/skill-curator ~/.claude/skills/skill-curator

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/laolaoshiren/claude-code-skills-zh.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/skill-curator/SKILL.md in laolaoshiren/claude-code-skills-zh
Installs to
~/.claude/skills/skill-curator
Collection
One of 20 skills cataloged from this repository
Category
AI Engineering2451 skills

What Skill Curator does

Skill Curator evaluates candidate AI workflow and tool repos using evidence from the repository, installation path, and activity. It is used to decide whether a Claude Code, MCP, plugin, CLI, or agent workflow is worth adding to a curated list.

Skill Curator is cataloged under AI Engineering on DirSkills. Skill Curator comes from a repository tagged ai-agent, awesome-list, claude-code, claude-skills and developer-tools.

Documentation

README

Skill 收录评估器

对候选资源进行证据驱动的核验。不要只根据仓库简介、搜索摘要或 Star 做决定。

工作流程

1. 规范化候选地址

  • 接受 GitHub 仓库、仓库子目录、PR、Issue 或用户提供的项目名。
  • tree/blob/ 等子路径提取 owner/repo,同时保留指向独立 Skill 的原始子路径。
  • 在当前精选列表中搜索仓库名、规范化 URL 和旧名称,判断是新增、重复还是已有条目更新。
  • 遇到仓库重命名或转移时,使用最终规范地址,避免继续收录重定向 URL。
rg -n "owner/repo|项目名" README.md

2. 获取仓库事实

优先使用已认证的 GitHub CLI 获取只读信息:

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. 核验真实资产和安装路径

至少确认一项可复用资产真实存在:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Skill Curator

  • What else does laolaoshiren publish alongside Skill Curator?

    Skill Curator is one of 20 skills that DirSkills catalogs from laolaoshiren/claude-code-skills-zh, the repository it ships in. Its siblings there include API Tester, Changelog Generator and Chinese Code Reviewer. Each one is a separate skill with its own page in this directory, installs the same way Skill Curator does, and is maintained by laolaoshiren in that same repository. The rest of the collection is listed on the laolaoshiren/claude-code-skills-zh page.

  • How does Skill Curator compare to other AI Engineering skills?

    Skill Curator ranks #1638 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Skill Curator against them. Open each page to compare what they document and how they install.

More from laolaoshiren/claude-code-skills-zh

Skill Curator is one of 20 skills cataloged on DirSkills from laolaoshiren/claude-code-skills-zh.

See all 20 skills