dsh-i-have-adhd
开发工具 活跃维护

dsh-i-have-adhd

NecromanAlbert/dsh-i-have-adhd

提供ADHD友好的会话常驻提示,默认开启无需手动调用,将提示规则托管为系统级配置而非普通技能目录项,贴合ADHD用户注意力特点,降低日常使用门槛。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
9 KB
仓库大小
29 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:NecromanAlbert/dsh-i-have-adhd
git clone https://github.com/NecromanAlbert/dsh-i-have-adhd.git
git clone git@github.com:NecromanAlbert/dsh-i-have-adhd.git
README.md main
# dsh-i-have-adhd **Always-on ADHD-friendly output for every DeepSeek Harness session.** [简体中文](https://github.com/NecromanAlbert/dsh-i-have-adhd/blob/main/README.zh.md) · [MIT](https://github.com/NecromanAlbert/dsh-i-have-adhd/blob/main/LICENSE) [![License: MIT](https://cdnimage-cache.doubi.ren/?url=https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/NecromanAlbert/dsh-i-have-adhd/main/LICENSE) [![dsh.bundle](https://cdnimage-cache.doubi.ren/?url=https://img.shields.io/badge/dsh.bundle-required-0f766e.svg)](https://deepseek-harness.github.io/deepseek-harness/develop/basic/publish.html) [![topic: dsh-plugin](https://cdnimage-cache.doubi.ren/?url=https://img.shields.io/badge/topic-dsh--plugin-111827.svg)](https://github.com/topics/dsh-plugin) [![Node.js 22+](https://cdnimage-cache.doubi.ren/?url=https://img.shields.io/badge/Node.js-22%2B-339933.svg?logo=node.js&logoColor=white)](https://nodejs.org/)

Community plugin for DeepSeek Harness. Not an official DeepSeek AI product.

Host-only. Injects a global systemPrompt section so every session on the profile gets the rules. This is not a skill catalog item. DSH skills are opt-in; this plugin is always on.

Rules adapted from ayghri/i-have-adhd (MIT). See NOTICE.

Install

dsh plugin --profile desktop add github:NecromanAlbert/dsh-i-have-adhd

Restart Desktop after install. New sessions pick it up immediately. Existing sessions pick it up on the next model request after Host reload.

What it does

Shape Action first. Numbered steps. One 2-minute closer. Lists ≤5.
Persistence Every response until the reader says stop adhd mode or normal mode.
Restate Task progress only (step 3 of 5). Not identity, plugins, topology.
Off One-line confirm, then drop the rules for that session.

Config

Optional config: on the composition row:

- id: dsh-i-have-adhd
  name: dsh-i-have-adhd
  config:
    enabled: true
    order: 8
    extra: ''

enabled: false unloads the section. extra appends one house-specific line.

What this is not

  • Not a skill the model has to load with the skill tool.
  • Not a housekeeper identity fiber.
  • Not caveman-speak. Technical terms stay exact.

Develop

node --test

Host: lib/index.js. Prompt text: lib/prompt.js. No Client half.

License

MIT. Upstream skill: MIT, Ayoub Ghriss.