ワンクリックで
cellar
Scala/Java code navigation and exploration tool for queries on symbols external to this project.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Scala/Java code navigation and exploration tool for queries on symbols external to this project.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | cellar |
| description | Scala/Java code navigation and exploration tool for queries on symbols external to this project. |
When you need the API of a JVM dependency, always use cellar, available at scripts/cellar. Prefer it to metals-mcp.
For querying the current project's code and dependencies (auto-detects build tool):
cellar get [--module <name>] <fqn> # single symbol
cellar list [--module <name>] <package> # explore a package
cellar search [--module <name>] <query> # find by name
--module is required (e.g. --module lib, --module core)For querying any published artifact by explicit coordinate:
cellar get-external <coordinate> <fqn> # single symbol
cellar list-external <coordinate> <package> # explore a package
cellar search-external <coordinate> <query> # find by name
cellar deps <coordinate> # dependency tree
Coordinates must be explicit: group:artifact_3:version