-
Notifications
You must be signed in to change notification settings - Fork 0
Install Governance
Connor edited this page Jul 3, 2026
·
2 revisions
Skill installation is a small supply-chain decision. The curator should treat it as reviewable and reversible.
- Do not silently install unknown third-party skills.
- Show candidates, scores, and risks before installing.
- Install only the selected skill folder when possible.
- Do not bulk-install large awesome lists.
- Preserve a timestamped backup if a destination already exists.
- After install, read the installed
SKILL.mdand verify it still matches the current task.
Before installation, present:
| Field | Example |
|---|---|
| Repository | owner/repo |
| Skill path | path/to/skill |
| Why it matches | Task fit and expected reuse |
| Repository signals | Stars, forks, update date, license |
| Score and tier | Strict, relaxed, exploratory |
| Safety notes | Risks and unknowns |
| Install target | Codex, Claude Code, or both |
When the user approves installing a skill, treat that approval as intent to use the skill for the current task unless the user explicitly asked only to install it.
After successful install:
- Read the installed
SKILL.md. - Confirm
name,description, and body match the task. - Apply it to the user's original task if safe.
- Print future invocation syntax.
Invocation examples:
Codex: $skill-name ...
Claude Code: /skill-name ...
Do not invoke a newly installed skill if it proves mismatched, unsafe, overbroad, or impossible to use in the current environment. Explain the reason and suggest disable, quarantine, or removal.
- 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 / 常见问题