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

manzai-writer

v0.1.0

Published

AI-powered CLI tool for creating manzai comedy scripts with Claude Code

Readme

manzai-writer

漫才台本作成を支援するCLIツール。Claude Code CLIと連携して、AIの力でネタ作りをサポートします。

特徴

  • 🤖 Claude Code CLIとの連携によるAIアシスタント機能
  • 🎭 コンビのキャラクター設定管理
  • 💡 テーマからのアイデア発想支援
  • 🎤 大喜利形式でのブレインストーミング
  • 📝 台本の自動生成と保存
  • 💬 壁打ち相談モード

必要要件

インストール

# リポジトリのクローン
git clone https://github.com/yourusername/manzai-writer.git
cd manzai-writer

# 依存関係のインストール
npm install

# ビルド
npm run build

# グローバルにインストール(オプション)
npm link

使い方

対話モード(推奨)

node dist/index.js
# または npm linkした場合
manzai

対話モードでは、メニューから操作を選択できます:

  1. 新しいネタを考える (idea)
  2. 大喜利でネタ出し (ogiri)
  3. 台本を書く (draft)
  4. 壁打ち相談 (chat)
  5. 設定 (config)

コマンドライン直接実行

# 初期設定(最初に実行)
node dist/index.js config init

# アイデア発想
node dist/index.js idea "テーマ"

# 大喜利モード
node dist/index.js ogiri

# 台本作成
node dist/index.js draft

# 壁打ち相談
node dist/index.js chat

初回セットアップ

  1. Claude Code CLIをインストールし、APIキーを設定
  2. manzai config init でコンビのキャラクター設定を登録
  3. manzai idea でネタのアイデアを作成
  4. manzai draft で台本を生成

データ構造

生成されたデータは以下のディレクトリに保存されます:

data/
├── characters/    # キャラクター設定
├── ideas/        # アイデア・ネタの種
├── drafts/       # 生成された台本
└── logs/         # 会話ログ

開発

# 開発時のビルド監視
npm run dev

# テスト
npm test

# リント
npm run lint

ライセンス

MIT License - 詳細はLICENSEファイルを参照してください。

コントリビューション

プルリクエストを歓迎します。大きな変更の場合は、まずissueを開いて変更内容について議論してください。

詳細はCONTRIBUTING.mdを参照してください。

作者

Akira Machimura

謝辞

  • Claude (Anthropic) - AI機能の提供
  • このプロジェクトで使用しているオープンソースライブラリの作者の皆様