dsh-skill-lazy
Run the following command in DeepSeek Harness:
dsh plugin install boomzikazita/dsh-skill-lazy
Paste the following prompt into your AI chat to install this plugin:
Install it in DeepSeek Harness by running dsh plugin install boomzikazita/dsh-skill-lazy; the source code is available at https://github.com/boomzikazita/dsh-skill-lazy
About this plugin
By default, DeepSeek Harness injects the full skill catalog into every new session context: each installed skill name plus a description of up to 500 characters. With several dozen skills accumulated, that single item costs roughly 3,000 tokens per session, even though the model rarely touches most of them. dsh-skill-lazy replaces the full dump with a compact catalog where each skill appears as just its name and a one-line summary (40 characters or fewer by default), with full descriptions available a single skill_search call away whenever needed.
The core capabilities revolve around on-demand loading. The compact catalog is sorted by recorded call frequency so the most-used skills always appear first. skill_search supports exact-name matches, description substrings, tokenized keywords, and Chinese 2-gram overlap, returning hits grouped by MECE domains with full descriptions and a domain-coverage report. skill_mece_check verifies mutual exclusivity and collective exhaustiveness before you create or evaluate a skill, recommending whether to build a new one or extend an existing one. cost_audit acts as a token-budget watchdog, flagging any tool or skill description that exceeds its limit so you can slim or collapse it.
This plugin is built for DSH users who have installed a dozen or more skills and want to minimize the per-session context overhead while keeping full skill descriptions retrievable on demand. Once installed in an existing DSH environment, it takes effect immediately without requiring you to modify any existing skill files.
Use Cases
- Reduce per-session context overhead when dozens of skills are installed
- Retrieve full skill descriptions on demand via skill_search keyword queries
- Verify mutual exclusivity and domain coverage before creating a new skill
Best For
- DSH users with a dozen or more installed skills
- Developers who track per-session token budgets
- DSH workflow builders managing skill catalog quality
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.