ccs은(는) 무엇을 하나요?
Multi-provider API proxy for Claude Code with Anthropic ↔ OpenAI format conversion and TUI management.
Claude Code용 다중 제공자 API 프록시로, Anthropic ↔ OpenAI 형식 변환 및 TUI 관리를 지원합니다.
gitduk/ccs는 Claude Code 환경에서 Anthropic API 형식과 OpenAI API 형식 간의 변환을 가능하게 하는 다중 제공자 API 프록시 도구입니다. 이를 통해 사용자는 Claude Code를 사용하면서도 OpenAI 호환 API를 유연하게 활용할 수 있으며, 다양한 AI 모델 제공자를 손쉽게 전환할 수 있습니다. 또한 TUI(터미널 사용자 인터페이스)를 통해 프록시 설정과 관리 작업을 직관적으로 수행할 수 있어 개발자 경험을 크게 향상시킵니다. 이 스킬은 주로 Claude Code 플랫폼에서 동작하며, API 호환성 문제를 해결하고 워크플로우 효율성을 높이는 데 초점을 맞추고 있습니다.
npx skills add gitduk/ccsMulti-provider API proxy for Claude Code with Anthropic ↔ OpenAI format conversion and TUI management.
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.