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

quantumskyes-mcp

v1.0.1

Published

QuantumSkyes Design MCP by SkyesOverLondon — 27-tool design system server. Stack audits, quality gates, template packs, content generation, production ledger. Connect to Claude or Cursor.

Readme

QuantumSkyes Design MCP

27-tool design system MCP server by SkyesOverLondon.

Stack audits · Quality gates · Template packs · Content generation · Production ledger · Logo standards · Pattern packs · Luxury audit

Live endpoint: skye-design-mcp.pages.dev


Connect to Claude or Cursor

Option 1 — npx (no install)

{
  "mcpServers": {
    "quantumskyes": {
      "command": "npx",
      "args": ["-y", "quantumskyes-mcp"]
    }
  }
}

Option 2 — Remote HTTP

{
  "mcpServers": {
    "quantumskyes": {
      "url": "https://skye-design-mcp.pages.dev/mcp"
    }
  }
}

Option 3 — Global install

npm install -g quantumskyes-mcp
{
  "mcpServers": {
    "quantumskyes": {
      "command": "quantumskyes-mcp"
    }
  }
}

27 Tools

| Tool | Description | |------|-------------| | design_validate | Detect forbidden patterns and fake advanced-stack claims | | design_content_audit | Reject generic copy, require first-person builder language | | design_stack_audit | Fail work that claims advanced stack without using it | | design_runtime_stack_gate | Gate on runtime stack evidence | | design_effect_audit | Audit visual effects against source signals | | design_e2e_proof_audit | Fail static screenshots, require browser proof | | design_performance_audit | Audit performance decisions | | design_elements | Return design element definitions | | design_component_plan | Plan component architecture | | design_compose_brief | Compose a design brief | | design_asset_manifest | Asset manifest for a build | | design_template_manifest | Template manifest | | design_template_pack | Full template pack with patterns | | design_logo_manifest | Logo standards manifest | | design_logo_audit | Audit logo usage against standards | | design_content_generate | Generate first-person operator content | | design_open_source_stack | Open source stack reference | | design_stack_catalog | Full stack catalog | | design_recipe_plan | Recipe plan for a component | | design_variety_plan | Variety system planning | | design_pattern_pack | Pattern pack for a use case | | design_quality_gate | Full quality gate check | | design_luxury_audit | Luxury UI standard audit | | production_ledger | Production ledger for this system | | design_find | Search design references | | design_apply_mcp_parts | Apply MCP parts to a target | | repo_read | Read workspace file (requires REPO_ROOT) |


Requirements

Node 18+. Tools that search or modify the local workspace require REPO_ROOT env var pointing at your project root.