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

@pyamc/py-vibe-coding

v1.0.2

Published

AI code agent resource library with rules and skills for various vibe coding tools

Downloads

331

Readme

@pyamc/py-vibe-coding

AI Code Agent 资源安装工具 - 一键安装规则与技能到你的项目。

支持的工具

| 工具 | 规则文件 | 技能目录 | |------|----------|----------| | Claude Code | CLAUDE.md + .claude/rules/*.md | .claude/skills/*/SKILL.md | | Cursor | .cursor/rules/*.mdc | .cursor/skills/*/SKILL.md | | opencode | AGENTS.md | .opencode/skills/*/SKILL.md | | Codex CLI | AGENTS.md + .codex/rules/*.md | .agents/skills/*/SKILL.md | | Trae | .trae/rules/*.md | .trae/skills/*/SKILL.md | | CodeBuddy | CODEBUDDY.md + .codebuddy/rules/*/RULE.mdc | .codebuddy/skills/*/SKILL.md |

安装

npm install -g @pyamc/py-vibe-coding

或使用 npx(无需安装):

npx @pyamc/py-vibe-coding --tool cursor

使用

# 安装到当前目录
py-vibe-coding --tool cursor

# 指定目标目录
py-vibe-coding --tool claude --dir /path/to/project

# 指定资源仓库
py-vibe-coding --tool opencode --repo https://example.com/rules.git --ref main

# 只安装规则
py-vibe-coding --tool codebuddy --rules-only

# 只安装技能
py-vibe-coding --tool cursor --skills-only

# 预览模式(不写入文件)
py-vibe-coding --tool cursor --dry-run

# 强制覆盖已存在的文件
py-vibe-coding --tool cursor --force

参数

| 参数 | 说明 | 默认值 | |------|------|--------| | --tool | 目标工具类型(必填) | - | | --dir | 目标工作区目录 | 当前目录 | | --repo | 资源仓库地址 | https://git.pyamc.com/ai/code-agent-resource.git | | --ref | 分支/Tag/commit | 自动探测 | | --rules-only | 只安装规则 | false | | --skills-only | 只安装技能 | false | | --include | 包含匹配的资源 | 全部 | | --exclude | 排除匹配的资源 | 无 | | --force | 强制覆盖已存在文件 | false | | --backup | 覆盖前备份 | true | | --dry-run | 预览模式 | false | | --json | JSON 格式输出 | false | | -v, --verbose | 详细日志 | false |

退出码

  • 0: 成功
  • 1: 错误
  • 2: 成功但存在冲突(未覆盖的文件)

License

MIT