Help us improve
Share bugs, ideas, or general feedback.
Development marketplace for codegen-bridge plugin
npx claudepluginhub evgenygurin/codegen-bridgeBridge to Codegen AI agent platform — delegate tasks, monitor agents, review output, debug failures, and manage PRs via cloud agents
Share bugs, ideas, or general feedback.
AI-agent plugin and skills pack for delegating implementation plans to Codegen cloud agents.
/codegen, /cg-status, /cg-logs, /cg-merge, /cg-settingsexport CODEGEN_API_KEY="your-api-key"
export CODEGEN_ORG_ID="your-org-id"
Install local plugin:
/install-plugin ~/.claude/plugins/codegen-bridge
Install plugin from repository:
/add-plugin https://github.com/evgenygurin/codegen-bridge
Detailed guide: docs/README.cursor.md
Tell Codex:
Fetch and follow instructions from https://raw.githubusercontent.com/evgenygurin/codegen-bridge/main/.codex/INSTALL.md
Detailed guide: docs/README.codex.md
gemini extensions install https://github.com/evgenygurin/codegen-bridge
Update:
gemini extensions update codegen-bridge
Detailed guide: docs/README.gemini.md
Tell OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/evgenygurin/codegen-bridge/main/.opencode/INSTALL.md
Detailed guide: docs/README.opencode.md
Start a new agent session and ask for delegation, for example:
delegate this task to codegenshow latest codegen runssummarize run <id>The assistant should use codegen_* tools and codegen-bridge skills.
When writing-plans offers execution options, choose "Codegen Remote" to delegate to cloud agents. The executing-via-codegen skill will:
| Module | Tools | Purpose |
|---|---|---|
agent | create_run, get_run, list_runs, resume_run, stop_run, ban_run, unban_run, remove_from_pr, get_logs, create_and_monitor, monitor_run_background, bulk_create_runs, report_run_result | Agent run lifecycle, monitoring, bulk ops |
execution | start_execution, get_execution_context, get_agent_rules | Multi-task execution plans |
pr | edit_pr, edit_pr_simple | Pull request management |
setup | list_orgs, list_repos, list_users, get_user, get_current_user, get_organization_settings, get_mcp_providers, get_oauth_status, revoke_oauth, get_check_suite_settings, update_check_suite_settings, generate_setup_commands, list_models | Organization, repo, user setup |
integrations | get_integrations, get_webhook_config, set_webhook_config, delete_webhook_config, test_webhook, analyze_sandbox_logs, generate_slack_token, check_integration_health | Webhooks, sandbox, Slack, health |
analytics | get_run_analytics | Run statistics and metrics |
session | set_session_preference, get_session_preferences, clear_session_preferences | Per-session state management |
settings | get_settings, update_settings | Plugin settings management |
sampling | summarise_run, summarise_execution, generate_task_prompt, analyse_run_logs | LLM sampling tools |
Auto-generated tools from the Codegen OpenAPI spec are also available at runtime via the OpenAPI provider.
| Skill | Description |
|---|---|
executing-via-codegen | Orchestrate plan execution task-by-task via cloud agents |
codegen-delegation | Delegate individual tasks to Codegen agents |
agent-monitoring | Monitor and track agent run progress |
pr-management | Manage pull requests created by agents |
| Agent | Description |
|---|---|
codegen-delegator | Orchestrates multi-task plan execution via cloud agents |
pr-reviewer | Reviews and manages pull requests from agent runs |
Hooks live in the root hooks/ directory and run automatically:
codegen_create_run, auto-formats status after codegen_get_run