Agent skill

reafference-corollary-discharge

Von Holst reafference and corollary discharge for behavioral verification and signal processing

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill reafference-corollary-discharge --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-ml/reafference-corollary-discharge/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill: Reafference & Corollary Discharge (von Holst Neuroscience) **Category**: Behavioral Verification | Neural Mechanism Implementation **Level**: Advanced (Requires understanding of: reafference theory, signal processing, corollary discharge) **Status**: ✓ COMPLETE & OPERATIONAL **Trit Assignment**: +1 (PLUS) - Active threat detection & signal amplification **Propagates To**: codex, claude, amp, cursor, copilot --- ## Overview Implements **von Holst's reafference theory** (1950) - a breakthrough neuroscience principle describing how organisms distinguish self-generated signals from external threats. **Core Principle**: > "The brain doesn't passively receive sensory feedback. It actively PREDICTS what feedback should occur and CANCELS it out. Only MISMATCHES between prediction and sensation reach conscious attention." This skill applies this mechanism to interaction analysis, creating a complete: 1. **Efference Copy** (prediction) generation system 2. **Sensory Reafference** (observation) matching 3. **Comparator** (error signal) computation 4. **Corollary Discharge** (suppression/amplification) mechanism --- ## Key Features ### 1. Efference Copy Generation - **Input**: Interac

What's inside
Steps it walks through
  1. Overview
  2. Key Features
  3. 1. Efference Copy Generation
  4. 2. Sensory Reafference Matching
  5. 3. Comparator: Error Signal Computation
  6. 4. Corollary Discharge: Suppression/Amplification
  7. BDD Specification
  8. Feature Categories
  9. Test Harness: Step Definitions
  10. Implementation Modules
  11. Step Categories
  12. Architecture: Four-Layer System
  13. Test Results Summary
  14. Full System Test (1,260 Interactions)
Ships with 1 file
  • metadata.json
Commands it runs
Run all features
cucumber features/reafference_corollary_discharge.feature
Run specific feature
cucumber features/reafference_corollary_discharge.feature:10
Run with detailed output
cucumber features/reafference_corollary_discharge.feature --format pretty
Run with HTML report
cucumber features/reafference_corollary_discharge.feature --format html --out report.html
Run Python implementation
python3 lib/claude_corollary_discharge.py
More from claude-skill-registry
All skills →
About this skill
What does the reafference-corollary-discharge skill do?

Von Holst reafference and corollary discharge for behavioral verification and signal processing

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill reafference-corollary-discharge --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.

Keep going