> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fixcodenow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ship with the agent skill

> Deploy an existing repository through your coding agent.

The FixCodeNow agent skill inspects an existing repository, prepares it for deployment, runs the CLI, and verifies the result.

## Install the skill

Run this once to install the FixCodeNow skill for every supported coding agent:

```bash theme={null}
npx skills add Syndeo-AI/fixcodenow-claude-plugin --all --global
```

## Ask your agent to ship

Open the repository in your coding agent and send this prompt:

```text theme={null}
Read and follow the deploy-fixcodenow-app skill to ship the current app.
You are authorized to install the FixCodeNow CLI if it is missing and to ship
immediately. Ask me only when browser login is required or when a required
secret cannot be inferred safely. When the app is live, verify it and give me
both the working URL and the Manage in Chat URL.
```

After the deployment is accepted, the agent returns the live URL and **Manage in Chat** URL.
