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

cokit-cli

v1.0.9

Published

Make GitHub Copilot smarter in 30 seconds

Downloads

1,151

Readme

CoKit

Make GitHub Copilot smarter in 30 seconds.

CoKit provides 9 agents, 14 prompts, 5 instructions, 7 skills, and 5 collections to supercharge your Copilot experience.

Quick Start

npx cokit-cli init -g

This installs all CoKit resources to ~/.copilot/ for global use.

Installation Options

| Command | Description | |---------|-------------| | npx cokit-cli init | Interactive setup | | npx cokit-cli init -g | Install global resources only | | npx cokit-cli init -a | Install both project and global resources |

Resources

Agents

| Agent | Description | |-------|-------------| | brainstormer | Brainstorm software solutions, evaluate architectural approaches, debate technical decisions. | | code-reviewer | Comprehensive code review and quality assessment. | | debugger | Investigate issues, analyze system behavior, diagnose performance problems, collect and analyze logs. | | docs-manager | Manage technical documentation, implementation standards, update docs based on code changes. | | git-manager | Stage, commit, and push code changes with conventional commits. | | planner | Research, analyze, and create comprehensive implementation plans for features and architectures. | | researcher | Conduct comprehensive research on software topics, investigate technologies, find documentation. | | scout | Quickly locate relevant files across a large codebase to complete a specific task. | | tester | Validate code quality through testing - unit, integration, coverage, error handling, performance. |

Prompts

| Prompt | Description | |--------|-------------| | ck-ask | Answer technical and architectural questions. | | ck-bootstrap | Bootstrap a new project step by step | | ck-brainstorm | Brainstorm a feature | | ck-ck-help | CoKit usage guide - just type naturally | | ck-code | Start coding & testing an existing plan | | ck-cook | Implement a feature [step by step] | | ck-debug | Debugging technical issues and providing solutions | | ck-docs | Documentation workflow - init, summarize, or update docs | | ck-fix | Analyze and fix issues [INTELLIGENT ROUTING] | | ck-git | Git workflow - commit, push, merge, or create PR | | ck-plan | Intelligent plan creation with prompt enhancement | | ck-review-codebase | Scan & analyze the codebase | | ck-scout | Scout given directories to respond to the user's requests | | ck-test | Run tests locally and analyze the summary report |

Instructions

| Instruction | ApplyTo | Description | |-------------|---------|-------------| | ck-backend | **/*.py, *.go, *.rs, *.java, *.cs, api/** | Backend development rules | | ck-development | **/* | YAGNI/KISS/DRY principles | | ck-frontend | **/*.tsx, *.jsx, *.vue, *.svelte, components/** | Frontend component guidelines | | ck-research | * | Research guidelines | | ck-testing | **/*.test.*, *.spec.*, test_*.py, *_test.go | Testing standards |

Skills

| Skill | Description | |-------|-------------| | ck-backend-development | Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJ... | | ck-code-review | Use when receiving code review feedback (especially if unclear or technically questionable), when co... | | ck-debugging | Systematic debugging framework ensuring root cause investigation before fixes. Includes four-phase d... | | ck-frontend-development | Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspens... | | ck-planning | Use when you need to plan technical solutions that are scalable, secure, and maintainable. | | ck-problem-solving | Apply systematic problem-solving techniques for complexity spirals (simplification cascades), innova... | | ck-sequential-thinking | Apply structured, reflective problem-solving for complex tasks requiring multi-step analysis, revisi... |

Collections

| Collection | Description | |------------|-------------| | CK Core Workflows | Core CoKit workflows combining all essential agents, prompts, and skills for full-stack development ... | | CK Development Rules | Essential development rules and best practices including YAGNI, KISS, DRY principles, file naming, c... | | CK Documentation Management | Documentation management workflows for maintaining project docs, codebase summaries, design guidelin... | | CK Git Workflow | Git workflow automation including commit, push, merge, and pull request management. | | CK Orchestration Protocol | Workflow orchestration patterns for managing subagents, task delegation, and multi-phase implementat... |

License

CC BY-NC 4.0 - See LICENSE for details.