rlhf-feedback
Autonomous RLHF feedback capture - Claude self-captures mistakes and successes
npx skills add majiayu000/claude-skill-registry --skill rlhf-feedback --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# RLHF Feedback Capture Skill **AUTONOMOUS** - Claude captures feedback without user running commands. ## When to Capture Feedback ### Capture (Thumbs Down) When: - User says "that's wrong", "no", "incorrect", "that broke something" - User corrects my answer - User has to repeat themselves - I made an assumption that was wrong - Code I wrote caused errors - I gave instructions instead of acting (violated ACT DON'T INSTRUCT) ### Capture (Thumbs Up) When: - User says "good", "thanks", "that worked", "perfect" - Task completed successfully on first try - User doesn't need to correct me - Code works without errors ## How to Capture (Claude Executes This) ```bash # After detecting negative feedback signal: node "$CLAUDE_PROJECT_DIR/.claude/scripts/feedback/capture-feedback.js" \ --feedback=down \ --context="[What went wrong]" \ --tags="[relevant-tags]" # After detecting positive feedback signal: node "$CLAUDE_PROJECT_DIR/.claude/scripts/feedback/capture-feedback.js" \ --feedback=up \ --context="[What went right]" \ --tags="[relevant-tags]" ``` ## Domain Tags for Random Timer Use these tags to categorize feedback: - `timer-logic` - Timer countdown, random time generation - `redux-state`
- When to Capture Feedback
- Capture (Thumbs Down) When:
- Capture (Thumbs Up) When:
- How to Capture (Claude Executes This)
- Domain Tags for Random Timer
- Action Tags
- Examples
- User says "that broke the slider"
- User says "perfect, timer works now"
- User has to repeat themselves
- Data Storage
- Session Start Integration
- IMPORTANT: Act Don't Instruct
After detecting negative feedback signal: node "$CLAUDE_PROJECT_DIR/.claude/scripts/feedback/capture-feedback.js" \ After detecting positive feedback signal: node .claude/scripts/feedback/capture-feedback.js \
What does the rlhf-feedback skill do?
Autonomous RLHF feedback capture - Claude self-captures mistakes and successes
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill rlhf-feedback --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
