algorithms-study은(는) 무엇을 하나요?
Interactive Algorithms study hub — 10 finals lessons + a 15-algorithm interactive Zoo + source-verified notes. Built with Claude Code; includes teach-skill.md.
대화형 알고리즘 학습 허브 — 10개의 기말 강의 + 15개 알고리즘 대화형 동물원 + 출처 검증된 노트. Claude Code로 제작되었으며 teach-skill.md 포함.
이 스킬은 개발자와 AI 에이전트 사용자를 위해 설계된 대화형 알고리즘 학습 허브입니다. 10개의 주요 기말 강의를 통해 핵심 알고리즘 개념을 체계적으로 학습할 수 있으며, 15개 알고리즘을 대화형으로 탐색할 수 있는 '알고리즘 동물원(Zoo)'을 제공하여 시각적이고 실습적인 이해를 돕습니다. 모든 학습 자료는 출처가 검증된 노트로 구성되어 신뢰성을 보장하며, Claude Code 환경에서 최적화되어 있어 AI 에이전트가 자연스럽게 학습 과정을 안내하고 질문에 응답할 수 있습니다. 또한 포함된 teach-skill.md 파일을 통해 이 스킬 자체를 학습하고 확장하는 방법에 대한 가이드를 제공합니다. 이 스킬은 Cursor나 Codex와 같은 다른 AI 코딩 도구에서도 활용 가능하며, 알고리즘 면접 준비나 컴퓨터 과학 기초 학습에 효과적인 도구입니다.
npx skills add brant92good/algorithms-studyInteractive Algorithms study hub — 10 finals lessons + a 15-algorithm interactive Zoo + source-verified notes. Built with Claude Code; includes teach-skill.md.
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.