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

@mosaicsite/claude-skill

v1.0.8

Published

Mosaic Platform skill for Claude Code - build and deploy apps instantly

Readme

@mosaicsite/claude-skill

Mosaic: Your full-stack app development co-platform.

Give your AI assistant the complete skill to build and deploy production apps - Database, Vector Store, Auth, Storage, Git, and Compute, all unified in one friendly API.

Installation

npx @mosaicsite/claude-skill

The installer auto-detects your AI tools and installs appropriately:

| Tool | Install Location | |------|-----------------| | Claude Code | CLAUDE.md or ~/.claude/skills/mosaic.md | | Cursor | .cursorrules or .cursor/mosaic.md | | GitHub Copilot | .github/copilot-instructions.md | | Gemini | GEMINI.md | | Generic | AI_INSTRUCTIONS.md |

What Your AI Learns

After installation, your AI assistant can:

  1. Create projects with PostgreSQL + pgvector + Git repo
  2. Design schemas and execute SQL with vector search
  3. Build apps - Auto-detects Node.js, Python, Go, Rust, static
  4. Deploy - Push to Git, trigger deploy, live in 30 seconds
  5. Add user auth - Magic link signup/login for your app's users
  6. Upload files to S3 storage
  7. Push code via API - No Git credentials needed
  8. Submit tickets when help is needed

Usage

  1. Get your API key from https://mosaic.site/dashboard
  2. Tell your AI: "Build me a todo app on Mosaic"
  3. Provide your API key when asked
  4. AI handles: project creation → database → code → Git → deploy → live URL

Example Conversation

You: Build me a blog on Mosaic. My API key is mk_xxxxx

AI: I'll build your blog on Mosaic...

1. Creating project "blog"...
   → Slug: blog-a1b2
   → Git: https://git.mosaic.site/you/blog-a1b2.git

2. Setting up database...
   → Created tables: posts, authors

3. Building the app...
   → Created: package.json, server.js, public/index.html

4. Pushing to Git...
   → Committed and pushed

5. Deploying...
   → Status: running

✅ Your blog is live at https://blog-a1b2.mosaic.site

Manual Installation

If auto-detect doesn't work:

# Fetch latest skill
curl -s https://api.mosaic.site/skill.md >> CLAUDE.md

Or copy CLAUDE.md from this package to your project.

Keep Updated

# Re-run installer to get latest
npx @mosaicsite/claude-skill

# Or fetch directly
curl -s https://api.mosaic.site/skill.md > CLAUDE.md

Links

  • Dashboard: https://mosaic.site/dashboard
  • API Docs: https://api.mosaic.site
  • Full Skill: https://api.mosaic.site/skill.md
  • Support: https://mosaic.site/support

License

MIT