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

# Set up Shipstar

> Claude Code skill that connects the Shipstar MCP server, verifies your project, and audits sources, destinations, and mailing lists so release marketing actually works.

`/shipstar:setup-shipstar` gets an agent from zero to a working Shipstar
connection: it wires up the MCP server, verifies the project, and audits
everything the other skills depend on — reporting exactly what still needs a
dashboard visit.

## Install

Via the official Claude Code plugin (bundles the MCP connection):

```
/plugin marketplace add shipstar-ai/shipstar-plugin
/plugin install shipstar@shipstar
```

Or install the skills standalone from your dashboard's Agents page
(`curl -fsSL <APP_URL>/agent-skills/install.sh | sh -s -- <APP_URL>`).

## When to use it

Say "set up Shipstar", "connect the Shipstar MCP server" — or run it when
another Shipstar skill fails because the connection or project setup is
incomplete.

## What the agent does

1. Connects the MCP server if it isn't already (`claude mcp add --transport
   http shipstar <BACKEND_URL>/mcp` with your API token, or OAuth for
   clients that support it).
2. Verifies the connection with
   [`get_project_context`](/mcp/project/get-project-context) and tells you
   which project it's operating on.
3. Audits readiness: GitHub source and tracked repositories, connected
   destinations, mailing lists with active recipients, and your
   [content guidelines](/guides/content-guidelines). The GitHub App install
   and the destination OAuth flows happen in the dashboard, so it can't
   complete them for you — it routes you to the right dashboard page for
   each gap.
4. Optionally smoke-tests the pipeline end to end with
   [`generate_blog_post_ideas`](/mcp/generation/generate-blog-post-ideas)
   (synchronous and cheap).

## Requirements

* A Shipstar account and API token (Dashboard → API Tokens; the Agents page shows
  a copy-paste connect command)

The full skill definition is plain markdown:
[`SKILL.md`](https://app.shipstar.ai/agent-skills/setup-shipstar/SKILL.md).
