github-rules은(는) 무엇을 하나요?
ZeroDrift: An open standard of rules and skills for AI coding agents enforcing absolute parity between source and destination.
ZeroDrift: AI 코딩 에이전트가 소스와 대상 간의 완전한 일관성을 유지하도록 하는 규칙 및 기술에 대한 개방형 표준입니다.
이 스킬은 ZeroDrift라는 개방형 표준을 구현한 것으로, AI 코딩 에이전트가 코드베이스의 소스와 대상(예: 로컬 저장소와 GitHub) 간에 절대적인 일관성을 강제하도록 설계되었습니다. 주로 Claude Code, Cursor와 같은 AI 코딩 에이전트와 함께 사용되며, 개발자가 정의한 규칙에 따라 변경 사항이 항상 동기화되고 불일치가 없도록 보장합니다. 이는 복잡한 협업 환경이나 여러 소스에서 작업할 때 특히 유용하며, 수동 병합이나 동기화 오류를 방지합니다. SKILL.md 문서에 따르면, 이 스킬은 규칙 기반 검증을 통해 에이전트가 코드 수정 후 자동으로 대상 저장소와의 일관성을 확인하고, 차이가 발견되면 이를 보고하거나 수정하도록 지시합니다. 이를 통해 개발자는 에이전트의 출력에 대한 신뢰도를 높이고, 지속적인 통합 및 배포 파이프라인에서의 오류를 최소화할 수 있습니다.
npx skills add danielgogolewski/github-rulesZeroDrift: An open standard of rules and skills for AI coding agents enforcing absolute parity between source and destination.
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.