Tianbaidi/dsh-plugin-github-search

Plugin ⭐ 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 description:—

Install

# 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

Add Tianbaidi/dsh-plugin-github-search to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.