Tianbaidi/dsh-plugin-github-search

插件 ⭐ 0 coding

Search before you build. A DeepSeek Harness plugin that makes an agent check GitHub and npm for existing projects before writing a new plugin or capability — so an existing project is found before time is spent reinventing it.

catalog 简介:—

安装

# optional: a GitHub token raises the anonymous search rate limit
$env:GH_TOKEN = "ghp_..."          # Windows
export GH_TOKEN=ghp_...            # macOS/Linux

# install the bundle into any profile (the prepare script builds on install)
dsh plugin --profile web add github:Tianbaidi/dsh-plugin-github-search

Tianbaidi/dsh-plugin-github-search 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。