drafty은(는) 무엇을 하나요?
Point-and-comment on Claude artifacts — Claude edits them in place. A Claude Code plugin (skill + thin CLI). https://drafty.im
Claude 아티팩트에 포인트 앤 코멘트를 추가하면, Claude가 해당 부분을 직접 수정합니다. Claude Code 플러그인(스킬 + 경량 CLI)입니다.
drafty-im/drafty는 Claude Code를 위한 플러그인으로, 사용자가 Claude 아티팩트(예: 코드, 문서, 디자인)에 직접 주석을 달고 지점을 지정하면, Claude가 해당 위치를 정확히 파악하여 코드나 콘텐츠를 그 자리에서 수정할 수 있게 해줍니다. 이는 '포인트 앤 코멘트' 인터페이스를 통해 이루어지며, 개발자가 별도의 컨텍스트 스위칭 없이 특정 부분에 대한 피드백을 즉시 반영할 수 있도록 도와줍니다. 이 스킬은 Claude Code 환경에서 작동하며, 경량 CLI 도구를 함께 제공하여 설치와 사용이 간편합니다. AI 에이전트와의 상호작용을 더 직관적이고 효율적으로 만들어, 특히 반복적인 코드 리뷰나 수정 작업에서 생산성을 크게 향상시킵니다.
npx skills add drafty-im/draftyPoint-and-comment on Claude artifacts — Claude edits them in place. A Claude Code plugin (skill + thin CLI). https://drafty.im
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.