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

create-ccb

v1.0.1

Published

CLI to install Claude Code Bootstrap configuration

Downloads

208

Readme

create-ccb

English | 日本語


English

Claude Code Bootstrap - Instantly setup your Claude Code configuration with best practices.

Installation

npx create-ccb

Options

npx create-ccb          # Install to current directory
npx create-ccb --force  # Overwrite existing .claude directory

What's Included

.claude/
├── settings.json       # Claude Code settings
├── skills/             # Custom skills (code-review, git-commit, etc.)
├── agents/             # Custom agents (code-reviewer, test-runner, etc.)
├── commands/           # Custom commands (start-session, run-tests, etc.)
└── hooks/              # Pre/post tool hooks

Skills

| Skill | Description | |-------|-------------| | code-review | Automated code review with best practices | | git-commit | Structured commit message generation | | quality-gates | Quality checkpoints for development | | req-to-plan | Requirements to implementation plan | | review-checklist | Code review checklist | | test-strategy | Test strategy generation |

Agents

| Agent | Description | |-------|-------------| | code-reviewer | Reviews code changes | | test-runner | Runs and analyzes tests | | implementer | Implements features | | explorer | Explores codebase | | req-analyst | Analyzes requirements |

Commands

| Command | Description | |---------|-------------| | /start-session | Start a development session | | /end-session | End session with summary | | /run-tests | Run tests | | /review-changes | Review current changes | | /implement | Implement a feature |

After Installation

  1. Open the project in VS Code / Cursor
  2. Start Claude Code
  3. Use /start-session to begin

Update

npx create-ccb@latest --force

Links


日本語

Claude Code Bootstrap - Claude Code の設定をベストプラクティスで即座にセットアップ。

インストール

npx create-ccb

オプション

npx create-ccb          # カレントディレクトリにインストール
npx create-ccb --force  # 既存の .claude ディレクトリを上書き

含まれるもの

.claude/
├── settings.json       # Claude Code 設定
├── skills/             # カスタムスキル (code-review, git-commit 等)
├── agents/             # カスタムエージェント (code-reviewer, test-runner 等)
├── commands/           # カスタムコマンド (start-session, run-tests 等)
└── hooks/              # ツール実行前後のフック

スキル一覧

| スキル | 説明 | |--------|------| | code-review | ベストプラクティスに基づく自動コードレビュー | | git-commit | 構造化されたコミットメッセージ生成 | | quality-gates | 開発の品質チェックポイント | | req-to-plan | 要件から実装計画への変換 | | review-checklist | コードレビューチェックリスト | | test-strategy | テスト戦略の生成 |

エージェント一覧

| エージェント | 説明 | |--------------|------| | code-reviewer | コード変更をレビュー | | test-runner | テスト実行・分析 | | implementer | 機能実装 | | explorer | コードベース探索 | | req-analyst | 要件分析 |

コマンド一覧

| コマンド | 説明 | |----------|------| | /start-session | 開発セッション開始 | | /end-session | セッション終了(サマリ付き) | | /run-tests | テスト実行 | | /review-changes | 現在の変更をレビュー | | /implement | 機能を実装 |

インストール後

  1. VS Code / Cursor でプロジェクトを開く
  2. Claude Code を起動
  3. /start-session で開始

更新

npx create-ccb@latest --force

リンク


License

MIT