skills-build-applications-w-copilot-agent 是做什麼的?
Exercise: Build applications with GitHub Copilot agent mode
練習:使用 GitHub Copilot 代理模式建構應用程式
這是一個專為開發者設計的實作練習技能,旨在透過 GitHub Copilot 的代理模式 (agent mode) 來建構應用程式。使用者將學習如何利用 Copilot 作為獨立的開發代理,自動執行多步驟任務,例如生成程式碼、建立專案結構、以及處理複雜的開發工作流程。該技能支援 GitHub Copilot 的進階功能,讓 AI 不僅能提供程式碼建議,還能扮演主動的角色來協助完成應用程式的開發與除錯。透過此練習,開發者可以深入理解如何將 Copilot 整合到日常開發中,從而提升生產力並減少手動重複性工作。適合想要探索 AI 輔助開發工具潛力的前端、後端或全端工程師。
npx skills add JacekRatajewskiMakolab/skills-build-applications-w-copilot-agent-modeExercise: Build applications with GitHub Copilot agent mode
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.