gitwtfhub

wtf is cloudkite?

lonnylot/cloudkite — explained in plain English

Analysis updated 2026-05-18

0ShellAudience · developerComplexity · 2/5LicenseSetup · easy

TL;DR

A copy paste skill and agent instruction pack that teaches an AI coding agent to safely deploy Laravel apps to Laravel Cloud.

Mindmap

mindmap
  root((Cloudkite))
    What it does
      Teaches agents Cloud CLI usage
      Provides safety checklists
      Installs the Cloud CLI
    Tech stack
      Shell
      Laravel Cloud CLI
    Use cases
      Automate Laravel deployments
      Standardize agent ops
      First production ship
    Audience
      Developers
      AI agent builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Give an AI coding agent consistent, safe instructions for deploying a Laravel app to Laravel Cloud.

REASON 2

Follow a first-ship checklist to audit a new production deployment before going live.

REASON 3

Install and authenticate the official Laravel Cloud CLI with one helper script.

REASON 4

Set up safety rules so an agent never prints secrets or deletes resources without confirmation.

What's in the stack?

ShellLaravel Cloud CLI

How it stacks up

lonnylot/cloudkite123satyajeet123/bitnet-serveradeilsonrbrito/cross-model-consult
Stars000
LanguageShellShellShell
Setup difficultyeasyeasymoderate
Complexity2/52/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 30min

Requires a Laravel Cloud account and an API token from the Cloud dashboard.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

Wtf does this do

Cloudkite is a small pack of instructions that teaches an AI coding agent how to safely deploy Laravel applications to Laravel Cloud, a hosting service for the Laravel PHP framework. Rather than being a hosted service or its own tool, it is a copy paste collection of documentation, checklists, and a helper script that you drop into wherever your AI agent looks for its skills and instructions, so the agent handles deployments the same consistent way every time. The pack has a few main pieces. A skill file explains how to use Laravel Cloud's official command line tool, covering conventions, how to do a first deployment, how to manage environment variables, and how to handle failures. An agent file provides system prompt style guidance for an agent whose job is specifically to operate Laravel Cloud. There are also checklists for multi step operations and for auditing a first production deployment, plus a small script that installs the official Cloud command line tool and checks that you are logged in. To use it you need an existing Laravel Cloud account, the official Cloud command line tool, and an API token generated from the Cloud dashboard. You copy the skill and agent files into your AI agent's configuration directories, run the included script to install and authenticate the command line tool, and then either you or your agent can run commands like shipping a new app with a database attached and monitoring its deployment. The README also lists explicit safety rules the agent should follow, such as always confirming before deleting anything, never printing secrets like API tokens in its output, running commands in non interactive mode so they never hang waiting for input, and stopping to ask a human if a command fails twice in a row. The project is released under the MIT license.

Yoink these prompts

Prompt 1
Help me copy Cloudkite's skill and agent files into my AI coding agent's configuration directory.
Prompt 2
Walk me through Cloudkite's first-ship checklist to deploy my Laravel app to Laravel Cloud for the first time.
Prompt 3
Explain the safety rules Cloudkite sets for an agent operating Laravel Cloud, like confirming deletes.
Prompt 4
Show me how to run the ensure-cloud-cli.sh script to install and authenticate the Cloud CLI.

Frequently asked questions

wtf is cloudkite?

A copy paste skill and agent instruction pack that teaches an AI coding agent to safely deploy Laravel apps to Laravel Cloud.

What language is cloudkite written in?

Mainly Shell. The stack also includes Shell, Laravel Cloud CLI.

What license does cloudkite use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is cloudkite to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is cloudkite for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.