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

@qlucent/fishi-patterns

v0.1.0

Published

Integration pattern marketplace for Claude Code — 60 battle-tested blueprints via MCP server. Stripe, Auth0, SendGrid, and more.

Readme

@qlucent/fishi-patterns

Integration pattern marketplace for Claude Code — 60 battle-tested blueprints via MCP server.

Stripe, Auth0, SendGrid, PostHog, Prisma, and 55 more. Search, select, and inject into your agent's context.

Why?

Every time you ask an AI agent to "add Stripe payments," it improvises from training data. Sometimes it works. Often it doesn't. FISHI Patterns gives agents battle-tested blueprints — the right packages, the right architecture, the right patterns, the right pitfalls to avoid.

Before:

You: "Add Stripe payments to my Next.js app"
Agent: *spends 30 minutes hallucinating outdated API calls*

After:

You: "Add Stripe payments to my Next.js app"
Agent: *pulls fishi-patterns blueprint, implements correctly in 3 minutes*

Quick Start (2 minutes)

# 1. Install globally
npm install -g @qlucent/fishi-patterns

# 2. Add to Claude Code MCP config (~/.claude/settings.json)

Add this to your Claude Code settings under mcpServers:

{
  "mcpServers": {
    "fishi-patterns": {
      "command": "fishi-patterns",
      "args": []
    }
  }
}
# 3. Use in Claude Code
# The agent can now search and use patterns:
# "Search for a Stripe payment blueprint"
# "Find an auth integration for Next.js"

Available Patterns (60)

| Category | Patterns | |----------|---------| | Authentication | Auth0, Clerk, NextAuth.js, Supabase Auth, Custom JWT | | Payments | Stripe, PayPal, LemonSqueezy | | Email | SendGrid, Resend, AWS SES, Mailgun | | Analytics | PostHog, Plausible, Mixpanel, Google Analytics | | Database | Prisma+PostgreSQL, Drizzle, Supabase, MongoDB | | Storage | AWS S3, Cloudinary, Supabase Storage, Cloudflare R2 | | Search | Algolia, Meilisearch, Typesense, pgvector, Elasticsearch | | Vector Database | Qdrant, Milvus, Pinecone, Chroma | | Monitoring | Sentry, LogRocket, Datadog | | CI/CD | GitHub Actions, Vercel, Docker, Railway | | Realtime | WebSocket, Pusher, Ably, Supabase Realtime | | And more... | Project Management, Communication, E-commerce, Design, Support, Crawlers, Hosting, Domains, Cloud |

MCP Tools

| Tool | Description | |------|------------| | search(query, category?) | Search blueprints by keyword with optional category filter | | info(pattern_id) | Get full blueprint details | | select(pattern_id) | Get blueprint content ready for agent injection | | list_categories() | List all categories with pattern counts | | contribute_template() | Get the template for contributing new patterns |

Contributing Patterns

See CONTRIBUTING.md — add your own integration blueprints!

Works With

  • Any Claude Code project — standalone MCP server
  • Ruflo, BMAD, Oh-My-ClaudeCode — no conflicts
  • Full FISHI framework — complementary, not required
  • Automated pipelines — programmatic MCP access, no human interaction needed

License

MIT