ship

ship is a skill for Claude Code, Codex from silvioventre/lovable-skills. It costs 151 tokens per session (1,023 once invoked), scanned A, original, MIT.

A guide for publishing a project and checking its live version. It explains how publishing creates a deployed snapshot and how that differs from the editable project or a preview link.

In plain words
What is it for?
Use it before or after publishing, deploying, launching, or making a project private. It helps check readiness, verify live changes, and diagnose problems with access or outdated content.
Why use it?
It helps avoid debugging the wrong version when changes have not been published yet. It also clarifies who can access the site and why some shared links stop working.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it before or after publishing, deploying, launching, or making a project private. It helps check readiness, verify live changes, and diagnose problems with access or outdated content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/silvioventre/lovable-skills/ship
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add silvioventre/lovable-skills --skill ship
Clone the repo
git clone --depth 1 https://github.com/silvioventre/lovable-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ship

README.md
[![agentmods](https://agentmods.dev/badge/skills/silvioventre/lovable-skills/ship/github.svg)](https://agentmods.dev/skills/silvioventre/lovable-skills/ship)
Your own site
<a href="https://agentmods.dev/skills/silvioventre/lovable-skills/ship"><img src="https://agentmods.dev/badge/skills/silvioventre/lovable-skills/ship/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ship

Your own site · 80×15
<a href="https://agentmods.dev/skills/silvioventre/lovable-skills/ship"><img src="https://agentmods.dev/badge/skills/silvioventre/lovable-skills/ship.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 151 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,023 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00151 $0.01023
Opus 5 $0.00076 $0.00511
Sonnet 5 $0.00030 $0.00205
Haiku 4.5 $0.00015 $0.00102

Measured 11d ago against content hash 20ff948b0e5b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ship scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/deployment/ship/SKILL.md · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ship

Getting live is three things: knowing what publishing actually does, checking the right things before it, and verifying the right things after it. Each has a failure mode that is invisible until someone else finds it.

What publishing actually does

Publishing deploys a snapshot of the current version. It is not a live link to your project. Once published, further edits keep changing the project and do not change the live site until you publish again.

This produces the single most common confusion: "my changes aren't showing on the live site." Almost always the answer is that the changes were never published. A dot appears on the Publish button when the project is ahead of the live version. Republishing is the fix, not debugging.

Two consequences worth stating explicitly:

  • The live site is always behind or equal to the project, never ahead. When diagnosing a live-site problem, first establish whether the live version even contains the code you are reading. Debugging current source against a stale deployment wastes entire sessions.
  • A published site does not expire. Preview share links do, after seven days. If someone reports a dead link, work out which of the two they were given.

Route the task

The task Playbook
About to publish for the first time reference/preflight.md
"Am I ready to launch?" reference/preflight.md
Who can see this, or how to make it private reference/access.md
Sharing with a team, client, or reviewer reference/access.md
Enabling or questioning public remixing reference/access.md
Changes not showing on the live site reference/after-publish.md
Verifying or updating a published app reference/after-publish.md
Taking a published app down reference/after-publish.md

Read the full file on GitHub · 63 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 63 lines · 151 tokens per session scan A 20ff948b0e5b

Subscribe to this mod's changes

ship is a skill published in the GitHub repository silvioventre/lovable-skills (2 stars, last pushed 16d ago), licensed MIT. It adds 151 tokens to every session and 1,023 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.