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

@intentsolutionsio/quicknode-pack

v1.0.0

Published

Claude Code skill pack for QuickNode - 18 skills covering blockchain node infrastructure, RPC endpoints, and web3 APIs

Readme

QuickNode Skill Pack

Claude Code skill pack for QuickNode — blockchain RPC, multi-chain APIs, Streams, and Web3 infrastructure (18 skills)

What This Covers

QuickNode provides blockchain infrastructure with RPC endpoints for 77+ chains. This pack covers the QuickNode SDK (@quicknode/sdk) for EVM RPC calls, the Streams API for real-time blockchain data, Functions for serverless blockchain logic, and direct JSON-RPC calls.

Key APIs: EVM RPC (eth_blockNumber, eth_getBalance, eth_call), Solana RPC, NFT API, Token API, Streams (webhooks for on-chain events), IPFS. Auth via API key in endpoint URL.

Installation

/plugin install quicknode-pack@claude-code-plugins-plus

Skills Included

Standard Skills (S01-S12)

| Skill | Description | |-------|-------------| | quicknode-install-auth | Set up QuickNode endpoint, install @quicknode/sdk or ethers.js | | quicknode-hello-world | First RPC call: get block number, check balance, read contract | | quicknode-local-dev-loop | Local Hardhat node, mocked RPC responses, testing | | quicknode-sdk-patterns | Core SDK module, viem integration, error handling | | quicknode-core-workflow-a | EVM workflows: send transactions, read contracts, event logs | | quicknode-core-workflow-b | NFT and token APIs: metadata, balances, transfers | | quicknode-common-errors | Fix RPC errors, nonce issues, gas estimation failures | | quicknode-debug-bundle | Collect RPC logs, transaction receipts, provider state | | quicknode-rate-limits | Handle RPC rate limits, request queuing, WebSocket management | | quicknode-security-basics | Endpoint security, private key management, RPC filtering | | quicknode-prod-checklist | Production: endpoint redundancy, monitoring, fallback providers | | quicknode-upgrade-migration | SDK version upgrades, chain migration |

Pro Skills (P13-P18)

| Skill | Description | |-------|-------------| | quicknode-ci-integration | CI pipeline with Hardhat tests against QuickNode endpoints | | quicknode-deploy-integration | Deploy dApp backends with QuickNode RPC configuration | | quicknode-webhooks-events | QuickNode Streams: real-time on-chain event processing | | quicknode-performance-tuning | Batch RPC calls, WebSocket subscriptions, caching | | quicknode-cost-tuning | Optimize RPC credits, select appropriate plan tier | | quicknode-reference-architecture | Web3 backend architecture with QuickNode infrastructure |

Key Documentation

License

MIT