### 正式专业译法(适配技术社区语境): **superpowers-dsh: Empowering DeepSeek Harness with TDD, Debugging and Planning Capabilities**

`superpowers-dsh` is a community skill plugin maintained by LayneChai, which portrays the TDD, systematic debugging, planning and collaboration skills of obra/superpowers to DeepSeek Harness. After installation, 14 skills will be registered for the host layer of `ctx.skills`, which can be loaded by the `skill` tool with their bare names. The installation command on the catalog page is `dsh plugin add github:LayneChai/superpowers-dsh`; you need to restart your profile after installation. The plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation.

Read More
Use Matt Pocock's TDD Skills for Vertical Slice Test-Driven Development

This article introduces Matt Pocock's tdd Skill constrained programming Agent that follows vertical slice TDD: first agree on the public seams, then write exactly one failing test and just enough implementation code to pass it each time. Based on GitHub's SKILL.md, tests.md, mocking.md and aihero.dev, the article sorts out the testing standards, three anti-patterns, mocking boundaries, installation methods for Cursor / Claude Code / Codex, as well as restrictions such as refactoring being moved to code review and not suitable for glue code.

Read More
python-tdd-with-uv: Let AI Agent Write Python in Red-Green-Refactor Cycle

### Translation: This article introduces `python-tdd-with-uv`: a SKILL.md from spencerpauly/awesome-cursor-skills that teaches AI Agents to conduct Python Test-Driven Development (TDD) using uv. It verifies the official capabilities of uv (including its project initiation with pytest, vertical slice red-green-refactor workflow, and uv run conventions), covers the installation directory and activation method under Cursor/Claude Code/Codex, provides reproducible command examples and test structure samples, and explains the applicable scenarios and limitations of this skill.

Read More