-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Connor edited this page Jul 3, 2026
·
4 revisions
GitHub Skill Curator is an Agent Skill governance layer for discovering, scoring, installing, auditing, and maintaining Codex / Claude Code Agent Skills.
Its goal is not to install every interesting skill. Its goal is to keep the skill environment useful, narrow, reviewable, and safe.
| Area | Purpose |
|---|---|
| Local skill check | Prefer built-in and already-installed skills when they are sufficient. |
| Skill discovery | Search for skill repositories or curated indexes only when value justifies it. |
| Candidate scoring | Compare relevance, structure, license, maintenance, examples, stars, and safety signals. |
| Risk scanning | Look for prompt injection, overbroad trigger descriptions, secret access, destructive commands, and opaque installers. |
| Controlled install | Install only selected skill folders after user approval. |
| Lifecycle management | Audit, disable, quarantine, restore, and prune installed skills. |
Prefer the smallest reliable skill set that solves the user's task.
This means:
- do not search GitHub for every small task;
- do not bulk-install large awesome lists;
- do not silently install unknown third-party skills;
- do not let broad or stale skill descriptions hijack unrelated tasks;
- do reuse proven core skills for repeated high-value artifact workflows.
This is an independent community skill. References to Codex, Claude Code, GitHub, or Agent Skills describe compatible usage surfaces and repository discovery behavior; they do not imply official endorsement.
- Home / 首页
- Installation / 安装
- Platform Install Paths / 安装路径区别
- Cross Platform Usage / 跨平台使用
- Discovery and Routing / 发现与路由
- Scoring and Risk Scan / 评分与风险扫描
- Skill Scoring Rubric / Skill 评分标准
- Prompt Injection Risk Examples / 风险例子
- Install Governance / 安装治理
- Safe Installation Workflow / 安全安装流程
- Skill Lifecycle / 生命周期管理
- Why Not Auto Install High Star Skills / 为什么不自动安装高 star skill
- FAQ / 常见问题