Skip to content

Releases: shiwenbin1617/pstack

v0.15.1 — Native Windows support

Choose a tag to compare

@shiwenbin1617 shiwenbin1617 released this 28 Aug 01:28

Windows support

  • Add native Windows environment detection and installation for Claude Code and Codex.
  • Replace Bash-only skill helpers with cross-platform Node.js entry points resolved relative to each loaded SKILL.md.
  • Support Windows command shims and installation paths containing spaces.
  • Add Ubuntu and Windows CI coverage for CLI lifecycle, packed npm installs, helper tests, and TypeScript checks.

Verification

  • GitHub Actions passed on Ubuntu and Windows.
  • Published npm package contains 151 files and no local node_modules build residue.

v0.14.4 — 首次发布

Choose a tag to compare

@shiwenbin1617 shiwenbin1617 released this 27 Aug 08:23

pstack 首次发布到 npm。给 Claude Code 和 Codex 装上一套按需加载的工程方法论技能。

安装

npx @shiwenbin1617/pstack add

交互式勾选:↑↓ 移动,空格 勾选,a 全选,回车 确认。默认预选 10 个核心入口,自动补齐运行依赖。

npx @shiwenbin1617/pstack add --core   # 核心集,无提示
npx @shiwenbin1617/pstack add --all    # 全装 44 个
npx @shiwenbin1617/pstack doctor       # 检查安装状态

嫌包名长可以 npm i -g @shiwenbin1617/pstack,之后命令就是 pstack

npm 上无 scope 的 pstack 是 2015 年一个同名的无关包,不是本项目。

包含什么

  • 44 个技能 — 主入口 poteto-mode,理解类 how / why / blast-radius,设计构建类 architect / arena / swarm / tdd,验证类 interrogate,写作类 unslop / no-comments / technical-writing
  • 23 个 playbook — 修 bug、加需求、重构、性能、发版、长任务托管各有定死的步骤和出口条件
  • 21 条工程原则principle-*,由技能在需要时引用
  • 双 host 支持 — 一份公共方法论生成 Claude Code 和 Codex 两套互相隔离的产物,scripts/build.mjs --check 拦截跨 host 泄漏

环境要求

Node.js >= 18;Claude Code 或 Codex(装了哪个用哪个,都装会自动探测)。

上游

Fork 自 cursor/plugins/pstack,作者 Lauren Tan(@poteto)。MIT License。