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

killer-skills

v1.10.0

Published

Cross-platform CLI tool for installing AI agent skills to multiple IDEs

Downloads

145

Readme

Killer Skills CLI

Cross-platform AI Agent Skills Installation & Management Tool. 跨平台 AI Agent Skills 安装与管理工具。

npm version

🌍 Website / 官网

English | 简体中文


✨ 特性

  • 🚀 统一安装 - 从 GitHub、Registry 或本地一键安装,自动同步到 IDE
  • 🤖 Universal IDE Support - 支持 Cursor, Windsurf, VS Code, Claude Code, OpenClaw 等 19 IDE
  • Auto-Invoke - 技能安装后,AI Agent 可通过自然语言自动调用,无需手动指令
  • 🔐 GitHub 无感认证 - 支持复用 gh CLI token 或通过 Device Flow 一键登录
  • 🔍 智能搜索 - [NEW] 官网数据优先,支持交互式选择和自动打开文档
  • 🔄 一键同步 - kiro sync --all 将技能同步到所有已安装 IDE
  • 🧩 MCP Server - 内置 MCP Server,支持 Agent 自我进化

支持的 IDE

Killer-Skills 会根据内部配置动态检测并配置 IDE。目前支持 19 IDE 并自动注入 Auto-Invoke 指令:

| IDE | 配置文件 | 状态 | |-----|----------|------| | Cursor, Trae | .cursorrules, .trae/rules/project_rules.md | ✅ 完美支持 | | Windsurf | .windsurfrules | ✅ 完美支持 | | Roo Code, Cline | .clinerules | ✅ 完美支持 | | Goose | .goosehints | ✅ 原生支持 | | Continue.dev | .continue/rules/skills.md | ✅ 原生支持 | | Augment Code | .augment/rules/skills.md | ✅ 原生支持 | | OpenClaw | AGENTS.md | ✅ 原生支持 | | VS Code + Copilot | .github/copilot-instructions.md | ✅ 支持 | | Sourcegraph Cody | .github/instructions/cody.md | ✅ 原生支持 | | Claude Code | CLAUDE.md | ✅ 支持 | | Antigravity (Gemini) | AGENTS.md | ✅ 原生支持 | | Kiro (AWS) | .kiro/agents/skills.md (JSON) | ✅ 完美支持 | | Aider, Codex, OpenCode, Amazon Q | AGENTS.md | ✅ 支持 |

新 IDE 支持会定期添加。运行 kiro completion 可查看最新列表。

快速开始

# 使用 npx (推荐)
npx killer-skills install <skill-or-repo>

# 或全局安装
npm install -g killer-skills

🔐 GitHub 认证 (推荐)

为了获得更高的 API 限额和更精准的代码搜索,建议登录 GitHub:

# 方法 1: 复用 gh CLI (零配置)
# 如果你安装了 GitHub CLI,killer 会自动使用它的 token

# 方法 2: 一键登录 (Device Flow)
kiro login
# -> 自动打开浏览器完成授权

# 方法 3: 手动设置
kiro config githubToken ghp_xxxx

📦 安装与使用

1. 安装 Skill

# 交互式安装 (推荐)
kiro install pdf
# -> 1. 优先搜索官网 API
# -> 2. 显示交互式选择菜单
# -> 3. 自动打开官网文档并安装

# 从 GitHub 安装
kiro install anthropics/killer-skills

# 安装后,技能会自动同步到当前检测到的 IDE
# AI Agent 现在可以通过自然语言自动调用这个技能了!

2. 自然语言调用

在你的 IDE (Cursor/Windsurf/Claude) 中,直接对 AI 说:

"帮我合并这几个 PDF 文件" "分析这个 PPT 的内容" "创建一个新的 React 组件"

AI 会自动读取规则文件,匹配 pdf / pptx / frontend-design 技能,并自动执行

3. 多 IDE 同步

如果你同时使用多个 IDE:

# 一键同步已安装技能到所有支持的 IDE
kiro sync --all

命令速查

| 命令 | 说明 | 示例 | |------|------|------| | install | 安装 Skill | kiro install pdf | | login | [NEW] GitHub 登录 | kiro login | | sync | 同步配置 | kiro sync --all | | list | 列出已安装 | kiro list | | search | 搜索 Skills | kiro search react | | create | 创建新 Skill | kiro create my-skill | | read | 读取内容 | kiro read pdf | | do | 自然语言执行 | kiro do "处理PDF" | | manage | 交互式管理 | kiro manage | | publish | 发布 Skill | kiro publish . | | init | 初始化项目 | kiro init | | config | 配置管理 | kiro config | | completion | Shell 补全 | kiro completion zsh | | stats | 使用统计 | kiro stats |

🔌 MCP Server

启动内置 MCP Server,允许 AI Agent 自我安装技能:

npx killer-skills-mcp

Exposed Tools: install_skill, list_skills, search_skills, read_skill

配置指南

Claude Desktop: 添加到 ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "killer-skills": {
      "command": "npx",
      "args": ["-y", "killer-skills-mcp"]
    }
  }
}

Cursor:

  1. 进入 Settings > Features > MCP Servers
  2. 点击 + Add Native MCP Server
  3. Name: killer-skills
  4. Type: command
  5. Command: npx -y killer-skills-mcp

License

MIT