Actor Model banner
nerdsane nerdsane

Actor Model

Development community

Description

--- name: actor-model description: Domain knowledge for the actor architecture, message passing, and connection handling user_invocable: true --- # Actor Model — redis-rust You are about to work on actor-based code. This skill injects the concepts and codebase mappings you need. Every file path, type name, and function signature below is drawn from the actual source. --- ## 1. Actor Fundamentals (General Theory) The actor model (Hewitt, 1973) is a mathematical model of concurrent computatio

Installation

Installs to ~/.claude/agents/nerdsane-redis-rust-actor-model.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nerdsane/redis-rust/HEAD/.claude/agents/actor-model.md -o ~/.claude/agents/nerdsane-redis-rust-actor-model.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository