agent 是做什麼的?
learn agent skill、mermory
Source: https://github.com/GuanZhuiGuo/agent
Discovered by the Awesome Skills daily skill hunter.
學習智能體技能與記憶管理
GuanZhuiGuo/agent 是一個專注於智能體技能學習和記憶管理的開源項目。該倉庫提供了關於如何構建智能體系統以及實現記憶功能的教程、範例程式碼和最佳實踐。它適合那些希望深入理解智能體架構,並掌握如何在不同平台(如 Claude Code、Cursor 等)上開發具有記憶能力的 AI 代理的開發者。該項目由 Awesome Skills 每日技能獵人發現,旨在幫助開發者快速上手智能體開發。
npx skills add GuanZhuiGuo/agentlearn agent skill、mermory
Source: https://github.com/GuanZhuiGuo/agent
Discovered by the Awesome Skills daily skill hunter.
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.