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-ecc

v0.2.0

Published

ECC (227k-star operator system) skills for DeepSeek Harness — progressive port: v0.1 ships 20 curated single-file skills (agentic engineering, evaluation, testing, patterns, docs); 270+ more follow. Adapted from affaan-m/ECC (MIT)

Readme

dsh-ecc

affaan-m/ECC(~227k⭐ 的"操作员系统",285 个 技能)渐进移植到 DeepSeek Harness (DSH) 的 Cordis 插件架构。

English: ECC (227k⭐ operator system) skills for DeepSeek Harness — progressive port. v0.1.0 ships 20 curated, self-contained single-file skills; the remaining 270+ follow in later batches. Adapted from affaan-m/ECC (MIT, © Affaan Mustafa).

插件向 ctx.skills 注册表的 host 层 注册技能提供者;技能随包分发 (skills/<name>/SKILL.md),无需用户配置。

非官方移植:技能内容改编自 affaan-m/ECC(MIT, © Affaan Mustafa)。 ECC 的 Claude Code 专属基础设施(agents/hooks/commands/mcp-configs)不在本包内。

安装

dsh plugin --profile web add dsh-ecc
# 或 GitHub
dsh plugin --profile web add github:gongyijie85/dsh-ecc

装完重启 profile(dsh web),技能即可用 skill 工具加载。

v0.1.0 首批 20 个技能

| 分类 | 技能 | | --- | --- | | 工程方法论 | agentic-engineering(eval-first 执行)、ai-first-engineeringtdd-workflowverification-loop | | Agent 系统 | agent-architecture-auditagent-evalagent-self-evaluationai-regression-testing | | 工程基础 | coding-standardsgit-workflowerror-handlingcodebase-onboardingapi-designarchitecture-decision-records | | 模式与数据 | docker-patternspostgres-patternsdatabase-migrationsdesign-system | | 研究与优化 | deep-researchprompt-optimizer |

v0.2.0 新增 68 个模式类技能

前端:react-patternsreact-testingreact-performancereact-native-patternsvue-patternsnuxt4-patternsvite-patternsnextjs-turbopackfrontend-patternsfrontend-a11yui-to-vuecompose-multiplatform-patterns

后端框架:nestjs-patternsfastapi-patternsdjango-patterns(+tdd/security/verification)、 laravel-patterns(+tdd/security/verification/plugin-discovery)、springboot-patterns (+tdd/security/verification)、quarkus-patterns(+tdd/security/verification)、bun-runtime

语言模式:python-patterns(+testing)、golang-patterns(+testing)、rust-patterns(+testing)、 cpp-coding-standards(+testing)、csharp-testingfsharp-testingjava-coding-standardskotlin-patterns(+testing/coroutines-flows/exposed-patterns/ktor-patterns)、 dart-flutter-patterns(+flutter-dart-code-review)、swiftui-patterns(+concurrency-6-2/actor-persistence/protocol-di-testing)、 perl-patterns(+security/testing)、dotnet-patterns

数据与架构:mysql-patternsredis-patternsprisma-patternsjpa-patternshexagonal-architecturecontract-firstdeployment-patternskubernetes-patternsbackend-patternsmcp-server-patterns

移植路线图(渐进)

  • v0.1.0 ✅ 20 个纯单文件、无 harness 依赖的技能
  • v0.2.0(本次) ✅ 68 个模式类批量(前端/后端/语言/数据/架构)
  • v0.3 ⏳ Agent 编排类(orch-、council、team-、e2e-testing、browser-qa、repo-scan 等)
  • v0.4 ⏳ 垂直领域(healthcare-、homelab-、scientific-、finance- 等)
  • 不移植:依赖 ECC 专属基础设施的技能(ecc-guideecc-recipesgateguardplan-orchestrate 等 6 个引用 /ecc:* 命令/hooks 的)与 带辅助文件的 7 个技能 —— 除非后续做 hooks/commands 桥接层

移植说明(对比上游)

  • 来源:skills/<name>/SKILL.md 原样复制(标准格式,frontmatter 含 metadata.origin: ECC)。
  • 适配:仅 2 处命令引用改为 DSH 裸名(/bug-checkbug-check/prompt-optimizeprompt-optimizer);无 Skill tool 引用。
  • 剔除:依赖 /ecc:* 命令、hooks.json、ccconfig 的 6 个技能;带辅助 文件的 7 个技能(留待后续批次)。
  • 调用语义:全部模型/用户可调用。

工作原理 / 添加技能

mattpocock-skills-dsh (host 层 ctx.skills.registerProvider;零运行时依赖;原生解析折叠 YAML frontmatter)。往 skills/<kebab-name>/SKILL.md 放文件即自动发现;验证: npm run verify(20/20)。

许可证

MIT。技能内容 © Affaan Mustafa(ECC); DSH 移植 © dsh-ecc contributors。见 LICENSE