ship — community ContentDeck, community, ide skills

v1.0.0

About this Skill

Perfect for Development Agents needing automated end-of-session routines for code verification and deployment. Content Consumption Unified

aditya30103 aditya30103
[0]
[1]
Updated: 3/17/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
28
Canonical Locale
en
Detected Body Locale
en

Perfect for Development Agents needing automated end-of-session routines for code verification and deployment. Content Consumption Unified

Core Value

Empowers agents to automate quality checks using npm scripts like format:check, lint, typecheck, test, and build, ensuring all changes are verified, documented, committed, and pushed, providing a unified content consumption experience through protocols like Git.

Ideal Agent Persona

Perfect for Development Agents needing automated end-of-session routines for code verification and deployment.

Capabilities Granted for ship

Automating end-of-session routines for developers
Verifying code quality through sequential npm script execution
Documenting changes in files like docs/log/<version>-<feature>.md

! Prerequisites & Limits

  • Requires npm and Git setup
  • Must run quality checks in sequence without skipping or reordering
  • Limited to projects using npm and Git for version control

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is ship?

Perfect for Development Agents needing automated end-of-session routines for code verification and deployment. Content Consumption Unified

How do I install ship?

Run the command: npx killer-skills add aditya30103/ContentDeck. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for ship?

Key use cases include: Automating end-of-session routines for developers, Verifying code quality through sequential npm script execution, Documenting changes in files like docs/log/<version>-<feature>.md.

Which IDEs are compatible with ship?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for ship?

Requires npm and Git setup. Must run quality checks in sequence without skipping or reordering. Limited to projects using npm and Git for version control.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add aditya30103/ContentDeck. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use ship immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

ship

Install ship, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Ship

End-of-session routine to verify, document, commit, and push all changes.

Steps

1. Quality checks

Run these in sequence — stop if any fail:

bash
1npm run format:check 2npm run lint 3npm run typecheck 4npm run test 5npm run build

All five must pass with zero errors. Do NOT skip or reorder.

2. Update documentation

Check if any of these files need updates based on what changed this session:

  • docs/log/<version>-<feature>.md — If a feature shipped this session, this log must exist. Create it if it doesn't. Include: what was built, key decisions, files changed, gotchas for future sessions.
  • docs/INDEX.md — Shipped features table and "next up" status. Update if features were shipped.
  • docs/plan/phase-1.md — Active roadmap. Mark completed items.
  • CLAUDE.md — Architecture, key patterns, important rules. Update if new files, patterns, or conventions were added.
  • README.md — User-facing docs. Update if features, setup steps, or project structure changed.
  • docs/reference/audit.md — Bug tracking. Update if bugs were found and fixed.
  • docs/reference/design-system.md — If any new UI pattern, token, component, or convention was established this session, update it here. The design system doc is only useful if it stays current.

If this session included UI changes: visually verify all 4 themes (Light, Dark, Sepia, Navy) in npm run dev before committing.

Only update what actually changed. But always check docs/log/ — a missing log for a shipped feature is a documentation debt.

3. Bump service worker cache version

If any code in src/ or public/ changed, bump the CACHE_NAME version in public/sw.js. Follow semver:

  • Patch (x.x.+1) for bug fixes
  • Minor (x.+1.0) for new features
  • Major (+1.0.0) for breaking changes

4. Commit

  • Stage specific files (never git add -A or git add .)
  • Use conventional commit format:
    • feat: new feature
    • fix: bug fix
    • refactor: code restructuring
    • chore: tooling, deps, config
    • docs: documentation only
    • test: tests only
  • End with Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
  • Use HEREDOC format for the message

5. Push

bash
1git push -u origin <current-branch>

6. Confirm

Show a summary table of what was shipped:

  • Branch name
  • Files changed (count)
  • Commit hash + message
  • Docs updated (which ones)
  • Log created/updated (which file)
  • All 5 quality checks: PASS/FAIL

Related Skills

Looking for an alternative to ship or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer