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

iterate-skill-installer

v2.9.0

Published

One-command installer for iterate-skill across AI coding assistants

Downloads

4,078

Readme

iterate-skill-installer

针对各种 AI 编程助手的 iterate-skill 一键安装器。

GitHub stars

⭐ 如果这个项目对你有帮助,欢迎点亮 GitHub Star,这是对开源维护最大的支持!

用法

# 交互式安装 —— 检测你的 AI 助手并让你选择
npx iterate-skill-installer

# 只安装到某个特定助手
npx iterate-skill-installer --ai trae
npx iterate-skill-installer --ai claude

# 安装到项目目录而非全局
npx iterate-skill-installer --target ./my-project

# 强制覆盖已有技能文件
npx iterate-skill-installer --force

# 仅安装技能 —— 跳过安装 iterate CLI
npx iterate-skill-installer --no-cli

# 查看帮助 / 版本
npx iterate-skill-installer --help
npx iterate-skill-installer --version

它做了什么

  1. 检查你系统上的 Python 3。
  2. 从 GitHub 获取最新的 iterate-skill 发布版本。
  3. 下载发布 tarball 与 SHA256SUMS.txt
  4. 校验 tarball 的校验和。
  5. 解压发布内容到临时目录。
  6. 运行自带的 Python 安装脚本(scripts/install.py),它会:
    • 检测你机器上已安装的 AI 编程助手。
    • 提示你选择目标(默认:所有检测到的助手)。
    • 把技能文件复制到正确的技能目录。
  7. iterate CLI 安装到你的 PATH(优先 pipx,否则 pip install --user), 以便你直接运行 iterate onboard

注意: 安装器通常会在你 PATH 上装好 iterate CLI,这样一条命令就能同时 得到技能和 CLI。如果想自动安装 CLI,请加 --no-cli 只装技能——之后可从 检出目录用 pipx install .pip install . 补装。如果 CLI 安装失败,你之后 也可用同样的方式补装。

支持的 AI 助手

Trae、Claude / Claude Code、Cursor、Windsurf、GitHub Copilot、Codex、Gemini CLI、OpenCode、Aider、AiderDesk、Zed、Warp、Continue、Cline、Roo Code、Qoder、Augment、OpenClaw、Autohand Code CLI、IBM Bob、CodeArts Agent、Antigravity、Amp、Deep Agents、Kimi Code CLI、Astral。

环境要求

  • Node.js 18+
  • Python 3.10+
  • PATH 上存在 tar 命令(macOS、Linux、Windows 10+ 默认可用)

发布 tarball 结构

GitHub Release 资产 iterate-skill.tar.gz 必须恰好包含一个顶层目录(例如 iterate-skill/)。安装器使用 tar --strip-components=1 解压,因此包含多个顶层 目录、或条目在剥离顶层后路径为空的 tarball 会被拒绝,而不是被静默错误地解压。

License / 许可证

MIT