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

@autodevjapan/godd-ao

v0.6.12

Published

日本語で依頼できるClaude Code・Codex・Cursor向けAIエージェントオーケストレーター

Readme

GoDD AO

GoDD AO は、やりたい作業を日本語で入力すると、Claude Code・Codex CLI・Cursor CLIから適したAIを選んで実行するCUIツールです。ソースコードの取得やRustのインストールは不要です。

1. インストール

Node.js 20以上を用意し、PowerShellまたはターミナルで実行します。

npm install --global @autodevjapan/godd-ao
godd-ao --version

対応環境:Windows x64、Linux x64、macOS Intel、macOS Apple Silicon。

2. 利用するAIへログイン

Claude Code、Codex CLI、Cursor CLIのうち、契約しているものを公式の手順でインストール・ログインしてください。全部を契約する必要はありません。GoDD AOはAPI keyではなく、各CLIのサブスクリプションログインを利用します。

準備を確認します。

godd-ao doctor

利用するAIとgitOKなら準備完了です。設定で無効なAIのskippedは問題ありません。

doctorがNGの場合

| 表示 | 確認すること | |---|---| | *-cli: not found | 該当する公式CLIをインストールし、ターミナルを開き直す | | *-version: version check failed | claude --versioncodex --versionまたはagent --versionを直接実行する。成功する場合はGoDD AOを最新版へ更新する | | *-subscription-login | 該当CLIを直接起動してログインする | | working-directory | --cwdで存在する作業フォルダーを指定する |

認証トークン、パスワード、API keyは依頼文や問い合わせへ貼り付けないでください。

3. 会話画面を起動

GUIを使う

インストール後、次のコマンドで画面版を起動できます。

godd-ao-gui

Open Local Projectからローカルフォルダーを選び、「依頼内容」を入力して並列キューに追加を押してください。最近開いたプロジェクトは最大50件まで端末内に保存され、左のProjectsから再選択できます。最大16プロジェクト・合計320ジョブまで同時実行でき、それぞれ独立したカードで進捗と結果を確認できます。ダークモードはOS設定へ自動追従し、画面右上から手動でも切り替えられます。

CUIを使う

作業対象のフォルダーを指定します。

godd-ao chat --cwd "C:\仕事\対象プロジェクト"

すでに作業対象フォルダーをPowerShellで開いている場合は、短く次のようにも起動できます。

godd-ao chat --cwd .

が表示されたら、日本語でそのまま依頼できます。

❯ READMEを初めて読む人にも分かるように直して。変更後に誤字も確認して。

Enterを押すと、GoDD AOがClaude・Codex・Cursorから適したAIを選びます。作業終了後は再びが表示されるため、結果への追加依頼を入力できます。

❯ READMEの修正内容を3行で説明して
❯ テストも実行して、問題があれば直して
❯ /exit

依頼には「対象」「してほしいこと」「完成条件」を含めると伝わりやすくなります。

| CUIコマンド | 動作 | |---|---| | /help | 操作方法を表示 | | /status | AIの利用状況を更新 | | /clear | 画面を消去 | | /exit | GoDD AOを終了 |

画面に迷ったら/helpと入力してください。コマンドの先頭には半角の/を付けます。

上下キーで過去の依頼を呼び出せます。Ctrl+Cは入力中の行を取り消し、Ctrl+Dは終了します。

4. 1回だけ実行する

会話画面を使わず、1コマンドで依頼することもできます。

godd-ao run --cwd "C:\仕事\対象プロジェクト" --prompt "テストが失敗する原因を調べ、可能なら修正して"

特定のAIを選ぶ必要がある場合だけ--worker claudeまたは--worker codexを追加します。通常は指定不要です。

自律モード

残作業がなくなるまで状態を再確認しながら続ける場合は、次のように指定します。

godd-ao chat --cwd "C:\仕事\対象プロジェクト" --autonomous

依頼に「残作業がなくなるまで繰り返して」「keep going」などを含めた場合も自動的に自律モードへ入ります。公開、削除、外部送信など影響の大きい操作は、人が結果を確認してください。

更新・削除

# 最新版へ更新
npm install --global @autodevjapan/godd-ao@latest

# アンインストール
npm uninstall --global @autodevjapan/godd-ao

main更新ごとに0.6.3のような通常の3要素バージョンでlatestへ新しいビルドを公開しています。現在のバージョンはgodd-ao --versionで確認できます。

設定とサポート

通常は所属組織から提供されたconfig.tomlを利用します。設定探索順やEnterprise telemetryなどの管理者向け情報は公式ユーザーガイドを参照してください。

問い合わせ:[email protected]