Skip to content
Connor edited this page Jul 3, 2026 · 4 revisions

GitHub Skill Curator Wiki

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.

What This Skill Does

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.

Start Here

Operating Principle

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.

Non-Endorsement Note

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.

Clone this wiki locally