icefall7 / dsh-plugin-scout

목록에 있음

A DeepSeek Harness plugin + skill that scouts the DSH ecosystem: the core deepseek-harness repo and every dsh-plugin-tagged repository, discovers harnesses related to your goal, and judges whether each is worth trying.

main스킬 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:icefall7/dsh-plugin-scout

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 cccc690동기화 2026. 8. 18.

dsh-plugin-scout

A DeepSeek Harness plugin + skill that scouts the DSH ecosystem: it surveys the core deepseek-harness repo and every repository tagged dsh-plugin, discovers harnesses related to your goal, and judges whether each is worth trying.

What it does

Before you build a new harness or adopt someone else's, plugin-scout answers two questions:

  1. What already ships in the core harness, so you do not rebuild it?
  2. Which community plugins are related to my goal, and are they worth trying?

It produces a short candidate table with one verdict per candidate — TRY / WATCH / SKIP — plus the evidence behind each verdict. It only scouts and judges: installing a chosen plugin is find-plugins' job, and building a new one is make-dsh-plugin's job.

Install

As a bundle (published to npm or installed from git):

dsh plugin add https://github.com/<owner>/dsh-plugin-scout

The bundle registers the plugin-scout skill automatically.

Or install only the skill by copying its directory:

cp -R skills/plugin-scout "$DSH_HOME/skills/"

Usage

Ask DSH things like:

  • "Is there a harness for X in the ecosystem? Should I try it?"
  • "Before I build a Y plugin, what already exists?"
  • "Survey the dsh-plugin topic and judge what is worth adopting for my goal."

The skill runs two deterministic scripts:

  • scripts/survey-harness.mjs — lists deepseek-harness packages and the locally installed official packages.
  • scripts/search-topic.mjs — lists public, non-archived, non-fork repos tagged dsh-plugin, with pagination.

It then narrows to the relevant candidates, inspects their README, package.json and file tree, and applies references/judgment-rubric.md to reach each verdict.

License

MIT

저장소 정보

언어
JavaScript
라이선스
MIT
마지막 업데이트
2026. 8. 14. 오후 9:47

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.