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 🙏

© 2025 – Pkg Stats / Ryan Hefner

contextlizard

v1.0.3

Published

Turn "AI writes code like a drunk monkey" into "This looks exactly like I wrote it" with standards that follow your code like a clingy ex.

Readme

CONTEXT LIZARD

Meet the cold-blooded AI wrangler your sanity's been begging for.

THE PROBLEM IS SIMPLE

Your AI writes code like it's having a seizure. Different styles. Random conventions. Variable names a drunk toddler would reject.

And you? You're stuck in an endless loop of corrections, watching your life tick away one "use single quotes, you digital moron" at a time.

ENTER THE LIZARD

Context Lizard doesn't negotiate with machines. It doesn't plead. It doesn't repeat itself.

It just lays down the law in a language AI actually understands.

One configuration file. Ruthless clarity. Complete control.

HOW THE LIZARD WORKS

  1. DEFINE YOUR STANDARDS - Tell Lizard exactly how you want your code
  2. THE LIZARD REMEMBERS - Unlike AI, which has the memory of wet toilet paper
  3. AI FINALLY BEHAVES - Code that actually follows your rules, not its digital hallucinations

TAMING THE WILD AI

The Lizard doesn't care what language you're wrestling with. JavaScript, Python, Java - they all bow to the cold-blooded standards enforcer.

It works across projects. Across teams. Across the existential void between what you want and what AI usually gives you.

THE COLD TRUTH

You're not paid to babysit robots through coding kindergarten.

Let the Lizard handle the dirty work while you focus on building something that actually matters.

Context Lizard: Save your keyboard from rage-induced coffee spills over AI's formatting amnesia

Context Lizard CLI

A command-line tool for managing coding standards across projects.

Installation

npm install -g contextlizard

Usage

Authentication

First, you need to log in to access your standards:

# Login with your credentials
contextlizard login

Managing Projects

Once authenticated, you can view and work with your projects:

# List all available projects
contextlizard list

# Pull a specific project's standards
contextlizard pull <project-name>

Creating Configuration

After pulling project standards, initialize them in your current directory:

# Create config file in the current directory
contextlizard init

# Specify format (json or yaml)
contextlizard init --format yaml

Other Commands

# Log out from your account
contextlizard logout

# Reset CLI state (clear active project and login status)
contextlizard reset

Project Demo Credentials

For demo/testing, use:

Configuration Files

Context Lizard generates a .contextlizard.json (or .contextlizard.yaml) file that contains your project's coding standards. This file can be committed to your repository so that everyone on your team follows the same standards.

The configuration file includes project-specific settings based on the standard you're using (React with Next.js, Node with Express, etc.).

Supported Standards

  • react-next: Next.js React applications
  • react-vite: Vite-powered React applications
  • node-express: Node.js with Express applications
  • python-django: Python Django applications

Each standard includes specific formatters, component structure guidelines, and architecture preferences relevant to that technology stack.

License

MIT