Skip to content

Commit 1f90f9a

Browse files
Merge branch 'main' into improve-readme-quickstart
2 parents 7bcfb8f + 713980c commit 1f90f9a

57 files changed

Lines changed: 1131 additions & 1219 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.asf.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
118
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
219

320
github:

.claude-plugin/marketplace.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"name": "apache-hamilton",
3+
"owner": {
4+
"name": "Hamilton Team",
5+
"email": "dev@hamilton.apache.org"
6+
},
7+
"metadata": {
8+
"description": "Official Apache Hamilton plugins for Claude Code - create DAGs, apply decorators, debug dataflows, and optimize pipelines",
9+
"version": "2.0.0"
10+
},
11+
"plugins": [
12+
{
13+
"name": "hamilton",
14+
"source": {
15+
"source": "git-subdir",
16+
"url": "https://github.com/apache/hamilton.git",
17+
"path": ".claude-plugin"
18+
},
19+
"description": "Expert AI assistant for Apache Hamilton framework development - create DAGs, apply decorators, debug dataflows, and optimize pipelines",
20+
"version": "2.0.0",
21+
"author": {
22+
"name": "Hamilton Team",
23+
"email": "dev@hamilton.apache.org"
24+
},
25+
"homepage": "https://github.com/apache/hamilton",
26+
"repository": "https://github.com/apache/hamilton",
27+
"license": "Apache-2.0",
28+
"keywords": [
29+
"hamilton",
30+
"dag",
31+
"dataflow",
32+
"workflow",
33+
"pipeline",
34+
"data-engineering",
35+
"ml-ops",
36+
"feature-engineering",
37+
"llm",
38+
"rag",
39+
"async",
40+
"spark",
41+
"observability"
42+
],
43+
"category": "data-engineering"
44+
}
45+
]
46+
}

.claude-plugin/skills/core/SKILL.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,11 @@
1-
<!--
2-
Licensed to the Apache Software Foundation (ASF) under one
3-
or more contributor license agreements. See the NOTICE file
4-
distributed with this work for additional information
5-
regarding copyright ownership. The ASF licenses this file
6-
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
8-
with the License. You may obtain a copy of the License at
9-
10-
http://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
14-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
KIND, either express or implied. See the License for the
16-
specific language governing permissions and limitations
17-
under the License.
18-
-->
19-
201
---
212
name: hamilton-core
223
description: Core Hamilton patterns for creating DAGs, applying decorators, testing, and debugging dataflows. Use for basic Hamilton development tasks.
234
allowed-tools: Read, Grep, Glob, Bash(python:*), Bash(pytest:*)
245
user-invocable: true
256
disable-model-invocation: false
267
---
8+
<!-- SPDX-License-Identifier: Apache-2.0 -->
279

2810
# Hamilton Core Development Assistant
2911

.claude-plugin/skills/hamilton-dev-workflow/SKILL.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,11 @@
1-
<!--
2-
Licensed to the Apache Software Foundation (ASF) under one
3-
or more contributor license agreements. See the NOTICE file
4-
distributed with this work for additional information
5-
regarding copyright ownership. The ASF licenses this file
6-
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
8-
with the License. You may obtain a copy of the License at
9-
10-
http://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
14-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
KIND, either express or implied. See the License for the
16-
specific language governing permissions and limitations
17-
under the License.
18-
-->
19-
201
---
212
name: hamilton-dev-workflow
223
description: Systematic 5-step workflow for building Hamilton DAGs - DOT graphs, signatures, validation, TDD implementation. Use this workflow when creating new Hamilton modules from scratch.
234
allowed-tools: Read, Grep, Glob, Bash(python:*), Bash(hamilton:*), Bash(pytest:*)
245
user-invocable: true
256
disable-model-invocation: false
267
---
8+
<!-- SPDX-License-Identifier: Apache-2.0 -->
279

2810
# Hamilton Development Workflow for Claude Code
2911

.claude-plugin/skills/integrations/SKILL.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,11 @@
1-
<!--
2-
Licensed to the Apache Software Foundation (ASF) under one
3-
or more contributor license agreements. See the NOTICE file
4-
distributed with this work for additional information
5-
regarding copyright ownership. The ASF licenses this file
6-
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
8-
with the License. You may obtain a copy of the License at
9-
10-
http://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
14-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
KIND, either express or implied. See the License for the
16-
specific language governing permissions and limitations
17-
under the License.
18-
-->
19-
201
---
212
name: hamilton-integrations
223
description: Hamilton integration patterns for Airflow, Dagster, FastAPI, Streamlit, Jupyter notebooks, and other frameworks. Use when integrating Hamilton with other tools.
234
allowed-tools: Read, Grep, Glob, Bash(python:*), Bash(jupyter:*)
245
user-invocable: true
256
disable-model-invocation: false
267
---
8+
<!-- SPDX-License-Identifier: Apache-2.0 -->
279

2810
# Hamilton Integrations
2911

.claude-plugin/skills/llm/SKILL.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,11 @@
1-
<!--
2-
Licensed to the Apache Software Foundation (ASF) under one
3-
or more contributor license agreements. See the NOTICE file
4-
distributed with this work for additional information
5-
regarding copyright ownership. The ASF licenses this file
6-
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
8-
with the License. You may obtain a copy of the License at
9-
10-
http://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
14-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
KIND, either express or implied. See the License for the
16-
specific language governing permissions and limitations
17-
under the License.
18-
-->
19-
201
---
212
name: hamilton-llm
223
description: LLM and AI workflow patterns for Hamilton including RAG pipelines, embeddings, vector databases, and prompt engineering. Use for building AI applications with Hamilton.
234
allowed-tools: Read, Grep, Glob, Bash(python:*), Bash(pytest:*)
245
user-invocable: true
256
disable-model-invocation: false
267
---
8+
<!-- SPDX-License-Identifier: Apache-2.0 -->
279

2810
# Hamilton for LLM & AI Workflows
2911

.claude-plugin/skills/mcp/SKILL.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,11 @@
1-
<!--
2-
Licensed to the Apache Software Foundation (ASF) under one
3-
or more contributor license agreements. See the NOTICE file
4-
distributed with this work for additional information
5-
regarding copyright ownership. The ASF licenses this file
6-
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
8-
with the License. You may obtain a copy of the License at
9-
10-
http://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
14-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
KIND, either express or implied. See the License for the
16-
specific language governing permissions and limitations
17-
under the License.
18-
-->
19-
201
---
212
name: hamilton-mcp
223
description: Interactive Hamilton DAG development via MCP tools. Validate, visualize, scaffold, and execute Hamilton pipelines without leaving the conversation. Use when building or debugging Hamilton dataflows interactively.
234
allowed-tools: Read, Grep, Glob, Bash(hamilton-mcp:*), Bash(python:*), Bash(pip:*)
245
user-invocable: true
256
disable-model-invocation: false
267
---
8+
<!-- SPDX-License-Identifier: Apache-2.0 -->
279

2810
# Hamilton MCP Server -- Interactive DAG Development
2911

.claude-plugin/skills/observability/SKILL.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,11 @@
1-
<!--
2-
Licensed to the Apache Software Foundation (ASF) under one
3-
or more contributor license agreements. See the NOTICE file
4-
distributed with this work for additional information
5-
regarding copyright ownership. The ASF licenses this file
6-
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
8-
with the License. You may obtain a copy of the License at
9-
10-
http://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
14-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
KIND, either express or implied. See the License for the
16-
specific language governing permissions and limitations
17-
under the License.
18-
-->
19-
201
---
212
name: hamilton-observability
223
description: Hamilton UI and SDK patterns for tracking, monitoring, and debugging dataflows. Use for observability, lineage tracking, and production monitoring.
234
allowed-tools: Read, Grep, Glob, Bash(python:*), Bash(hamilton:*)
245
user-invocable: true
256
disable-model-invocation: false
267
---
8+
<!-- SPDX-License-Identifier: Apache-2.0 -->
279

2810
# Hamilton Observability & UI
2911

.claude-plugin/skills/scale/SKILL.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,11 @@
1-
<!--
2-
Licensed to the Apache Software Foundation (ASF) under one
3-
or more contributor license agreements. See the NOTICE file
4-
distributed with this work for additional information
5-
regarding copyright ownership. The ASF licenses this file
6-
to you under the Apache License, Version 2.0 (the
7-
"License"); you may not use this file except in compliance
8-
with the License. You may obtain a copy of the License at
9-
10-
http://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing,
13-
software distributed under the License is distributed on an
14-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
KIND, either express or implied. See the License for the
16-
specific language governing permissions and limitations
17-
under the License.
18-
-->
19-
201
---
212
name: hamilton-scale
223
description: Performance and parallelization patterns for Hamilton including async I/O, Spark, Ray, Dask, caching, and multithreading. Use for scaling Hamilton workflows.
234
allowed-tools: Read, Grep, Glob, Bash(python:*), Bash(pytest:*)
245
user-invocable: true
256
disable-model-invocation: false
267
---
8+
<!-- SPDX-License-Identifier: Apache-2.0 -->
279

2810
# Hamilton Scaling & Performance
2911

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
# Files below use a short SPDX license identifier instead of the full
4+
# Apache 2.0 header because they are NOT included in official releases
5+
# (sdist / wheel). The `export-ignore` attribute ensures `git archive`
6+
# (and tools that rely on it) will exclude them automatically.
7+
8+
.github export-ignore

0 commit comments

Comments
 (0)