submariner-iosubmariner-ioOfficialยท1 Agent Skills Included

shipyard

Kubernetes cluster creation, E2E testing, and CVE fixing

Creates local Kubernetes clusters with kind and provides a Go framework for end-to-end network testing. Automates CVE scanning and deterministic vulnerability fixes across Go repositories with grype. Eliminates manual cluster setup, repetitive test boilerplate, and tedious dependency patching. Includes GitHub Actions and shared scripts to speed up CI, releases, and multi-repo maintenance.
npx skills add submariner-io/shipyard --all -g -y
Available:

Directs the agent to follow commit message templates, run markdown linting after doc edits, and route CVE fix requests to the dedicated workflow file.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Shipyard?โ–ผ

Run `npx skills add submariner-io/shipyard --all -g -y` in your terminal to install all skills in this repository globally.

How to fix CVEs in Go repositories automatically?โ–ผ

Use the cve-fix skill, which scans with grype, applies deterministic dependency fixes, runs tests, and prepares a pull request command for each repository.

How to create local Kubernetes clusters for testing?โ–ผ

Shipyard provides scripts and Make targets that spin up kind-based clusters with configurable networking, including dual-stack and IPv6 setups.

Can Shipyard fix CVEs across multiple repos at once?โ–ผ

Yes. Running the skill with the `all` argument spawns one agent per repository listed in repos.yaml and reports fixes per repo.

Does Shipyard work with Claude Code?โ–ผ

Yes. The skills follow the standard SKILL.md format and run directly in Claude Code and other compatible coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’