Agent Plugins Marketplace
← All plugins

yellow-devin

v3.0.2

Devin.AI V3 API integration — delegate tasks, manage sessions, review and remediate PRs, orchestrate plan-implement-review chains

Claude Code1 Skill1 MCP serverStreamable HTTP

By KingInYellowsLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install yellow-devin for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install yellow-devin@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/KingInYellows/yellow-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/yellow-devin/.

Plugin files

plugins/yellow-devin/
├── .claude-plugin/plugin.json
├── skills/devin-workflows/SKILL.md
└── .mcp.json

Included Skills1

devin-workflowsskills/devin-workflows/SKILL.md

Devin V3 API workflow patterns and conventions. Use when commands or agents need Devin API context, session management, or error handling.

MCP servers1

devinStreamable HTTP
url
https://mcp.devin.ai/mcp

Plugin manifests1

plugins/yellow-devin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "yellow-devin",
  "version": "3.0.2",
  "description": "Devin.AI V3 API integration — delegate tasks, manage sessions, review and remediate PRs, orchestrate plan-implement-review chains",
  "author": {
    "name": "KingInYellows",
    "url": "https://github.com/KingInYellows"
  },
  "homepage": "https://github.com/KingInYellows/yellow-plugins#yellow-devin",
  "repository": "https://github.com/KingInYellows/yellow-plugins",
  "license": "MIT",
  "keywords": [
    "devin",
    "delegation",
    "orchestration",
    "ai-collaboration"
  ],
  "userConfig": {
    "devin_service_user_token": {
      "type": "string",
      "title": "Devin service user token",
      "description": "Devin V3 service user token (cog_ prefix). Create at Devin Enterprise Settings > Service Users. Stored in system keychain.",
      "sensitive": true
    },
    "devin_org_id": {
      "type": "string",
      "title": "Devin organization ID",
      "description": "Devin organization ID. Find at Devin Enterprise Settings > Organizations.",
      "sensitive": true
    }
  },
  "mcpServers": {
    "devin": {
      "type": "http",
      "url": "https://mcp.devin.ai/mcp"
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[yellow-devin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/yellow-devin)