boomzikazita/dsh-skill-lazy
boomzikazita★ 0JavaScript最后同步: 2026-08-20
DSH skill catalog lazy loading: name+one-line summary injection, on-demand search (~500 tokens)
README 摘要
dsh-skill-lazy Lazy skill catalog loading for DeepSeek Harness (DSH). Save tokens on every session by injecting only skill names + one-line summaries instead of the full catalog, and look up full descriptions on demand via skill search . Why By default, DSH injects the full skill catalog — the name plus up to a 500-character description of every installed skill — into the context of every new session. With dozens of skills installed this costs roughly 3K tokens of persistent context per session , even though the model rarely touches most of those skills. dsh-skill-lazy replaces that full dump with a compact catalog: just the skill name and a one-line summary (≤ 40 characters by default) . Full descriptions stay one skill search call away and are only fetched when actually needed. How it works First pass: compact catalog injection - On every agent pre-step, the plugin rewrites the official skill-catalog message into a block where each skill appears as name : one-line summary . - Entries are sorted by call frequency (most-used first) , falling back to alphabetical order for ties. - The underlying source.entries of the catalog message is left untouched, so the harness's own digest/ded…
在 GitHub 查看完整 README →分类
DeepSeek Harness: Everything is a Plugin.
★ 182,325
amruthpillai/reactive-resumeA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
★ 41,477
anywhere-labs/deepseek-harness-desktop为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。
★ 17,784