By DeployGate
DeployGate agent integration: upload mobile apps, manage distribution pages, set up CI/CD, and onboard your team. Supports iOS (IPA) and Android (APK/AAB).
Set up CI/CD integration for automated DeployGate uploads and PR-based distribution
Build the current project and upload the app binary to DeployGate
Add the DeployGate SDK to your Android app for crash reporting and screen capture
Start DeployGate onboarding — set up app distribution from first upload to team-wide deployment
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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).
This repository includes plugin metadata for both Claude Code and Codex:
plugin/.claude-plugin/plugin.json and .claude-plugin/marketplace.jsonplugin/.codex-plugin/plugin.json and .agents/plugins/marketplace.jsonAdd the marketplace and install the plugin from within Claude Code:
/plugin marketplace add DeployGate/deploygate-agent-plugin
/plugin install deploygate@deploygate-marketplace
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.
After installation, start the guided onboarding flow:
/deploygate:setup$deploygate:setuplogin_start → approve in browser → login_wait)The plugin signs you in to DeployGate via a browser-based device authorization code:
login_start tool, which returns a URL and a short code.login_wait, which returns your workspace information once you approve.The issued token is stored at ~/.config/deploygate/token (on Windows, %APPDATA%\deploygate\token) with 0600 permissions and reused across sessions. Run the logout tool to revoke it server-side and delete the local file.
Claude Code invokes plugin skills as slash commands. Codex invokes plugin skills by mentioning the skill name with $.
| Skill | Claude Code | Codex | Description |
|---|---|---|---|
setup | /deploygate:setup | $deploygate:setup | Full onboarding flow with step-by-step progress display |
deploy | /deploygate:deploy | $deploygate:deploy | Build and upload the current project to DeployGate |
ci-setup | /deploygate:ci-setup | $deploygate:ci-setup | CI/CD integration — GitHub Actions, Bitrise, CircleCI (see external CI guide) |
sdk-setup | /deploygate:sdk-setup | $deploygate:sdk-setup | Android SDK integration (crash reporting, screen capture). iOS SDK is currently not recommended. |
| Tool | Description |
|---|---|
login_start | Begin a browser-based device authorization login. Returns a URL for the user to open and approve. |
login_wait | Poll until the user approves login_start. On success, persists the token to ~/.config/deploygate/token (0600). |
logout | Revoke the stored token on the server and delete the local token file. |
get_user_info | Get current user information (workspace names, projects). Auto-clears the local token on a 401 response. |
| Tool | Description |
|---|---|
upload_app | Upload an app binary (IPA/APK/AAB) to DeployGate. |
Parameters:
owner_name (required): Owner name (user or project)file_path (required): Absolute path to the app binarymessage: Build description (max 32,766 bytes; auto-truncated if exceeded)distribution_key: Distribution page key to update. Takes priority over distribution_name.distribution_name: Distribution page name. Creates a new page if not found. Ignored if distribution_key is also specified.release_note: Release note for the distribution pagedisable_notify: Disable push notification to testers (iOS only)ios_simulator_zip: Path to iOS simulator build zip for Instant Device (browser-based preview). Must be uploaded together with an IPA.| Tool | Description |
|---|---|
create_distribution | Create a new distribution page. Returns access_key for the URL https://deploygate.com/distributions/{access_key} |
list_distributions | List all distribution pages for an app |
get_distribution | Get details of a specific distribution page |
update_distribution | Update a distribution page. active and release_scope are always required — use get_distribution first to retrieve current values. |
delete_distribution | Delete a distribution page. Uploaded builds (binaries) are preserved. |
npx claudepluginhub deploygate/deploygate-agent-plugin --plugin deploygateDevelop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification