---
name: Devin Remote Task
slug: devin-remote-task
category: AI Engineering
description: Devin Remote Task starts and boundedly follows a remote Devin development task from Claude Code. Use it when a user runs /devin with implementation instructions and you need to launch the task, keep the repo as the working directory, and report follow links.
github: "https://github.com/aigorahub/elves/tree/main/aliases/claude/devin"
language: Python
stars: 218
forks: 14
install: "npx degit https://github.com/aigorahub/elves/tree/main/aliases/claude/devin ~/.claude/skills/devin"
installs_to: ~/.claude/skills/devin
source_path: aliases/claude/devin/SKILL.md
collection_size: 14
category_size: 2970
collection_url: "https://dirskills.com/collections/aigorahub/elves"
added: 2026-09-04T05:25:10.402Z
last_synced: 2026-09-04T05:25:10.402Z
canonical_url: "https://dirskills.com/skills/devin-remote-task"
---

# Devin Remote Task

Devin Remote Task starts and boundedly follows a remote Devin development task from Claude Code. Use it when a user runs /devin with implementation instructions and you need to launch the task, keep the repo as the working directory, and report follow links.

**Install:**

```bash
npx degit https://github.com/aigorahub/elves/tree/main/aliases/claude/devin ~/.claude/skills/devin
```

## README

<!-- elves-managed-alias: claude-skill-alias v1 -->

# Devin Remote Task

This is the Elves-managed Claude Code alias for `/devin <instructions>`.

Load the installed `elves` skill's **Provider shortcut protocols** and
`references/provider-shortcuts.md`. Resolve `scripts/run_devin.sh` from the active Elves skill root,
keep the target repository as the working directory, validate the instructions and
`DEVIN_API_KEY`, and run it. The explicit shortcut authorizes remote session creation, not merge or
protected-ref authority. Preserve the bounded wait and report the printed session/PR follow links.
