skill-curator

Featured

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

AI & Automation 692 stars 69 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
95
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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、内容创作、办公自动化或知识���理等高频需求。 - 是否支持中文内容、国内平台、Windows 环境或中文团队常见工作流。 - 英文项目是否有足够清晰的安装路径,让中文用户无需二次研究即可使用。 - 与已收录项目相比,是否有新的场景、官方来源或明显更完整的实现。 建议分类只能从项目现有分类中选择: - 明星技能 - 平台运营 / 自媒体 / 办公流量 - 开发效率 - 内容创作 - 学术科研 - AI Agent - 金融 / 商业 - 中文专属 ### 5. 检查风险和硬性淘汰条件 以下情况直接建议不收录: - 404、私有、空仓库、明显模板或已归档且没有替代地址。 - 与 Agent Skills、...

Details

Author
laolaoshiren
Repository
laolaoshiren/claude-code-skills-zh
Created
3 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

skill-matcher

Use this skill to find, verify, compare, install, or migrate Agent Skills across Codex, Claude Code, Cursor, OpenClaw, OpenCode, GitHub Copilot, WorkBuddy and other SKILL.md hosts. Trigger when users ask “find a skill for X”, “what skills are installed”, “search GitHub deeply”, “is this skill compatible or safe”, or “install/migrate this skill”. 支持“找个技能”“盘点本机 Skills”“全网或 GitHub 深挖”“检查兼容性、安全性”“安装或迁移技能”等中文请求。Discover and evaluate skills only; do not perform the target business task.

0 Updated yesterday
qmayxin
AI & Automation Listed

skill-discovery-optimizer

Use only for an existing Agent Skill (a local folder with SKILL.md) whose core behavior already works or is nearly complete. Review and optimize its discovery and routing metadata, test false-positive and false-negative triggers, improve trust and installability, generate English and Chinese release materials, and optionally publish it to the authenticated user's confirmed GitHub repository and verify remote installation and skills.sh listing. Trigger for requests such as "audit my skill before publishing", "reduce false triggers and missed triggers in this SKILL.md", "optimize my skill description and GitHub metadata", "帮我审阅并优化这个 Agent Skill", "减少这个 Skill 的误触发和漏触发", "让其他 Agent 更容易搜到并触发它", or "生成中英文 README 后上传 GitHub". Do not use to build the skill's core functionality, install somebody else's skill, perform generic repository publishing or bilingual README work merely because a project is called a skill, do generic web GEO/SEO, run long-term growth analytics, or publish an MCP server.

3 Updated 4 days ago
Bing-Bryan
Code & Development Solid

code-reviewer

Use when completing tasks, implementing major features, or before merging to verify work meets requirements - reviews implementation against plan or requirements with severity分级(Critical/Important/Minor). NO MERGE WITHOUT CODE REVIEW FIRST.

46 Updated 1 weeks ago
huangwb8