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.