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

# AI coding agents

> Teach your AI coding agent to manage Upsun projects using the CLI.

[Upsun Skills](https://github.com/upsun/skills) is an open-source skill that gives AI coding agents like [Claude Code](https://claude.ai/download) full access to 130+ Upsun CLI commands across 30 namespaces -- deployments, environments, backups, databases, scaling, and more.

## Install

**As a Claude Code plugin:**

```bash theme={null}
  claude plugin add upsun/skills
```

**Or add manually to your project:**

```bash theme={null}
  git clone https://github.com/upsun/skills.git ~/.claude/skills/upsun-skills
```

## What your agent can do

<CardGroup cols={2}>
  <Card title="Deploy & manage environments" icon="git-branch">
    Push, branch, merge, and sync with production safety patterns
  </Card>

  <Card title="Backup & restore" icon="hard-drive">
    Create backups, verify integrity, and restore with confirmation checks
  </Card>

  <Card title="Database operations" icon="database">
    Manage PostgreSQL, MongoDB, Redis, and Valkey services
  </Card>

  <Card title="Scale & configure" icon="scaling">
    Adjust resources, manage domains, and configure autoscaling
  </Card>
</CardGroup>

<Card title="View on GitHub" href="https://github.com/upsun/skills" icon="github" horizontal>
  Browse the source, report issues, and contribute to Upsun Skills
</Card>
