DSH Market
S

Superpowers Dsh

by LayneChai · LayneChai/superpowers-dsh

InstallableBundlenpmfresh

Superpowers skills for DeepSeek Harness: TDD, debugging, planning, and collaboration skills adapted from obra/superpowers

Install Superpowers Dsh

Clean install: prebuilt on npm and declares a `dsh.bundle` layer.

The one-line version

dsh plugin --profile my-profile add superpowers-dsh

The easy path: this bundle is published to npm, so the install pulls a prebuilt artifact — no build step runs on your machine and no build approval is needed.

From npm — installs a prebuilt artifact, no build step on your machine

# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add superpowers-dsh

# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config

# 3. boot the profile
dsh --profile my-profile

Package: superpowers-dsh

Prefer to install from source instead?

From GitHub — pulls source, and may ask for build approval on first run

# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:LayneChai/superpowers-dsh#<commit-sha>

# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config

# 3. boot the profile
dsh --profile my-profile

Prerequisites

API key
Not required.
Network access
Not required at runtime.
Language
JavaScript

Install check

Every field the verdict was derived from, so you can re-derive it yourself

Field checkedResultWeightWhat the spec says about it
lifecycleScriptspassinfono install-time scripts
dsh.bundlepassfatalpackage.json declares a `dsh.bundle` layer
dsh.bundle.patch filepassfatalpatch file present at `cordis.patch.yml`
npm registrypassfatalpublished as `superpowers-dsh` — prebuilt artifacts
Verdict reason
on npm with a valid bundle declaration
package.json read
package.json
Rules applied from
docs/user/develop/basic/publish.md
Checked at
2026-08-15

From the README

Excerpt as published by the author, plain text, unedited

为 **DeepSeek Harness (DSH)** 打造的 Superpowers 插件包:把 (Claude-Code 技能库:TDD、调试、规划、协作模式)移植到 DSH 的 Cordis 插件架构上。 插件会向 `ctx.skills` 注册表的 **host 层** 注册一个技能提供者,因此每个 agent preset 的作用域链都会合并这些技能。技能正文随包分发 (`skills/ /SKILL.md`),通过 `import.meta.url` 定位——这是包的 组装事实,不需要任何用户配置。 这是 DeepSeek Harness 的**插件包**。安装后会把下面的 14 个技能注册进 host 技能注册表,你 profile 里的每个 agent 会话都能在技能目录中看到它们, 并可用 `skill` 工具加载。 - 已安装 DeepSeek Harness,并且有 **pnpm** —— `dsh plugin` 命令内部调用 pnpm(用 `pnpm --version` 检查;没有的话到 https://pnpm.io 安装) - `dsh` 命令行。它随 Harness 一起提供,通常以 `npx @deepseek-ai/dsh web` 方式启动,所以只在该命令的进程内可用。要么把它装成全局命令,要么在下面 所有命令前加 `npx`:

Topics

GitHub topics on this repository

More in Agentic Workflow Planning Adapted

Ranked by similarity inside the cluster, not alphabetically