build-claude-code은(는) 무엇을 하나요?
从0到1构建 Claude code (学习版)
Claude Code를 처음부터 직접 구축하는 학습용 스킬입니다.
이 스킬은 Claude Code를 처음부터 직접 구축하는 과정을 학습할 수 있도록 설계되었습니다. 숙련된 개발자나 AI 에이전트 사용자가 Claude Code의 내부 구조와 동작 방식을 깊이 이해하고, 실제로 직접 구현해보면서 학습하는 것을 목표로 합니다. 공식 Claude Code 문서나 기존 코드베이스를 참고하거나, 독자적인 접근 방식으로도 활용할 수 있습니다. 이 스킬은 Claude Code 자체에 초점을 맞추어, 다른 플랫폼(Cursor, Codex 등)과의 호환성은 보장하지 않습니다.
npx skills add OPBR/build-claude-code从0到1构建 Claude code (学习版)
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.