npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

dsh-preset-scaffold

v0.1.4

Published

DSH (DeepSeek Harness) scaffold plugin & preset: strict 5-phase init runbook, engineering standards, and six runnable starter templates (node-ts / react-vite / python / go / spring-boot / monorepo). 项目初始化脚手架预设:严格流程 + 工程规范 + 六套模板。

Readme

dsh-preset-scaffold · 项目初始化脚手架预设

License: MIT DeepSeek Harness dsh-index version

一个面向「从零搭建项目骨架」的 DeepSeek Harness(DSH)Agent 预设:内置架构师人设、严格初始化流程、分技术栈模板资产与工程化规范。

功能

  • 人设(persona):项目架构师——决策规则、工具映射、输出契约、硬性约束
  • 工具集:文件读写、pwsh/bash、后台作业、skills、计划模式、workflow、子代理、goal、todo、ask-user、web 搜索
  • 模板资产 templates/:node-ts、react-vite、python(FastAPI)、go、spring-boot、monorepo 六套 starter
  • 技能 skills/:scaffold-runbook(严格流程)、scaffold-templates(模板用法)、project-structure-best-practices(目录规范)、engineering-configuration-standard(配置规范)

安装(DSH 用户)

方式一:作为插件安装(推荐,可入 dsh-index 生态)

四个工程化 skills(runbook / 模板 / 结构 / 配置规范)随包注册,人设与工具沿用宿主 profile(web / standard 已覆盖 runbook 引用的全部工具):

dsh plugin --profile web add github:duyanta123/dsh-preset-scaffold

安装后新建会话即可用;模板资产随包分发,scaffold-templates 技能可直接读取。

当前兼容性门禁固定使用可安装的 @deepseek-ai/[email protected]

环境要求

  • 模板生成脚本和独立工具:按各模板自身的 Node / Python / Go / Java 要求验证。
  • DSH 0.1.5-rc.2 宿主:Node.js >= 22.19。

方式二:作为完整预设安装(含架构师人设)

预设 = 一个目录,安装即复制,无需改任何宿主配置

# 1. 克隆本仓库
git clone https://github.com/duyanta123/dsh-preset-scaffold.git
# 2. 复制到 DSH 的用户预设根目录
Copy-Item -Recurse .\dsh-preset-scaffold "$env:USERPROFILE\.dsh\.agent-presets\scaffold"
# 3. 新建会话,预设选择「项目初始化脚手架」

卸载 = 删除 $HOME/.dsh/.agent-presets/scaffold 目录。

使用

  1. 新建会话,预设选择「项目初始化脚手架」。
  2. 用一句话描述项目(技术栈、类型、依赖)。
  3. Agent 会先确认需求 → 出方案(计划模式)→ 经批准后生成 → 安装依赖 → 启动验证 → 汇报命令与目录树。

开发与贡献

  • 本仓库是$HOME/.dsh/.agent-presets/scaffold已安装副本。改动仓库后需同步过去才生效:

    Copy-Item -Recurse .\dsh-preset-scaffold "$env:USERPROFILE\.dsh\.agent-presets\scaffold" -Force
  • 加模板:新建 templates/<stack>/ 放入完整可运行文件,并在 skills/scaffold-templates/SKILL.md 登记一行。

  • 加技能:新建 skills/<name>/SKILL.md,YAML frontmatter 需含 namedescription

  • 加/减能力:编辑 agent.cordis.yml 的插件行(参考内置 standard 预设)。

  • 校验:用 agentPresets.standingKeyFor('scaffold') 做挂载校验;改完建议新建会话实跑一遍。

License

MIT © duyanta123