Назад към всички

basal-ganglia-memory

// Habit formation and procedural learning for AI agents. Develop preferences and shortcuts through repetition. Part of the AI Brain series.

$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namebasal-ganglia-memory
descriptionHabit formation and procedural learning for AI agents. Develop preferences and shortcuts through repetition. Part of the AI Brain series.
metadata[object Object]

Basal Ganglia Memory 🎯

Habit formation for AI agents. Part of the AI Brain series.

Status: 🚧 Under Development

This skill is being developed. Star/watch for updates!

Concept

The basal ganglia is responsible for habit formation and procedural learning. This skill will give AI agents:

  • Habit tracking — actions repeated become automatic preferences
  • Procedural memory — "muscle memory" for common workflows
  • Reward-based learning — reinforce patterns that work
  • Preference development — "I always do X this way because it works"

AI Brain Series

PartFunctionStatus
hippocampusMemory formation, decay, reinforcement✅ Live
amygdala-memoryEmotional processing✅ Live
basal-ganglia-memoryHabit formation🚧 Development
anterior-cingulate-memoryConflict detection🚧 Development
insula-memoryInternal state awareness🚧 Development

Coming Soon

Based on neuroscience research on the basal ganglia's role in procedural learning and habit formation.


Built with ❤️ by the OpenClaw community