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

@hacxy/skills

v0.1.1

Published

AI agent skills collection for pi

Readme

技能仓库

English

AI 代理技能集合。

可用技能

| 技能 | 描述 | | ------ | ------ | | create-cli | CLI 体验与规格:参数、标志、帮助信息、输出、错误处理、配置、dry-run。 | | frontend-design | 前端视觉设计指导:为新 UI 或现有界面提供独特的设计方向,涵盖美学风格、排版和非模板化的设计决策。 | | kick-list | 列出所有可用的项目模板,用于快速搭建新应用。 | | kick-new | 从模板创建新项目,适用于启动、搭建或初始化新应用。 | | grilling | 对用户的计划或设计进行压力测试。当用户想要在开发前验证方案、或使用任何「拷问」相关表述时触发。 | | research | 针对可信一手资料研究问题,并将结论记录为 Markdown 文件。当用户需要研究主题、收集文档/API 信息、或将资料查阅工作委托给后台代理时使用。 | | tdd | 测试驱动开发。当用户想要以测试优先的方式开发功能或修复缺陷、提到"红-绿-重构"、或需要集成测试时使用。 |

使用

# 安装技能
npx skills add hacxy/skills --skill <skill-name>

# 列出可用技能
npx skills list

# 示例
npx skills add hacxy/skills --skill grilling
npx skills add hacxy/skills --skill tdd
npx skills add hacxy/skills --skill research
npx skills add hacxy/skills --skill create-cli
npx skills add hacxy/skills --skill frontend-design
npx skills add hacxy/skills --skill kick-list
npx skills add hacxy/skills --skill kick-new

Pi 包使用

此仓库也是一个 pi 包,可以作为 pi 扩展安装:

# 从本地路径安装
pi install /path/to/skills

# 从 npm 安装(发布后)
pi install npm:@hacxy/skills

# 从 git 安装
pi install git:github.com/hacxy/skills

安装后,所有技能将在你的 pi 环境中可用。

许可证

MIT