Superpowers 技能
dsh-superpowers adds obra/superpowers support to DeepSeek Harness. It registers 14 skills for brainstorming, planning, TDD, debugging, and code review, and keeps the using-superpowers bootstrap active throughout the session.
이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.
업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.
dsh-superpowers
English | 中文

dsh-superpowers adds obra/superpowers support to DeepSeek Harness. It registers 14 skills for brainstorming, planning, TDD, debugging, and code review, and keeps the using-superpowers bootstrap active throughout the session.
Contents
Installation
From npm (recommended)
dsh plugin --profile web add dsh-superpowers
From GitHub
dsh plugin --profile web add "github:codeAnqiang-ma/dsh-superpowers#master"
After either command, stop and restart dsh web. Replace web with headless or a custom profile name when installing for a different surface, then restart that surface instead.
What it does
- Registers all 14 Superpowers skills on
ctx.skills. They appear in the skill catalog and load through the nativeskilltool. Nothing is copied into~/.dsh/skills. - Adds the
using-superpowersbootstrap as thesuperpowers:bootstrapprompt section at order 50. It is present on the first request and survives context compaction because it is part of the system prompt, not a one-off session message. - Maps Claude Code-style tool names such as
Task,TodoWrite, andBash/Read/Write/Editto their DeepSeek Harness equivalents. The mapping also notes that hooks and slash commands are not available.
Verification
Check that the plugin is present in the profile:
dsh --profile web --dump-config
The output should contain id: superpowers followed by name: dsh-superpowers.
Then start a new session and ask for a feature. The agent should explore first and respond with questions or a design instead of writing code immediately. Its tool calls should include skill.
Configuration
Every field is optional. Override fields in the profile's own cordis.patch.yml:
- id: superpowers
config:
bootstrap: false
| Field | Default | Description |
|---|---|---|
skills | true | Register the bundled skills on ctx.skills. |
bootstrap | true | Register the using-superpowers prompt section. |
toolMapping | true | Append the DeepSeek Harness tool mapping to the bootstrap section. |
order | 50 | Place the bootstrap after the persona (0) and before tool guidance (100–199). |
Setting bootstrap: false keeps the skills discoverable but stops them from self-triggering; the model will use them only when it decides to consult the catalog.
Overhead
The bootstrap adds roughly 1.1k tokens (4,465 characters) to the system prompt of each request. The section is static and stays within the cached prefix. It is not appended as a new chat message on every turn. Set bootstrap: false to keep the skills without the fixed prompt overhead.
Requirements
- DeepSeek Harness
0.1.0-rc.6or newer - Node.js 22.19+ or 24+
- Zero runtime dependencies; the plugin reaches the prompt and skill registries through
ctx
Upstream and license
The skills under skills/ are vendored unmodified from obra/superpowers v6.3.0 at commit b36e082. The exact upstream version and commit are recorded in package.json. Report skill-behavior issues to the upstream repository and packaging issues to this repository.
The optional visual companion in brainstorming loads an upstream-hosted logo containing the Superpowers version. It sends no project or prompt content. Set SUPERPOWERS_DISABLE_TELEMETRY to a true value to disable it.
Two MIT license notices apply: the adapter is © its contributors under LICENSE, while the bundled skills are © Jesse Vincent and the Superpowers contributors under LICENSE.superpowers.
보안 및 설치 증거
이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.
공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.
GitHub 메타데이터에서 라이선스가 감지되지 않았습니다.
최근 180일 내 코드 업데이트가 있습니다.
재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.
검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.
missing-license