Simulates and decodes neural spike activity into cursor movement (BCI).
Scanned 6/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill neuralink-decoder --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Neuralink Decoder?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-neuralink-decoder)More formats (shields.io, HTML) on the badges page.
---
name: neuralink-decoder
description: Simulates and decodes neural spike activity into cursor movement (BCI).
author: tempguest
version: 0.1.0
license: MIT
---
# Neuralink Decoder Skill
This skill simulates a Brain-Computer Interface (BCI).
It generates synthetic neural spiking data based on cosine tuning (motor cortex model) and uses a linear decoder to reconstruct cursor velocity.
## Features
- **Neural Simulator**: Generates realistic spike trains for 64 neurons.
- **Decoder**: Maps spike rates to 2D velocity ($v_x, v_y$).
- **Visualization**: Prints the decoded trajectory.
## Commands
- `decode`: Run the simulation and decoding loop.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!