Overview
Type / to run anything. Type @ to pull anything in. Your whole workspace, from one chat.
A slash command tells Taskade EVE do this exact thing instead of you writing a paragraph. An @ mention pulls a project, agent, or automation into the conversation as context. Together they turn the EVE prompt into the fastest way to drive a Taskade Genesis app.
TL;DR: Inside any Taskade EVE prompt,
/opens the command palette and@opens a workspace picker. Run/build,/fix,/automate,/publishto act on your app. Use@project-name,@agent-name, or@automation-nameto bring a specific Taskade Project, Agent, or Automation into context. Slash commands and @ mentions stack: "@Sales pipeline /automate notify Slack on every new lead". Pair with Chat modes and Taskade EVE Mentions.

How slash and @ work together
┌─────────────────────────────────────────────────────────────┐
│ Type in any EVE chat: │
│ │
│ @ + name → picks a Project / Agent / Automation │
│ / + verb → runs an exact action on the picked thing │
│ │
│ Stack them: │
│ @Sales pipeline /automate notify Slack on every new lead │
└─────────────────────────────────────────────────────────────┘
The mental model: @ is the noun, / is the verb. Pick what you mean, then say what to do.
The chat bar replaces five tabs of navigation. Pick a thing. Pick an action. Done.
Core commands
| Command | What it does |
|---|---|
/build |
Start a new build from a short description |
/fix |
Ask Taskade EVE to repair a broken component or flow |
/automate |
Generate an automation flow from a description |
/publish |
Push the current state to a public URL |
/preview |
Open a preview of the app in-pane |
/style |
Switch the theme, font pack, or color accent |
/commands |
List every available command |
Build & edit
| Command | What it does |
|---|---|
/page |
Add a new page to the app |
/component |
Drop a chart, form, or table onto the current page |
/connect |
Wire the current page to a Project or external database |
/rename |
Rename the app, page, or component in focus |
/history |
Show version history and roll back if needed |
Agents & automations
| Command | What it does |
|---|---|
/agent |
Spin up a new agent with custom tools and memory |
/memory |
Inspect or edit Taskade EVE's persistent memory for the app |
/run |
Run the automation attached to the current page |
/schedule |
Schedule an existing automation |
/test |
Dry-run an automation with sample data |
Sharing
| Command | What it does |
|---|---|
/share |
Copy a shareable link to the app |
/domain |
Attach a custom domain |
/auth |
Add GenesisAuth sign-in to the app |
/users |
Open the App Users table |
Tips
- Commands are greedy:
/publish stagingpublishes to a named environment. - Every command works in any of the four chat modes.
- Typing
/?inside a prompt opens the full command reference.
