ksail
Local Kubernetes clusters and GitOps workflows from one binary
All Skills in This Repository (11)
Pure Emerald Level Indicatorsfind-skills
Discover and install agent skills from the open ecosystem.
refactor
Refactor code structure across multi-file projects without changing external behavior.
git-commit
Generate conventional git commit messages from diffs with optional type and scope overrides.
web-design-guidelines
Audit HTML, CSS, and frontend assets against Web Interface Guidelines.
golang-pro
Build concurrent Go 1.21+ applications with idiomatic patterns and testing strategies.
gh-cli
Automates GitHub interactions via the gh CLI across repositories, issues, PRs, workflows, and organizations.
copilot-instructions-blueprint-generator
Generate copilot-instructions.md files by analyzing codebase patterns and documentation.
copilot-sdk
Integrate GitHub Copilot's agent runtime into applications with streaming responses and session management.
frontend-design
Design production-grade frontend interfaces with HTML/CSS/JS or modern frameworks.
github-issues
Create, update, and retrieve GitHub issues via the MCP server.
astro
Guide Astro project setup, configuration, and adapter integration via CLI.
Frequently Asked Questions
FAQPage SchemaHow to install KSail?โผ
Run `npx skills add devantler-tech/ksail --all -g -y` in your terminal to install all skills in this suite globally.
How to run a local Kubernetes cluster with KSail?โผ
Run `ksail project init` to scaffold a project, then `ksail cluster create` to spin up the cluster. Docker is the only external dependency required.
Which Kubernetes distributions does KSail support?โผ
KSail supports Vanilla (Kind), K3s (K3d), Talos, VCluster, KWOK, and EKS, across Docker, Hetzner, Omni, and AWS providers.
Does KSail work with Claude Code and Copilot CLI?โผ
Yes. KSail ships a plugin that auto-registers its MCP server and expertise skill, so your agent can manage clusters and workloads directly.
Can KSail manage secrets and GitOps?โผ
Yes. It bootstraps Flux or ArgoCD for GitOps and encrypts secrets with SOPS via `ksail workload cipher` commands.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core