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

@zimezone/z-command

v1.2.6

Published

Install curated AI coding assistant skills and agents for GitHub Copilot, Claude Code, Antigravity, and Cursor

Downloads

1,583

Readme

z-command

npm version npm downloads License: MIT

Install curated AI coding assistant skills and agents for your project. Supports GitHub Copilot, Claude Code, Antigravity, and Cursor.

Installation

npm install -g @zimezone/z-command

Supported Platforms

| Platform | Directory | Agents | Skills | | -------------- | ---------- | ----------------- | ------------------ | | GitHub Copilot | .github/ | ✅ | ✅ | | Claude Code | .claude/ | ✅ | ✅ | | Antigravity | .agent/ | ✅ (as workflows) | ✅ | | Cursor | .cursor/ | ✅ (as rules) | ✅ (nightly build) |

Usage

Initialize skills and agents

# Install for all platforms (default)
z-command init

# Install to global user directory
z-command init --global

# Install only skills
z-command init --skills

# Install only agents
z-command init --agents

# Install for specific platform
z-command init --target copilot
z-command init --target claude
z-command init --target antigravity
z-command init --target cursor

# Install for all platforms explicitly
z-command init --target all

Update z-command

z-command update

This command will unzip templates(which include skills and agents), flatten the structure, rename files to avoid collisions, and skip any agents that you have locally customized or explicitly excluded.

This command will also update .git/info/exclude to ignore .agents, .skills, and .shared directories to keep your repository clean.

Included Templates

Skills

| Skill | Description | | ------------------------- | --------------------------------------------- | | test-driven-development | RED-GREEN-REFACTOR cycle | | systematic-debugging | 4-phase root cause process | | code-review | Automated code review checklist | | security-review | OWASP Top 10 vulnerability detection | | writing-plans | Detailed implementation plans | | ui-ux-pro-max | AI design intelligence for professional UI/UX | | bash-defensive-patterns | Robust shell scripting patterns | | python-packaging | Modern Python packaging (uv, poetry) | | react-modernization | Modernizing React codebases | | rust-async-patterns | Async Rust implementation patterns | | web-design-guidelines | Web Interface Guidelines compliance reviews |

Agents (150+ total)

01. Core Development

  • api-designer
  • backend-developer
  • frontend-developer
  • fullstack-developer
  • mobile-developer
  • ui-designer
  • graphql-architect
  • microservices-architect
  • websocket-engineer
  • electron-pro

02. Language Specialists

  • typescript-pro
  • python-pro
  • golang-pro
  • java-architect
  • react-specialist
  • nextjs-developer
  • vue-expert
  • angular-architect
  • django-developer
  • rails-expert
  • laravel-specialist
  • flutter-expert
  • swift-expert
  • kotlin-specialist
  • csharp-developer
  • cpp-pro
  • rust-pro
  • ruby-pro
  • php-pro
  • bash-pro
  • c-pro

03. Infrastructure

  • cloud-architect
  • devops-engineer
  • kubernetes-specialist
  • terraform-engineer
  • sre-engineer
  • platform-engineer
  • database-administrator
  • network-engineer
  • security-engineer
  • azure-infra-engineer

04. Quality & Security

  • code-reviewer
  • security-analyst
  • test-engineer
  • accessibility-expert
  • performance-optimizer

05. Data & AI

  • ai-engineer
  • ml-engineer
  • data-scientist
  • data-engineer
  • llm-architect
  • prompt-engineer
  • nlp-engineer
  • mlops-engineer
  • postgres-pro

06. Developer Experience

  • cli-developer
  • documentation-engineer
  • refactoring-specialist
  • legacy-modernizer
  • mcp-developer
  • git-workflow-manager
  • build-engineer

07. Specialized Domains

  • blockchain-developer
  • game-developer
  • fintech-engineer
  • iot-engineer
  • embedded-systems
  • payment-integration
  • seo-specialist

08. Business & Product

  • product-manager
  • project-manager
  • business-analyst
  • technical-writer
  • scrum-master
  • ux-researcher

09. Meta & Orchestration

  • workflow-orchestrator
  • multi-agent-coordinator
  • context-manager
  • task-distributor

10. Research & Analysis

  • research-analyst
  • competitive-analyst
  • market-researcher
  • trend-analyst
  • data-researcher

Output Structure

After running z-command init, your project will have:

GitHub Copilot

.github/
├── skills/
│   ├── test-driven-development/
│   │   └── SKILL.md
│   ├── code-review/
│   │   └── SKILL.md
│   └── ...
└── agents/
    ├── backend-developer.agent.md
    ├── frontend-developer.agent.md
    └── ...

Claude Code

.claude/
├── skills/
│   └── .../SKILL.md
└── agents/
    └── *.agent.md

Antigravity

.agent/
├── skills/
│   └── .../SKILL.md
└── workflows/
    └── *.md

Cursor

.cursor/
└── rules/
    └── *.md

Sources

This project aggregates best practices from:

License

MIT