Add new skills for deploying ClickHouse servers#5
Open
hodgesrm wants to merge 1 commit into
Open
Conversation
This commit adds an overview skill for deployment, knowledge about different server builds, and dev deployments using containers on docker compose or desktop Kubernetes.
Slach
requested changes
May 11, 2026
Collaborator
Slach
left a comment
There was a problem hiding this comment.
we need to add github action deploy-skill.yaml and kubernetes-skill.yaml something like that https://github.com/Altinity/altinity-skills/blob/main/.github/workflows/profiler-skill.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds an overview skill for managing ClickHouse deployment, a skill to find out about different server builds, and skills that cover dev deployments using containers on docker compose or desktop Kubernetes.
The new skill organization is based on altinity-expert-kubernetes, which groups a large number of skills related to DBA operations under a single directory. Each directory includes a Makefile that builds skill releases and has targets to link skills directly to .claude during development.
To try out these skills, do the following:
Start claude in another directory and invoke
/altinity-deploy-clickhouse-overviewat the command line. Have fun!This initial PR is structured so that it adds to existing skills with minimal/zero touchpoints.