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

spoon-skills

v1.2.0

Published

Install Claude Code skills from XSpoonAi/spoon-awesome-skill into your local ~/.claude/skills/ directory

Readme

spoon-skills

Install Claude Code skills from XSpoonAi/spoon-awesome-skill with a single npx command.

Quick Start

# List all available skills
npx spoon-skills list

# Install a single skill
npx spoon-skills install web3-defi

# Install every skill at once
npx spoon-skills install --all

# Install all skills in a specific track
npx spoon-skills install --all --track web3-core-operations

After installation the skills appear in Claude Code as slash commands:

/web3-defi
/spoon-agent-development
/web3-onchain-analysis
...

Commands

| Command | Description | |---------|-------------| | list | Show all skills and their install status | | install <id> | Install one skill | | install --all | Install all skills | | install --all --track <track> | Install all skills in a track | | remove <id> | Remove one skill | | remove --all | Remove all skills | | info <id> | Show skill details and source link |

Options

| Flag | Description | |------|-------------| | --local | Install into ./.claude/skills/ (project-local) instead of ~/.claude/skills/ | | --force | Overwrite already-installed skills | | --all | Apply command to all skills | | --track <name> | Filter by track (use with --all) |

Available Tracks

| Track ID | Description | |----------|-------------| | spoonos-skills | SpoonOS Skills (Core) | | web3-core-operations | Web3 Core Operations | | web3-data-intelligence | Web3 Data Intelligence | | ai-productivity | AI-Enhanced Productivity | | enterprise-skills | Enterprise & Team Skills |

Available Skills

SpoonOS Skills (Core)

| ID | Description | |----|-------------| | spoon-agent-development | Build AI agents with SpoonReactMCP | | spoon-application-templates | SpoonOS application scaffolds | | spoon-deployment-guide | Deploy SpoonOS apps and agents | | spoon-erc8004-standard | ERC-8004 on-chain skill standard | | spoon-graph-development | Build The Graph subgraphs | | spoon-platform-integration | Integrate with external platforms | | spoon-testing-patterns | Testing patterns for SpoonOS agents | | spoon-tool-development | Develop custom tools and MCP servers |

Web3 Core Operations

| ID | Description | |----|-------------| | web3-bridge | Cross-chain asset transfers | | web3-dao-tooling | Governance, proposals, treasury | | web3-defi | Swaps, lending, liquidity | | web3-defi-protocols | Uniswap, Aave, Compound integrations | | web3-identity-auth | ENS, SIWE, session management | | web3-neo | Neo N3 blockchain | | web3-nft | NFT minting, trading | | web3-solana | Solana ecosystem | | web3-wallet | Wallet management |

Web3 Data Intelligence

| ID | Description | |----|-------------| | web3-onchain-analysis | Transaction tracking, whale monitoring | | web3-security-analysis | Smart contract auditing |

AI-Enhanced Productivity

| ID | Description | |----|-------------| | ai-api-integration | AI-powered API automation | | ai-cloud-services | Cloud service automation | | ai-database | AI-assisted database operations | | ai-messaging | Messaging system integrations | | ai-monitoring | AI-powered monitoring | | ai-storage | Storage and file management |

Enterprise & Team Skills

| ID | Description | |----|-------------| | ent-code-review | AI-assisted code review | | ent-debugging | Structured debugging patterns | | ent-documentation | Automated documentation | | ent-performance | Performance profiling | | ent-refactoring | Systematic refactoring | | ent-testing | Comprehensive testing strategy |

How It Works

Each skill is a SKILL.md file fetched directly from GitHub and copied to:

  • Global (default): ~/.claude/skills/<skill-id>.md
  • Project-local (--local): ./.claude/skills/<skill-id>.md

Claude Code automatically discovers and loads skills from these directories.

License

MIT