MultiAgentSystem은(는) 무엇을 하나요?
Multi-agent system built with .NET 10 and Microsoft Agent Framework that orchestrates specialist agents for database querying and file exporting (Excel, Word, PDF) via Azure OpenAI.
.NET 10과 Microsoft Agent Framework로 구축된 멀티 에이전트 시스템으로, Azure OpenAI를 통해 데이터베이스 쿼리 및 파일 내보내기(Excel, Word, PDF)를 전문 에이전트들이 협력하여 처리합니다.
이 스킬은 .NET 10과 Microsoft Agent Framework를 기반으로 구축된 멀티 에이전트 시스템으로, 데이터베이스 쿼리와 파일 내보내기(Excel, Word, PDF) 작업을 전문적으로 처리하는 여러 에이전트를 오케스트레이션합니다. Azure OpenAI의 강력한 언어 모델을 활용하여 사용자의 자연어 요청을 분석하고, 데이터베이스 쿼리 에이전트가 SQL 질의를 생성 및 실행하며, 파일 내보내기 에이전트가 결과를 원하는 형식으로 변환합니다. 이 시스템은 복잡한 데이터 작업을 분업화하여 효율성을 극대화하며, 개발자가 별도의 인프라 구성 없이도 지능형 데이터 처리 파이프라인을 쉽게 구축할 수 있도록 지원합니다. .NET 생태계와의 긴밀한 통합을 제공하므로, C# 및 Azure 서비스를 사용하는 기업 환경에서 특히 유용합니다.
npx skills add marcominerva/MultiAgentSystemMulti-agent system built with .NET 10 and Microsoft Agent Framework that orchestrates specialist agents for database querying and file exporting (Excel, Word, PDF) via Azure OpenAI.
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.