Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

codegen-bridge

codegen-bridge에는 evgenygurin에서 수집한 skills 10개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
10
Stars
0
업데이트
2026-03-20
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

bulk-delegation
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-03-20
pr-management
소프트웨어 개발자

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