claw_code은(는) 무엇을 하나요?
Build a production-grade Rust rewrite of Claude Code for agentic coding, native tool calling, and multi-provider support
Claude Code의 프로덕션급 Rust 재구현으로, 에이전트 코딩, 네이티브 도구 호출 및 다중 공급자 지원을 제공합니다.
이 스킬은 Claude Code의 기능을 Rust로 재구현한 프로덕션급 프로젝트인 `claw_code`를 구축하는 데 중점을 둡니다. 주요 목표는 에이전트 코딩(agentic coding) 기능, 네이티브 도구 호출(native tool calling), 그리고 여러 AI 공급자(multi-provider) 지원을 포함하는 고성능 및 안정적인 코드 어시스턴트를 만드는 것입니다. Rust를 사용함으로써 메모리 안전성, 스레드 안전성, 그리고 높은 성능을 보장하여 대규모 코드베이스에서도 빠르고 신뢰할 수 있는 동작을 제공합니다. 이 스킬은 Cursor, Codex 등과 유사한 AI 에이전트 플랫폼과 통합되어, 개발자가 복잡한 코딩 작업을 자동화하고, 다양한 AI 모델을 유연하게 활용할 수 있도록 설계되었습니다. `SKILL.md` 문서에 따라, 이 프로젝트는 기존 Claude Code의 기능을 확장하고 개선하여, 보다 생산적이고 확장 가능한 개발 환경을 제공하는 것을 목표로 합니다.
npx skills add Mosesmordacious897/claw_codeBuild a production-grade Rust rewrite of Claude Code for agentic coding, native tool calling, and multi-provider support
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.