Bundle
dsh-plugin-context-compressor
Context compression skill for DeepSeek Harness -- intelligent conversation summarization
- Source
- YYTbit
- stars
- 1 stars
- License
- MIT
- Updated
- Updated 15 days ago
Readme
# dsh-plugin-context-compressor Context compression skill for DeepSeek Harness. ## What it does Teaches the agent how to compress long conversations: - Keep decisions, errors, file paths, user preferences - Drop repeated info, failed attempts, verbose output - Structured summary format for easy recall ## Install ```sh dsh plugin --profile your-profile add dsh-plugin-context-compressor ``` ## Usage - "Summarize what we've done so far" - "Compress this conversation" - "We're running out of context, summarize" ## License MIT -- YYTbit
Install
dsh plugin --profile web add github:YYTbit/dsh-plugin-context-compressor#99da28bcc03b0d0ece43b91477cd1615d3c422bf
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-plugin-context-compressor from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.