Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

codegen-bridge

codegen-bridge contém 10 skills coletadas de evgenygurin, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
10
Stars
0
atualizado
2026-03-20
Forks
0
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

bulk-delegation
Desenvolvedores de software

Use when batch-delegating multiple independent tasks to Codegen cloud agents in a single call. Uses codegen_bulk_create_runs for parallel execution. Best for plans where tasks have no inter-dependencies.

2026-03-20
debugging-failed-runs
Analistas de garantia de qualidade de software e testadores

Use when debugging failed, stuck, or misbehaving Codegen agent runs — systematic 4-phase approach. Triggers on agent run failures, timeouts, or unexpected results. Analogous to superpowers systematic-debugging but for cloud agents.

2026-03-20
reviewing-agent-output
Analistas de garantia de qualidade de software e testadores

Use when reviewing code and PRs created by Codegen agents — two-stage review process. Stage 1 checks spec compliance (did the agent do what was asked?). Stage 2 checks code quality (is the code good?). Triggers after agent runs complete.

2026-03-20
run-analytics
Desenvolvedores de software

Use when analyzing Codegen agent run performance — interpret success rates, duration metrics, token usage, and trends via codegen_get_run_analytics. Best used after batch runs or for periodic performance review.

2026-03-20
prompt-crafting
Desenvolvedores de software

Guide for writing effective prompts for Codegen cloud agents. Includes templates, anti-patterns, and optimization strategies. Auto-triggers when creating agent runs to ensure prompt quality.

2026-03-20
agent-monitoring
Desenvolvedores de software

Monitor running Codegen agents — poll status, review logs, detect blockers, and surface progress. Triggered when codegen_get_run, codegen_get_logs, codegen_list_runs, or codegen_get_execution_context tools are invoked.

2026-03-20
codegen-delegation
Desenvolvedores de software

Automatically delegate tasks to Codegen cloud agents when user requests code changes, implementations, or fixes that should run remotely. Triggered when codegen_create_run or codegen_start_execution tools are invoked. Includes prompt templates and quality checklist.

2026-03-20
executing-via-codegen
Desenvolvedores de software

Use when executing implementation plans via Codegen cloud agents instead of locally. Delegates each task as a separate Codegen agent run, monitors progress, and handles blockers. Drop-in replacement for superpowers:executing-plans — works with the same plan format.

2026-03-20
using-codegen-bridge
Desenvolvedores de software

Use when starting any conversation involving Codegen cloud agents — establishes skill map, decision tree, and integration with superpowers plugin

2026-03-20
pr-management
Desenvolvedores de software

Manage pull requests created by Codegen agents — review status, edit state, ban/unban checks, and remove Codegen from PRs. Triggered when codegen_edit_pr, codegen_ban_run, codegen_unban_run, or codegen_remove_from_pr tools are invoked.

2026-02-21