agentic-swe-book 是做什麼的?
Agentic Software Engineering A Practical Guide for the AI-Native Engineer
這是一本專為 AI 原生工程師編寫的實用指南,深入探討代理式軟體工程。
這項技能連結到《Agentic Software Engineering: A Practical Guide for the AI-Native Engineer》一書,旨在為開發者與 AI 代理提供一份全面的實作參考。該指南系統性地介紹了何謂「代理式軟體工程」(Agentic SWE),即利用 AI 代理自動化或大幅輔助軟體開發流程中的規劃、編碼、測試與除錯等任務。書中涵蓋了當前主流的開發平台(如 Claude Code、Cursor、Codex 等)上的最佳實踐、常見的架構模式(如工具使用、多代理協作、反饋循環),以及如何設計有效的提示與工作流程。對開發者而言,這份指南能幫助他們理解如何將 AI 代理整合到日常工作流程中,提升生產力;對 AI 代理本身而言,它提供了背景上下文與策略性知識,有助於在執行複雜軟體工程任務時做出更明智的決策。此技能可視為一個知識基底,支援任何需要進行軟體開發相關推理與行動的 AI 代理,尤其適用於需要深度理解軟體開發生命週期的場景。
npx skills add awsm-research/agentic-swe-bookAgentic Software Engineering A Practical Guide for the AI-Native Engineer
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.