Deploygate Agent Plugin
Description
DeployGate integration for Claude Code and Codex
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
DeployGate Agent Plugin
DeployGate agent integration for Claude Code and Codex: upload mobile apps, manage distribution pages, set up CI/CD, and onboard your team. Supports iOS (IPA) and Android (APK/AAB).
Installation
This repository includes plugin metadata for both Claude Code and Codex:
- Claude Code:
plugin/.claude-plugin/plugin.jsonand.claude-plugin/marketplace.json - Codex:
plugin/.codex-plugin/plugin.jsonand.agents/plugins/marketplace.json
Claude Code
Add the marketplace and install the plugin from within Claude Code:
/plugin marketplace add DeployGate/deploygate-agent-plugin
/plugin install deploygate@deploygate-marketplace
Codex
Add the marketplace from your shell:
codex plugin marketplace add DeployGate/deploygate-agent-plugin
Then enable or install the `deploygate` plugin from the configured DeployGate marketplace in Codex.
Standalone MCP server (any MCP client)
Beyond the Claude Code / Codex plugins, the server is published to npm as `@deploygate/mcp` and can be added to any MCP client via `npx` — no install step required.
Add it to your client's MCP configuration (Claude Desktop, Cursor, Cline, and others use the same `mcpServers` shape):
{
"mcpServers": {
"deploygate": {
"command": "npx",
"args": ["-y", "@deploygate/mcp"]
}
}
}
Authentication is the same as the plugin — see the [Authentication](#authentication) section below for the login flow and the platform-specific token storage path. The token is shared with the plugin installs.
Getting Started
After installation, start the guided onboarding flow:
- Claude Code: run
/deploygate:setup - Codex: mention
$deploygate:setup
- Account creation — sign in via browser-based device authorization (
login_start→ approve in browser →login_wait) - App upload — build and upload your IPA/APK/AAB
- Distribution page — create a distribution page with an install link
- **Notificati
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11