---
name: Ship Feature
slug: ship-feature
category: DevOps
description: Ship Feature guides medium or large changes through planning, implementation, verification, and documentation updates. Use it when adding or changing functionality across backend, frontend, or MCP.
github: "https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/.claude/skills/ship-feature"
language: TypeScript
stars: 933
forks: 210
install: "npx degit https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/.claude/skills/ship-feature ~/.claude/skills/ship-feature"
installs_to: ~/.claude/skills/ship-feature
source_path: .claude/skills/ship-feature/SKILL.md
collection_size: 20
category_size: 798
collection_url: "https://dirskills.com/collections/hoangsonww/Claude-Code-Agent-Monitor"
added: 2026-08-22T05:20:23.373Z
last_synced: 2026-08-22T05:20:23.373Z
canonical_url: "https://dirskills.com/skills/ship-feature"
---

# Ship Feature

Ship Feature guides medium or large changes through planning, implementation, verification, and documentation updates. Use it when adding or changing functionality across backend, frontend, or MCP.

**Install:**

```bash
npx degit https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/.claude/skills/ship-feature ~/.claude/skills/ship-feature
```

## README

# Ship Feature

Use this workflow for medium or large implementation tasks.

## Steps
- Explore impacted modules first.
- Write a short implementation plan before editing.
- Implement smallest coherent diff that satisfies requirements.
- Run relevant verification commands.
- Update docs when commands, paths, architecture, or behavior changed.

## Required quality checks
- Keep API and websocket contracts stable unless intentionally changed.
- Keep destructive operations behind explicit guardrails.
- Avoid broad refactors in feature tickets unless requested.

## Finish checklist
- Tests/build/typecheck completed or explicitly reported as not run.
- Changed file set is scoped and intentional.
- User-facing docs updated if behavior changed.

## References
- Checklist template: `references/feature-checklist.md`
