Codex Workflow TUI은(는) 무엇을 하나요?
Codex workflow skill and terminal UI for coordinating multi-agent coding runs
멀티 에이전트 코딩 실행을 조정하기 위한 Codex 워크플로 스킬 및 터미널 UI입니다.
이 스킬은 Codex 및 기타 AI 코딩 에이전트를 위한 워크플로 조정 및 터미널 사용자 인터페이스(TUI)를 제공합니다. 여러 AI 에이전트가 복잡한 코딩 작업을 협력적으로 실행할 수 있도록 설계되었으며, 작업 분할, 에이전트 간 통신, 진행 상황 추적 등을 효율적으로 관리합니다. 터미널 기반 인터페이스를 통해 사용자는 실행 중인 워크플로를 시각적으로 모니터링하고 개입할 수 있습니다. 주로 Codex 플랫폼에서 사용되며, 멀티 에이전트 시스템의 복잡성을 줄이고 생산성을 높이는 데 유용합니다. 이 스킬은 SKILL.md 문서에 정의된 대로 사용자 정의 워크플로우와 통합되어 자동화된 코드 생성, 리뷰, 테스트 파이프라인을 구축하는 데 활용됩니다.
npx skills add clankercode/codex-workflow-tuiCodex workflow skill and terminal UI for coordinating multi-agent coding runs
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.