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

@co-engram/dsh

v0.6.0

Published

Co-Engram team memory plugin for DeepSeek Harness (dsh): native Cordis tools + dynamic prompt-signals injection.

Downloads

1,042

Readme

@co-engram/dsh

English | 中文

Co-Engram 团队记忆的 DeepSeek Harness 原生 Cordis 插件。

  • 40 个记忆工具注册到 ctx.tools,裸名形态(engram_search、engram_create……)——与 Claude Code 宿主同一套工具。
  • 动态 memory:co-engram system prompt 段(order 120):topTags、技能清单、目录概览、待审候选数在每次 prompt 组装时重新求值——写入一条记忆,下一条消息即生效。
  • 进程锁共存:与 Claude Code(MCP)/OpenClaw 宿主共享同一 dataRoot;后台维护与网页 viewer 由唯一的 holder 进程运行。

安装

dsh plugin --profile <name> add @co-engram/dsh

仅此一步——包内声明了 dsh.bundle patch,插件自动激活为 profile 层,无需手改 cordis.patch.yml。首次使用需把 co-engram 指向数据仓(与其他宿主共享):

npm install -g @co-engram/claude-code   # 提供 `co-engram` CLI
co-engram config data-root $HOME/team-memory

配置(全部可选)

- id: co-engram
  name: '@co-engram/dsh'
  config:
    language: zh            # 或 en —— 工具描述与 prompt 语言
    startMaintenance: true  # 后台维护(强化/遗忘/巩固)
    proposalEnabled: true   # 隐式捕获提案引擎
    startViewer: true       # 网页 viewer(默认跟随 proposalEnabled;holder 门控,端口 18899)
    defaultCreatedBy: ''    # 默认创建者兜底(默认取 git author)

完整参考见 docs/host-dsh.zh-CN.md。

与 MCP 桥接路径的对比

| | MCP 桥接(dsh-mcp-client) | 本插件 | |---|---|---| | 工具名 | mcp__co-engram__* | 裸名 engram_* | | prompt 引导 | server instructions 不被桥接——signals 丢失 | 原生动态段,每次组装求值 | | Claude Code hooks 副作用 | 有(会 auto-install 到 ~/.claude/settings.json) | 无 |

许可证

MIT