-
-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Started
Fabio Correa edited this page Apr 15, 2026
·
1 revision
Get up and running with Alex in 5 minutes.
- VS Code 1.100 or later
- GitHub Copilot subscription (Alex uses Copilot's language models)
- Node.js 18+ (for heir project features)
- Open VS Code
- Press
Ctrl+Shift+Xto open Extensions - Search for "Alex Cognitive Architecture"
- Click Install
- Reload VS Code when prompted
code --install-extension alex-cognitive-architecture-X.X.X.vsixWhen you first install Alex, you'll see the Alex Welcome sidebar panel. This is your command center.
- Mind Tab — Shows Alex's current cognitive state (synapses, skills, memory)
- Mission Tab — Displays your current focus and recent sessions
- Journey Tab — Tracks your learning path with Alex
Alex will prompt you to:
- Accept the partnership — Alex remembers your preferences and learns from sessions
- Set your persona — Are you primarily a Developer, Researcher, or Writer?
- Choose your workspace — Alex adapts to your project structure
Open Copilot Chat (Ctrl+Shift+I) and type:
@alex What can you help me with?
Alex will introduce available capabilities based on your workspace.
| Command | What It Does |
|---|---|
@alex dream |
Validates and repairs Alex's memory |
@alex meditate |
Consolidates recent learning |
@alex status |
Shows current cognitive health |
For Alex to work best in your project, create a copilot-instructions.md file:
# In your project root
echo "# Project Instructions\n\nThis is a TypeScript project using React." > .github/copilot-instructions.mdOr let Alex do it:
@alex initialize this workspace
- User Manual — Learn all commands and UI features
- Heir Project Setup — Configure Alex for your specific project
- FAQ — Common questions and troubleshooting
Alex learns your patterns. The more you work together, the better the partnership becomes.
Alex Cognitive Architecture · GitHub · Marketplace · Report Issue
For Alex, code is just an artifact, not the final product.