PerryLink/dsh-plugin-guide38

dsh-plugin-guide

The dsh-plugin-guide knowledge base plus the dsh-plugin-dev CLI toolchain: official docs, Cordis primer, community deep-dives, and battle-tested pitfalls registered as an on-demand agent skill, with a scaffolder, static checker, and pack verifier for building DSH plugins.

AI 分析

适合需要官方文档、脚手架及静态检查工具的插件开发者。

パッケージ
dsh-plugin-guide
バージョン
0.3.10
ライセンス
Apache-2.0
最終更新
2026/09/12

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PerryLink/dsh-plugin-guide

ドキュメント

README 全文を読む ↗

CLI configuration

The CLI has no hardcoded tunables — each is a flag or an environment variable.

TunableFlagEnvDefault
Templates directoryDSH_PLUGIN_DEV_TEMPLATES`
/templates`
dsh binary--dshDSH_PLUGIN_DEV_DSHdsh
pnpm binary--pnpmDSH_PLUGIN_DEV_PNPMpnpm
Install/pack timeout--timeoutDSH_PLUGIN_DEV_TIMEOUT300000 ms
Headless smoke timeout--smoke-timeoutDSH_PLUGIN_DEV_SMOKE_TIMEOUT120000 ms

Configuration

The skill bundle exposes no Schemastery Config — it registers the knowledge base as an agent skill with no tunable keys. The dsh-plugin-dev CLI reads its tunables from flags and DSH_PLUGIN_DEV_* environment variables (see CLI toolchain).