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

@giljae/ag-lazyweb-skill

v0.0.6

Published

Antigravity Lazyweb Skill - Optimized port for deep design research, visual inspiration, and design critiques.

Readme

Antigravity Lazyweb Skill

Design with evidence, not vibes.

This project is an optimized port of the original lazyweb-skill specifically for Antigravity. It enables Antigravity to perform deep design research, gather visual inspiration, and provide design critiques using the Lazyweb screenshot database.

🚀 Key Features for Antigravity

  • Native Browser Integration: Uses Antigravity's browser_subagent for high-fidelity live web captures.
  • Interactive Artifacts: Generates research reports as premium Antigravity Artifacts for a beautiful preview experience.
  • Agentic Workflow: Optimized SKILL.md instructions that leverage Antigravity's advanced reasoning and toolset.

🛠 Available Skills

🔍 Core Design Tools

  • /lazyweb-design-research: Deep Design Research. Identifies competitors, searches both Lazyweb and the live web, downloads reference screenshots, and produces a structured report including TL;DR, Examples, Findings, Patterns, Anti-Patterns, Unique Angles, and actionable Recommendations. Use for comprehensive competitive analysis and best practices research.
  • /lazyweb-quick-references: Visual Inspiration. Finds screenshots fast by searching Lazyweb and grouping results by design pattern. Lighter and faster than design-research—best used when you just need visual references without a full analysis.
  • /lazyweb-design-improve: Design Critique & Improvement. Captures a screenshot of your current design, finds similar high-quality screens from top apps, and generates 1-5 concrete improvement ideas, each backed by a real visual reference.
  • /lazyweb-design-brainstorm: Cross-pollination Brainstorm. Deliberately searches outside your industry category to find novel patterns. It helps you "zig when everyone zags" by bringing in ideas from gaming, entertainment, or social apps into your product's context.

⚙️ Utility Tools

  • /lazyweb-add-inspo-source: Connect External Libraries. Allows you to connect external inspiration libraries (like Mobbin, Savee, etc.) so that Lazyweb design skills can include them in the research process.
  • /lazyweb-remove-inspo-source: Disconnect Library. Disconnects an external inspiration library from your Lazyweb workspace.

⚙️ Setup & Installation

1. Get a Free Lazyweb Token

Run the following command in your terminal to generate and save a free Lazyweb MCP token:

mkdir -p ~/.lazyweb
curl -k -sS -X POST https://www.lazyweb.com/api/mcp/install-token \
  -H "content-type: application/json" \
  -d '{}' | node -e 'let s="";process.stdin.on("data",d=>s+=d);process.stdin.on("end",()=>{
    try {
      const token = JSON.parse(s).token;
      require("fs").writeFileSync(require("os").homedir() + "/.lazyweb/lazyweb_mcp_token", token);
      console.log("✅ Token saved successfully to ~/.lazyweb/lazyweb_mcp_token");
    } catch(e) {
      console.error("❌ Error parsing JSON:", e.message);
      console.error("Response:", s);
    }
  })'

2. Install to Antigravity

Option A: Install via npm (Recommended)

You can install and run the installation script directly via npm:

# Install globally
npm install -g @giljae/ag-lazyweb-skill

# Run the installer
ag-lazyweb-install

Option B: Manual Installation

If you have cloned the repository locally, run the provided script:

./scripts/install.sh

This will copy the skills to ~/.gemini/antigravity/skills/ and update your global mcp_config.json.

3. Uninstall

To remove the skills and cleanup the MCP configuration:

./scripts/uninstall.sh

📖 Usage Examples

  • "/lazyweb-design-research research how modern AI apps handle onboarding"
  • "/lazyweb-quick-references show me examples of dark mode dashboards"
  • "/lazyweb-design-improve how can I make this checkout flow better?"

Credits

This project is based on the lazyweb-skill by aboul3ata. Ported and optimized for Antigravity by Antigravity.

License

MIT