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

tinkerdesk-skill-release-management

v1.4.2

Published

项目发布管理:Git 分支策略(main/release/feat)、发版流程、多环境隔离(dev/staging/prod)、Docker 部署方案

Downloads

405

Readme

tinkerdesk-skill-release-management

TinkerDesk 技能包 —— 项目发布管理:Git 分支策略、发版流程、多环境隔离、Docker 部署方案。

| 元信息 | 值 | |---|---| | 包名 | tinkerdesk-skill-release-management | | 版本 | 1.4.0 | | 分类 | code(开发) | | 生态 | tinkerdesk-skill | | 许可 | MIT |

安装

通过 TinkerDesk 技能市场(npm 在线)安装:

  • 市场按 tinkerdesk-skill keyword 检索生态包
  • 分类选择「code(开发)」过滤命中本包
  • 点安装 → 后端下载 tarball → 解析 SKILL.md → 结构化入库 → 立即可用

技能内容(SKILL.md)

frontmatter:

name: release-management
description: "项目发布管理:Git 分支策略(main/release/feat)、发版流程、多环境隔离(dev/staging/prod)、Docker 部署方案"
version: 1.4.0
author: Hermes Agent
license: MIT
platforms: [windows, linux, macos]

正文涵盖:

  • Git 分支策略main(受保护)/ release(发版)/ feat/*(开发)分支模型
  • 发版流程 — 迭代开发 → 合并 release → 打 tag → 发布
  • 多环境隔离 — dev / staging / prod 三环境边界与配置管理
  • Docker Compose 部署 — 服务编排、日志、数据卷方案

使用

在 TinkerDesk 中加载 Agent 后,调用该技能可获得发布管理流程指引(Agent 按技能正文执行分支/发版/部署操作)。

参考

发布维护

  • 改版:更新 SKILL.mdversionnpm version <next>(同步 package.json ∕ 打 tag)→ 重发 npm
  • 仓库:GitHub(wuxinzhe 维护者,官方标记)