원클릭으로
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