kool-devkool-devOfficialยท1 Agent Skills Included

kool

Simplify Docker development environments and cloud deployments with one CLI

Manages Docker-based development environments with simple commands for starting, stopping, and rebuilding containers. Runs commands inside service containers, follows logs, and executes project scripts defined in kool.yml. Eliminates the steep learning curve of Docker Compose and Kubernetes for local and cloud workflows. Includes ready-made presets for Laravel, Next.js, NestJS, Symfony, and other popular frameworks.
npx skills add kool-dev/kool --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install kool?โ–ผ

Run `npx skills add kool-dev/kool --all -g -y` in your terminal to install all tools in this suite globally.

How to manage Docker containers with kool?โ–ผ

Use simple commands like `kool start`, `kool stop`, and `kool status` to control all services defined in your docker-compose.yml without memorizing Docker syntax.

How to run commands inside a container?โ–ผ

Use `kool exec <service> <command>` to run any command inside a running service container, such as `kool exec app php artisan migrate`.

Does kool work with popular frameworks?โ–ผ

Yes. Kool ships with ready-made presets for Laravel, Symfony, Next.js, NestJS, NuxtJS, Express, Hugo, and monorepo setups.

Can I use kool without Docker experience?โ–ผ

Yes. Kool wraps Docker Compose in beginner-friendly commands, so your AI agent or you can manage environments using plain, simple instructions.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’