alignment skills

45 tagged alignment, measured the same way as everything else here.

Browse within: RLHF 26Evaluation 18reward 18reward-model 18

paper-page-figure

02

natolambert/rlhf-book

Skill Claude CodeCodex

Turn the first page of a paper (arXiv or any PDF) into a slide-ready PNG for a colloquium deck's 30-40% right column. Use when a slide cites a landmark paper and a screenshot of the paper itself is the best visual.

2.3k 11d ago A 60 tokens

qa-video-timestamps

03

natolambert/rlhf-book

Skill Claude CodeCodex

Extract per-question (MM:SS) timestamps from a recorded course video by OCR-ing the slide counter, then add YouTube deep links to the course page's Q&A question lists. Use after a Q&A or lecture recording is published, or when adding/refreshing "Show questions" timestamp links in book/templates/course.html.

2.3k 11d ago A 71 tokens

claude-authenticity

04

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Detect whether an API endpoint is backed by genuine Claude (not a wrapper, proxy, or impersonator) using 9 weighted rule-based checks that mirror the claude-verify project. Also extracts injected system prompts from providers that override Claude's identity. Fully self-contained — copy the code below and run, no extra…

807 29d ago A 121 tokens original Apache-2.0

metric-design

05

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Use when the user has evaluation principles or a dataset but needs help choosing the right graders, designing evaluation metrics, creating LLM-as-judge prompts, combining multiple metrics into a composite score, or building an automated evaluation pipeline. Also use when the user mentions grader selection, metric…

807 29d ago A 88 tokens original Apache-2.0

align-human

06

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Use when the user has a judge/grader and human-labeled data, and wants to measure how well the judge agrees with humans, detect systematic biases, determine whether automatic evaluation can replace human review, or build a human-reduction roadmap. Also use when the user mentions calibration, TPR/TNR, judge validation…

807 29d ago A 100 tokens original Apache-2.0

clarify-first

07

DmiyDing/clarify-first

Skill Claude CodeCodex

This skill should be used when a request is ambiguous, underspecified, conflicting, or high impact. It is intended for vague verbs like optimize, improve, fix, refactor, and add feature; for missing file paths or unknown dependencies; and for risky actions like deploy, delete, overwrite, or migrate. It should not be…

6 5mo ago A 108 tokens original Apache-2.0

shihchengwei-lab/separation-and-audit-claude-code

Skill Claude CodeCodex

A design review guide for words users or players can see, such as interface labels, system messages, errors, stories, and dialogue. It checks those words against a project's design principles and forbidden patterns.

2 4mo ago A 111 tokens original MIT

token-conservation

09

shihchengwei-lab/separation-and-audit-claude-code

Skill Claude CodeCodex

A set of rules for Claude Code agents that limits unnecessary use of the model’s context, the text an agent can keep in working memory. It includes formats for delegating tasks, reporting progress, and loading skills only when needed.

2 4mo ago A 96 tokens original MIT