**Purpose**: Prime any agent with project context and recent activity history for immediate productivity
# Prime Agent - Context Command **Purpose**: Prime any agent with project context and recent activity history for immediate productivity **Usage**: `/prime-agent [directory_path]` ## Arguments | Argument | Required | Description | |----------|----------|-------------| | `directory_path` | Optional | Path to a specific directory or subfolder to focus Claude's attention on. If omitted, uses the current working directory. | **Examples:** - `/prime-agent` - Prime with context from current working directory - `/prime-agent /path/to/project` - Prime with context from a specific...