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

gkt-node

v3.3.0

Published

GravityKit — The AI-Native Software House in a Box (npx installer)

Downloads

93

Readme

gkt-node — GravityKit CLI (npx)

The AI-Native Software House in a Box — install via npx, no Python required.

Quick Start

# Install all skills for all supported IDEs
npx gkt-node init

# Install for a specific IDE
npx gkt-node init antigravity
npx gkt-node init cursor
npx gkt-node init windsurf
npx gkt-node init cline
npx gkt-node init kilocode
npx gkt-node init copilot
npx gkt-node init kiro

Tip: After global install (npm i -g gkt-node), you can use either gkt or gkt-node as the command.

Commands

| Command | Description | |---------|-------------| | npx gkt-node init [target] | Install GravityKit skills & workflows into current directory | | npx gkt-node init [target] --group <name> | Install a specific skill group | | npx gkt-node groups | List available skill groups | | npx gkt-node list | List installed AI Agents (requires gkt-node init first) | | npx gkt-node doctor | Check environment health (Python, Node, Git, npm) | | npx gkt-node version | Show current version | | npx gkt-node help | Show help message |

Init Targets

By IDE

| Target | Output Directory | IDE | |--------|-----------------|-----| | all (default) | All below | All supported IDEs | | antigravity | .agent/ | Antigravity (Gemini) | | cursor | .cursor/rules/ | Cursor | | windsurf | .windsurf/rules/ | Windsurf | | cline | .clinerules/ | Cline | | kilocode | .kilocode/rules/ | Kilo Code | | copilot | .github/instructions/ | GitHub Copilot | | kiro | .kiro/ | Kiro (skills, hooks, steering, specs) |

By Skill Group

Instead of installing all 500+ skills, pick a focused group:

npx gkt-node init general-dev           # General development
npx gkt-node init n8n-dev               # n8n workflow development
npx gkt-node init nocobase-dev          # NocoBase plugin development
npx gkt-node init security-audit        # Security & pentesting
npx gkt-node init seo-marketing         # SEO & content marketing

# Combine IDE + group
npx gkt-node init antigravity --group n8n-dev
npx gkt-node init all --group general-dev

Run npx gkt-node groups to see all available groups with skill/workflow counts.

How It Works

  1. Bundled assets — skills, workflows, and IDE configs are included in the package (offline-capable)
  2. Fallback download — if bundled assets are missing, downloads from GitHub automatically
  3. Copies them into the appropriate directories in your project

No external npm dependencies — uses only Node.js built-ins.

Requirements

  • Node.js ≥ 16

Also Available via pip

pip install gkt
gkt init

License

MIT