Help us improve
Share bugs, ideas, or general feedback.
From yellow-devin
Slash commands for managing Devin V3 sessions — delegate tasks, monitor
npx claudepluginhub kinginyellows/yellow-plugins --plugin yellow-devinHow this command is triggered — by the user, by Claude, or both
Slash command
/yellow-devin:READMEdevin/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Devin Commands Slash commands for managing Devin V3 sessions — delegate tasks, monitor progress, send messages, and research codebases. ## Command Reference | Command | Description | Arguments | Example | |---|---|---|---| | `/devin:setup` | Validate V3 credentials and permissions with live API probes. | _(none)_ | `/devin:setup` | | `/devin:delegate` | Create a new Devin session with a task prompt. | `<task description> [--tags t1,t2] [--max-acu N]` | `/devin:delegate Refactor the auth module --tags auth,refactor --max-acu 5` | | `/devin:status` | Check status of a specific session or...
/READMEDisplays documentation for DevTeam multi-agent slash commands: plan projects/sprints, implement autonomously, fix bugs/GitHub issues, review code, run tests, check status, manage git worktrees.
/codexDelegates coding tasks to OpenAI Codex CLI for autonomous execution via natural language prompts, handling code refactoring, testing, bug fixes, explanations, features, and reviews.
/READMEDisplays documentation for all available commands, including format, validation, and discovery scripts. Also supports listing commands by keyword.
/READMEDisplays list of SuperClaude slash commands: agent (AI agents), index-repo (repo indexing), recommend, research (web research), and sc (show all), with install notes.
/READMEDisplays the full catalog of 31 slash commands organized by SDD workflow, data engineering, visualization, and developer productivity categories.
/READMEDisplays documentation for pixel art commands to create sprites with size/palette presets, manage palettes, export PNG/GIF/spritesheets/JSON, setup Aseprite MCP server, and show help.
Share bugs, ideas, or general feedback.
Slash commands for managing Devin V3 sessions — delegate tasks, monitor progress, send messages, and research codebases.
| Command | Description | Arguments | Example |
|---|---|---|---|
/devin:setup | Validate V3 credentials and permissions with live API probes. | (none) | /devin:setup |
/devin:delegate | Create a new Devin session with a task prompt. | <task description> [--tags t1,t2] [--max-acu N] | /devin:delegate Refactor the auth module --tags auth,refactor --max-acu 5 |
/devin:status | Check status of a specific session or list recent sessions. | [session-id] [--tag TAG] [--status STATUS] [--archived] | /devin:status abc123 |
/devin:message | Send a follow-up message to an active session (auto-resumes suspended sessions). | <session-id> <message> | /devin:message abc123 Please also add unit tests |
/devin:cancel | Terminate a running session after user confirmation. | <session-id> | /devin:cancel abc123 |
/devin:wiki | Query DeepWiki or Devin Wiki about a repository's architecture and patterns. | <question> [--repo owner/repo] | /devin:wiki How does authentication work --repo acme/backend |
/devin:archive | Archive a session to hide it from the default status listing. | <session-id> | /devin:archive abc123 |
/devin:tag | Add, remove, or list tags on a session. | <session-id> <add|remove|list> [tags...] | /devin:tag abc123 add sprint-42 bug-fix |
/devin:review-prs | Discover Devin PRs for current repo, review with multi-agent pipeline, and remediate. | [--tag TAG] [--session SESSION_ID] | /devin:review-prs --tag sprint-42 |
All commands (except /devin:wiki) require:
DEVIN_SERVICE_USER_TOKEN — service user credential (cog_ prefix)DEVIN_ORG_ID — organization IDcurl and jq installedRun /devin:setup after first install or token rotation to verify credentials.
devin-workflows skill — shared V3 API patterns and error handling