
Security News
pnpm 12’s Rust Rewrite Cuts Install Times by Up to 90%
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.
dsh-refactoring-guide
Advanced tools
A DSH plugin that provides the refactoring-guide skill for safe, incremental, behavior-preserving refactorings.
A DeepSeek Harness (DSH) plugin that provides the refactoring-guide skill for safe, incremental, behavior-preserving refactorings.
This plugin bundles the refactoring-guide skill, which applies safe, incremental, behavior-preserving refactorings using a test-protected, small-step workflow. The skill includes guidance for:
The skill is automatically available in DSH sessions when this plugin is installed.
Navigate to the plugin directory:
cd E:\DeepSeek_Harness\plugins\dsh-refactoring-guide
Install into a DSH profile:
dsh plugin --profile web add .
Or from an absolute path:
dsh plugin --profile web add E:\DeepSeek_Harness\plugins\dsh-refactoring-guide
dsh plugin --profile web add dsh-refactoring-guide
dsh plugin --profile web add github:owner/dsh-refactoring-guide
No manual configuration is needed after installation. When the model encounters a refactoring-related trigger scenario during a session, it loads the matching skill automatically. You can also specify directly in conversation:
First give me an implementation plan for this refactor.
Or:
Refactor this function to improve readability.
The plugin registers a skill provider on ctx.skills that reads the bundled skills/refactoring-guide/SKILL.md file. The DSH skill system discovers the skill and makes it available to the model via the skill tool.
dsh-refactoring-guide/
├── package.json # declares dsh.bundle manifest
├── cordis.patch.yml # the layer applied when a profile lists this bundle
├── README.md # this file
├── lib/
│ └── index.js # plugin module that registers skill provider
└── skills/
└── refactoring-guide/
└── SKILL.md # the skill content
MIT
FAQs
A DSH plugin that provides the refactoring-guide skill for safe, incremental, behavior-preserving refactorings.
The npm package dsh-refactoring-guide receives a total of 142 weekly downloads. As such, dsh-refactoring-guide popularity was classified as not popular.
We found that dsh-refactoring-guide demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.

Research
/Security News
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.