AI Agent Hub
Back to plugins
⚙️

ai_skills

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Stone623/ai_skills

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Stone623/ai_skills in DeepSeek Harness to install; full source at https://github.com/Stone623/ai_skills

About this plugin

When an Agent runs through long tasks nonstop, it can drift off track or repeat steps without noticing. Daydream Break, part of the ai_skills plugin, addresses this by giving the Agent a brief mental pause at a random point during extended work: a short acknowledgment, a quick state review of completed steps and next actions, then seamless resumption.

Under the hood it uses the agent/pre-step runtime for genuine randomized scheduling and builds a recovery snapshot from the Session event log. All parameters - trigger count, time window, language, and tone - are configurable via natural language with no config file edits required. It never interrupts a running model request, tool call, permission prompt, or safety-sensitive interaction.

Best suited for developers who collaborate with Agents over extended sessions and want a more natural, less mechanical rhythm in their workflow. It is not a precision timer or a forced-interruption tool - think of it as a small dose of human-like pacing.

Use Cases

  • Brief mid-task state review before resuming a long assignment
  • Preventing drift in multi-step tasks by periodically re-anchoring goals
  • Adding a natural pacing rhythm to extended Agent sessions

Best For

  • Developers running extended Agent sessions daily
  • Active users of DeepSeek Harness and Codex
  • Teams that value natural pacing over rigid automation