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

antigravity-skills

v1.0.1

Published

My personal collection of AI agent skills

Readme

Getting Started with Antigravity Skills

📥 Installation

Do not install this as a dependency. Run this command in your project root to instantly set up your agent environment:

npx antigravity-skills

(This will automatically create an .agent/skills directory and install all skills there.)


Welcome to your new suite of agentic capabilities! This package supercharges your AI assistant (Antigravity) with specialized skills designed to streamline your "vibe coding" workflow—from establishing a brand identity to rapidly generating React components and auditing your code.

🚀 How to Use These Skills

These skills are designed to be autonomous but directed. You don't need to memorize complex commands. Instead, your workflow involves triggering the right skill at the right time.

The "Vibe Coding" Workflow

  1. State Your Intent: Tell the agent what you want to achieve (e.g., "I need a design for a login page," "Check this code for errors," "Set up our brand guidelines").
  2. Context Awareness: The agent acts as your partner. It will look for relevant skills in the skills/ directory.
  3. Explicit Instruction: If the agent doesn't automatically pick up a skill, you can direct it:

    "Use the brand-identity skill to defining our color palette."

    "Run a reviewing-code audit on this file."


🛠️ Skill Directory

Here is a guide to the skills included in this package and when to use them.

🎨 Foundation & Design (Start Here)

These skills help you establish the core look, feel, and rules of your project.

| Skill | Description | Use When... | | :------------------- | :-------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------- | | brand-identity | The single source of truth for your brand's design tokens, voice, and tech stack. | You start a new project or need to ensure consistent colors, fonts, and tone across your app. | | design-md | Analyzes a Stitch project to create a semantic DESIGN.md system. | You have a visual design in Stitch and need to codify it into a reusable markdown specification for future generations. | | stitch-loop | An autonomous loop for iteratively building websites. | You want the agent to build a site page-by-page, autonomously passing the "baton" to itself. |

⚡ Implementation & Building

These skills turn ideas into code.

| Skill | Description | Use When... | | :--------------------- | :------------------------------------------------------------ | :---------------------------------------------------------------------------------------------------- | | react-components | Converts Stitch designs into modular, clean React components. | You have a design (screenshot/Stitch ID) and want production-ready React code (not just a prototype). | | shadcn-ui | Adds beautiful, accessible UI components. | You need to drop in high-quality UI elements (buttons, dialogs, cards) that look premium immediately. | | remotion | Create programmatic videos using React. | You need to generate video content or animations directly from code. |

🛡️ Quality & Optimization

These skills keep your code correctly and performant.

| Skill | Description | Use When... | | :---------------------------- | :------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------- | | error-handling-patterns | Adds robust error handling checks and patterns. | You want to prevent crashes and handle edge cases gracefully (e.g., "Make this API call fail safe"). | | reviewing-code | A structured code reviewer for security and performance. | You are about to merge code or can't find a bug. Ask "Review this file for security issues." | | enhance-prompt | Optimizes your prompts for better AI results. | The AI isn't giving you what you want. Use this to refine your instruction into something the model understands perfectly. |


🌟 Why Use These Skills?

  • Consistency: brand-identity and design-md ensure you never use the wrong hex code or font size again. Your entire team (and the AI) stays on the same page.
  • Speed: react-components and stitch-loop automate the tedious parts of frontend work, letting you focus on logic and user experience.
  • Quality: reviewing-code and error-handling-patterns act as a senior engineer looking over your shoulder, catching bugs before they happen.

💡 Pro Tip for Vibe Coding

Combine skills!

"First, use brand-identity to check our primary colors. Then use react-components to generate a 'Sign Up' modal that matches those colors, and finally run reviewing-code to ensure the form inputs are secure."

Happy Coding! 🚀