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

scl339-ai-skills

v1.0.0

Published

AI coding assistant skill pack with 10+ practical skills for Claude Code, Codex, and other AI coding agents. Helps AI assistants perform better at code review, TDD, debugging, optimization, and more.

Readme

SCL339 Skill Pack

🧠 AI Coding Assistant Skills — A collection of 12 practical skill files that help Claude Code, Codex, Cursor, GitHub Copilot, and other AI coding agents perform better.

npm version npm downloads GitHub PRs Welcome


🚀 Features

  • 12 ready-to-use skills covering code review, TDD, debugging, performance, security, and more
  • Works with all major AI coding assistants — Claude Code, Codex, Cursor, GitHub Copilot
  • Zero dependencies — just markdown files, use them directly
  • SEO-optimized — discoverable via GitHub topics and npm keywords
  • Cross-linked — works seamlessly with other SCL339 tools

📦 Installation

# Via npm (recommended)
npm install scl339-skill-pack

# Or clone from GitHub
git clone https://github.com/shuchengle/scl339-skill-pack.git

🎯 How to Use

With Claude Code

Add this to your project's CLAUDE.md to load all skills:

## Skills

This project uses skills from [scl339-skill-pack](https://github.com/shuchengle/scl339-skill-pack):
- skills/code-review.md — Systematic code review
- skills/tdd.md — Test-Driven Development
- skills/debugging.md — Error debugging
- skills/performance.md — Performance optimization
- skills/security.md — Security review
- skills/documentation.md — Documentation generation
- skills/refactoring.md — Code refactoring
- skills/api-design.md — API design
- skills/database.md — Database optimization
- skills/commit-pr.md — Commit & PR writing
- skills/dependency-audit.md — Dependency audit
- skills/logging.md — Logging & monitoring

With Cursor

Copy skill files to .cursor/rules/ in your project:

cp skills/*.md /path/to/your/project/.cursor/rules/

With Codex

Reference a skill inline in your prompt:

Apply the code-review skill from scl339-skill-pack to review this code...

📚 Skills Overview

| # | Skill | File | Description | |---|-------|------|-------------| | 1 | Code Review | skills/code-review.md | Systematic code review checklist and workflow | | 2 | TDD | skills/tdd.md | Red-Green-Refactor TDD workflow | | 3 | Debugging | skills/debugging.md | Structured debugging methodology | | 4 | Performance | skills/performance.md | Performance bottleneck identification & fixes | | 5 | Security | skills/security.md | Security vulnerability patterns & review | | 6 | Documentation | skills/documentation.md | Auto-generating quality documentation | | 7 | Refactoring | skills/refactoring.md | Safe code refactoring patterns | | 8 | API Design | skills/api-design.md | REST/GraphQL API design best practices | | 9 | Database | skills/database.md | SQL & NoSQL query optimization | | 10 | Commit & PR | skills/commit-pr.md | Conventional commits & PR writing | | 11 | Dependency Audit | skills/dependency-audit.md | Dependency vulnerability checking | | 12 | Logging | skills/logging.md | Structured logging & observability |

🔗 Related SCL339 Projects

  • token-saver — LLM token optimization CLI tool. Analyze and optimize your prompts to save up to 60% on API costs.
  • auto-pr-review-action — Automated PR review GitHub Action. Catch code quality issues before they hit production.

📄 License

MIT — see LICENSE


☕ Sponsor

If this project helps your development workflow, consider supporting it:

Alipay: Scan the QR code or search for shuchengle on Alipay to sponsor.

支付宝扫一扫,赞助支持

Your support keeps the open source ecosystem thriving. Thank you! 🙏