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.