DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-lazy-skill

Groups related DeepSeek Harness skills into bundle boxes for on-demand lazy loading and lower context bloat.

UI & ProductivityDeveloper ToolsSkills & Workflows
1GitHub Stars0ForksUpdated2026-08-30

Install

$ dsh plugin --profile web add @lihuu/dsh-skill-bundle

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-skill-bundle (dsh-lazy-skill) is a DeepSeek Harness plugin and self-activating bundle that organizes related skills into modular bundle boxes. Instead of cluttering the model's available skill catalog and exhausting context tokens with flat sibling skill descriptions, a box exposes a single root skill. Sub-skills are loaded dynamically on demand via frontmatter configuration (`loadSubskills`) or model tools (`skill_browse`, `skill_load`), minimizing prompt budget consumption and preserving KV-cache reuse.

Key Capabilities

  • Bundle box packaging grouping a root skill with multiple sub-skills
  • On-demand lazy loading via root frontmatter rules (`loadSubskills: true` or explicit sub-skill lists)
  • Context pollution prevention by keeping sub-skills hidden from the global model catalog until invoked
  • Model tools `skill_browse` and `skill_load` for selective exploration and runtime loading
  • Preserves resource base directories for nested sub-skill content resolution
  • Customizable box storage location via profile-level `boxesDir` configuration

Useful For

  • Multi-step workflows (such as build, push, and rollback) packaged as a single deploy skill
  • Large skill libraries that would otherwise exhaust context tokens when listed in global catalogs
  • Guided multi-skill pipelines requiring deterministic sub-task execution without conversational drift

Who It Fits

  • DeepSeek Harness plugin and skill developers
  • Engineers managing complex, multi-step prompt workflows and toolchains
  • Users optimizing token budgets and prompt context overhead

Documented Limitations

  • Sub-skills must be direct children directories of the bundle box structure
  • Requires proper YAML 1.2 quotation in frontmatter for scalar strings containing commas next to colons
  • Running profiles must be restarted after bundle membership modifications

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 2 runtime, 5 development, 3 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Prepare Script Detected

package.json declares a prepare lifecycle script that may run during relevant package installation workflows.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
lihuu/dsh-lazy-skill
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin Bundle
Source checked
620f027 · 2026-08-30

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
1GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-30
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app