kool
Simplify Docker development environments and cloud deployments with one CLI
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โ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