hackagent은(는) 무엇을 하나요?
Open-source platform for AI agent hackathons and skill distribution.
AI 에이전트 해커톤과 스킬 배포를 위한 오픈소스 플랫폼입니다.
openbuildxyz/hackagent는 AI 에이전트를 위한 해커톤 개최 및 스킬 배포를 지원하는 오픈소스 플랫폼입니다. 이 스킬은 개발자들이 AI 에이전트 기반 프로젝트를 빠르게 프로토타이핑하고, 대회에 참여하며, 자신이 개발한 에이전트 스킬을 커뮤니티와 공유할 수 있는 기반을 제공합니다. 주로 Claude Code, Cursor, Codex와 같은 AI 코딩 어시스턴트와의 통합을 염두에 두고 설계되어, 에이전트가 해커톤 환경에서 동적으로 스킬을 로드하고 활용할 수 있습니다. SKILL.md 문서에 따르면, 이 플랫폼은 중앙 집중식 스킬 저장소 역할을 하여 누구나 오픈소스로 기여할 수 있으며, 에이전트 간의 호환성과 확장성을 높이는 데 초점을 맞추고 있습니다. 이를 통해 AI 에이전트 생태계의 협업과 혁신을 가속화하는 것을 목표로 합니다.
npx skills add openbuildxyz/hackagentOpen-source platform for AI agent hackathons and skill distribution.
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.