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

mbg-claude-code-skills

v1.0.0

Published

AWS & GCP architecture illustrations, crayon-style diagrams, and 12-act technical storyboards — four Claude Code skills installable via npx

Downloads

151

Readme

mbg-claude-code-skills

Four Claude Code skills — AWS & GCP architecture illustrations, crayon-style diagrams, and 12-act technical storyboards — installable in one command.

Install

npx mbg-claude-code-skills@latest --global

Restart Claude Code after installing. All four skills appear in /help.

Skills

| Skill | Invoke | What it does | |---|---|---| | aws-illustration | /aws-illustration | Generates a Gemini AI image prompt + draw.io XML using mxgraph.aws4 stencils. Dual light/dark themes, 10 illustration types, full 2023 AWS service-category palette. | | gcp-illustration | /gcp-illustration | Generates a Gemini AI image prompt + draw.io XML using mxgraph.gcp2 stencils. Material design aesthetic, Google Cloud core color palette. | | crayon-illustration | /crayon-illustration | Generates a hand-drawn crayon-style illustration prompt for Gemini, DALL-E, or Midjourney. 7 layout types for technical concepts. | | technical-storybook | /technical-storybook | Designs 12-act narrative storyboards that teach technical concepts through contrastive argumentation. Pairs with /crayon-illustration for per-act visuals. |

Requirements

  • Node.js ≥ 20 (installer only — not needed at runtime)

  • jq — required by aws-illustration and gcp-illustration service-lookup scripts

    brew install jq           # macOS
    sudo apt-get install jq   # Ubuntu / Debian

Install specific skills

npx mbg-claude-code-skills@latest --global aws-illustration
npx mbg-claude-code-skills@latest --global aws-illustration gcp-illustration
npx mbg-claude-code-skills@latest --list

Update

Same command — always pulls the latest:

npx mbg-claude-code-skills@latest --global

Uninstall

npx mbg-claude-code-skills --uninstall --global
npx mbg-claude-code-skills --uninstall --global aws-illustration

CLI reference

npx mbg-claude-code-skills [skill...] [options]

Arguments:
  skill                 One or more skill names to install (default: all)

Options:
  --global, -g          Install to ~/.claude/skills/  (default when non-interactive)
  --local, -l           Install to ./.claude/skills/  (current project only)
  --list                List all available skills
  --uninstall, -u       Remove installed skills
  --force, -f           Skip confirmation prompt (for --uninstall)
  --prefix              Install as /mb-aws-illustration etc. (avoids name collisions
                        when running multiple skill packs)
  --no-prefix           Short names — default
  --config-dir <path>   Override Claude config directory
                        (also honours $CLAUDE_CONFIG_DIR env var)

License

MIT