Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"plugins": [
{
"name": "cellar",
"source": "..",
"description": "Look up the public API of any JVM dependency (Scala 3, Scala 2, Java) from the terminal",
"version": "0.1.0",
"repository": "https://github.com/virtuslab/cellar",
"license": "MPL-2.0",
"keywords": ["scala", "java", "jvm", "api", "documentation"]
}
]
}
7 changes: 7 additions & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "cellar",
"version": "0.1.0",
"description": "Look up the public API of any JVM dependency (Scala 3, Scala 2, Java) from the terminal",
"repository": "https://github.com/virtuslab/cellar",
"license": "MPL-2.0"
}
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,20 @@ cellar get-external org.typelevel:cats-core_3:latest cats.Monad

## Using cellar with Claude Code

Add the following to your project's `CLAUDE.md` to teach Claude Code how to use cellar:
### As a plugin (recommended)

Install cellar as a Claude Code plugin for auto-updates:

```sh
/plugin marketplace add virtuslab/cellar
/plugin install cellar@cellar
```

Claude will automatically have access to the `/cellar:cellar` skill and know when to use it.

### Manual setup

Alternatively, add the following to your project's `CLAUDE.md`:

````markdown
## Cellar
Expand Down
File renamed without changes.
Loading