用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CleanExpo/Unite-Group --skill adversarial-evaluator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
The authoritative environment-variable registry for the Unite-Group Nexus. Use whenever adding, reading, renaming, or debugging an env var or secret — new integration config, a `process.env.X` read, an auth/OAuth wiring, a cron secret, a "which variable holds this" question, or a "works locally but not in prod" symptom. Also use before pinning any variable name in code, and when reconciling the two credential planes (Vercel prod vs the local hermes fleet). Prevents the `APIFY_API_KEY` vs `APIFY_API_TOKEN` class of drift.
Create, verify, and promote Supabase schema changes via database branches. Every schema change/migration must be validated on a Supabase database branch before prod (see CLAUDE.md line 44).
Verify production Supabase schema before shipping code that touches it. Use BEFORE writing or reviewing ANY code that reads or writes a Supabase table in the Nexus — new queries, inserts, updates, CHECK-constrained values, RLS-dependent reads, cron data access — even one-line changes and even when the table "obviously" exists. Also use immediately when a query fails with "column does not exist", when inserts appear to succeed but produce no rows, or when generated TypeScript types disagree with runtime behaviour.
正在显示 SKILL.md
基于 SOC 职业分类
| name | adversarial-evaluator |
| description | Evaluates agent output adversarially before committing — prevents self-assessment bias |
After any agent produces output that will be committed, published, or acted on. Do NOT self-evaluate — spawn a separate evaluator instance.
The generator agent produces output in this format:
GENERATOR OUTPUT:
[the work product]
GENERATOR CLAIM:
[what the generator says was achieved]
EVALUATION CRITERIA:
[the rubric — 3-5 specific, checkable criteria]
The evaluator agent (spawned separately, no access to the generator's reasoning) must:
After the worker agent completes a task, call this skill: