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

skillkit

v1.12.0

Published

Supercharge AI coding agents with portable skills. Install, translate, and share skills across Claude Code, Cursor, Codex, Copilot & 13 more

Readme

SkillKit

Universal skills manager for AI coding agents. Install, manage, and sync skills across 32 AI agents including Claude Code, Cursor, Codex, Gemini CLI, and more.

Installation

npm install -g skillkit

Quick Start

# Initialize skillkit in your project
skillkit init

# Install skills from GitHub
skillkit install anthropics/skills

# Get recommendations for your stack
skillkit recommend

# Launch interactive TUI
skillkit ui

Core Features

Cross-Agent Translation

# Translate a Claude skill to Cursor format
skillkit translate react-patterns --to cursor

# Translate all skills to multiple agents
skillkit translate --all --to windsurf,codex

# Preview translation
skillkit translate my-skill --to copilot --dry-run

Smart Recommendations

# Get project-aware suggestions
skillkit recommend

# Filter by task
skillkit recommend --search "authentication"

# Quality threshold
skillkit recommend --min-score 85

Team Collaboration

# Initialize team
skillkit team init --name "Engineering Team"

# Create skill bundle
skillkit team bundle-create

# Share with team
skillkit team share onboarding-bundle

# Sync with remote registry
skillkit team sync

Plugin System

# List installed plugins
skillkit plugin list

# Install custom plugin
skillkit plugin install @company/custom-translator

# View plugin info
skillkit plugin info my-plugin

Development Methodologies

# List available methodologies
skillkit methodology list

# Load TDD methodology
skillkit methodology load tdd

# Apply to project
skillkit methodology apply agile

Plan System

# Parse and validate plan
skillkit plan parse ./implementation-plan.md
skillkit plan validate ./plan.md

# Execute plan
skillkit plan execute ./feature-plan.md

# Check status
skillkit plan status

Hooks & Automation

# List hooks
skillkit hook list

# Register pre-commit hook
skillkit hook register pre-commit

# Trigger manually
skillkit hook trigger pre-commit

Workflow Orchestration

# List workflows
skillkit workflow list

# Run workflow
skillkit workflow run feature-development

# Create new workflow
skillkit workflow create deployment-flow

Session Memory

# View learnings
skillkit memory list

# Search past sessions
skillkit memory search "error handling"

# Compress observations
skillkit memory compress

# Export learning as skill
skillkit memory export auth-insight --output auth-skill.md

Supported Agents (32)

Primary (17): Claude Code, Cursor, Codex, Gemini CLI, Windsurf, GitHub Copilot, OpenCode, Antigravity, Amp, Clawdbot, Droid, Goose, Kilo, Kiro, Roo, Trae, Universal

Extended (15): Cline, CodeBuddy, CommandCode, Continue, Crush, Factory, MCPJam, Mux, Neovate, OpenHands, Pi, Qoder, Qwen, Vercel, Zencoder

Usage Examples

Install and Sync

# Install to multiple agents
skillkit install anthropics/skills --agent claude-code,cursor

# Sync all skills to detected agents
skillkit sync --all

Context Management

# Initialize project context
skillkit context init

# View detected stack
skillkit context show

# Sync to all agents
skillkit context sync --all

Testing

# Run all skill tests
skillkit test

# Test specific skills
skillkit test ./my-skill --tags unit

# CI/CD integration
skillkit cicd init

Documentation

Full documentation: https://github.com/rohitg00/skillkit

License

Apache-2.0