playtime 是做什麼的?
Playtime — the developmental organ of an agent: deliberate safe-to-fail exploration that builds capability before it's needed. Engage & learn, with failure free. Part of agent-nervous-system.
Playtime — 智能體的發展器官:在需要之前,透過安全的可失敗探索來構建能力。參與並學習,無需擔心失敗。屬於 agent-nervous-system 的一部分。
Playtime 是智能體的發展器官,允許其進行有目的且安全的探索,且不會面臨永久性失敗的風險。它屬於 agent-nervous-system 框架,作為關鍵組件,讓智能體透過實作和錯誤學習,在技能成為任務必需之前就建立起來。這種模擬探索程式為智能體提供了低風險環境,使其開發新行為和數據路徑,避免在操作執行中做出昂貴的修正。Playtime 依賴開發者定義的策略,例如強化學習環境或預設沙盒,進行不同品質的經驗生成。支援自訂學習機制和漸進式訓練課程,平衡探索與利用。最終,Playtime 使智能體變得更適應、更穩健,並能進行長期發展,非常適合自主和適應性系統。
npx skills add thdelmas/playtimePlaytime — the developmental organ of an agent: deliberate safe-to-fail exploration that builds capability before it's needed. Engage & learn, with failure free. Part of agent-nervous-system.
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.