jumppad
Local Kubernetes, Nomad, and container dev environments
All Skills in This Repository (4)
Pure Emerald Level Indicatorsgo-dev-guidelines
Enforce idiomatic Go patterns, TDD workflows, and testing practices.
implementation-planner
Generate structured implementation plans with code snippets, test strategies, and success criteria.
github-issue-reader
Fetch GitHub issue context and output a markdown-formatted summary.
skill-creator
Generate SKILL.md templates and scaffolding for Claude skills.
Frequently Asked Questions
FAQPage SchemaHow to install Jumppad skills?โผ
Run `npx skills add jumppad-labs/jumppad --all -g -y` in your terminal to install all skills in this repository globally.
What is Jumppad used for?โผ
Jumppad builds local development environments with Docker containers, Kubernetes clusters, and Nomad jobs from simple HCL config files. It handles dependencies, networking, and health checks better than Docker Compose.
How is Jumppad different from Docker Compose?โผ
Jumppad manages resource dependencies properly and works at a higher level of abstraction, supporting Kubernetes and Nomad clusters alongside plain containers.
Can Jumppad create demo environments?โผ
Yes. Beyond dev environments, Jumppad can build interactive documentation and redistributable demo environments to showcase your product.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code and other compatible coding agents.
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