What it owns
The skill classifies deploy, observe, recover, configure, and administer intents, then maps them to the Appaloft operation catalog. Deploy requests land on existing CLI, API, or Web operations.
The Appaloft skill is the AI-facing entrypoint. It turns requests like deploy this repo into existing CLI, HTTP/API, and Web operations. The MCP/tool gateway handles tool transport, hosted auth, policy, and audit.
Entrypoint
AI agent
State owner
CLI / API / Web
MCP
public tools + Cloud gateway
Secrets
Reference, never print
Outcome
URL + logs + diagnostics
The skill classifies deploy, observe, recover, configure, and administer intents, then maps them to the Appaloft operation catalog. Deploy requests land on existing CLI, API, or Web operations.
MCP is the tool transport for the Appaloft operation catalog: descriptors, handlers, and server packaging belong in public Appaloft; Cloud adds hosted gateway authorization, policy, audit, and team governance.
AI must avoid .env files, private keys, tokens, cookies, and unmasked secrets. When credentials are needed, it should reference Appaloft secrets, GitHub Secrets, or runtime environment variable names.
The standard path is source inspection, entrypoint selection, existing CLI/API/Web operation dispatch, and an outcome packet with URL, ids, status, logs, diagnostics, and recovery readiness.
Install the Appaloft skill into a skill-capable AI host.
Ask the agent to deploy the current repository and return URL, logs, diagnostics, and recovery commands.
On failure, read structured status and recovery guidance before choosing the next step.