This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hamilton.git
The following commit(s) were added to refs/heads/main by this push:
new 64ae591a Add `marketplace.json`
64ae591a is described below
commit 64ae591adb667b768d5681571d9ba87105a89fb3
Author: Dev-iL <[email protected]>
AuthorDate: Mon Mar 9 23:12:06 2026 +0200
Add `marketplace.json`
---
.claude-plugin/marketplace.json | 46 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
new file mode 100644
index 00000000..7beb2507
--- /dev/null
+++ b/.claude-plugin/marketplace.json
@@ -0,0 +1,46 @@
+{
+ "name": "apache-hamilton",
+ "owner": {
+ "name": "Hamilton Team",
+ "email": "[email protected]"
+ },
+ "metadata": {
+ "description": "Official Apache Hamilton plugins for Claude Code - create
DAGs, apply decorators, debug dataflows, and optimize pipelines",
+ "version": "2.0.0"
+ },
+ "plugins": [
+ {
+ "name": "hamilton",
+ "source": {
+ "source": "git-subdir",
+ "url": "https://github.com/apache/hamilton.git",
+ "path": ".claude-plugin"
+ },
+ "description": "Expert AI assistant for Apache Hamilton framework
development - create DAGs, apply decorators, debug dataflows, and optimize
pipelines",
+ "version": "2.0.0",
+ "author": {
+ "name": "Hamilton Team",
+ "email": "[email protected]"
+ },
+ "homepage": "https://github.com/apache/hamilton",
+ "repository": "https://github.com/apache/hamilton",
+ "license": "Apache-2.0",
+ "keywords": [
+ "hamilton",
+ "dag",
+ "dataflow",
+ "workflow",
+ "pipeline",
+ "data-engineering",
+ "ml-ops",
+ "feature-engineering",
+ "llm",
+ "rag",
+ "async",
+ "spark",
+ "observability"
+ ],
+ "category": "data-engineering"
+ }
+ ]
+}