Skip to content
Development
Skill

/ship-feature

Implement a feature safely end-to-end in this repository. Use when adding or changing functionality across backend, frontend, or MCP with required verification and documentation updates.

From plugin
claude-code-agent-monitor
99575 skills21 agents33 commands1 MCP
Install
$ npx -y skills add hoangsonww/Claude-Code-Agent-Monitor --skill ship-feature --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/ship-feature

Context preview

The summary Claude sees to decide when to auto-load this skill.

Implement a feature safely end-to-end in this repository. Use when adding or changing functionality across backend, frontend, or MCP with required verification and documentation updates.

SKILL.md

ship-feature.SKILL.md
name: ship-feature
description: Implement a feature safely end-to-end in this repository. Use when adding or changing functionality across backend, frontend, or MCP with required verification and documentation updates.

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`
Ships withclaude-code-agent-monitor

🚀 A real-time monitoring dashboard for Claude Code & Codex, built with SQLite3, Node.js, Express, React, Vite, TailwindCSS, & WebSockets. It tracks sessions, agent activity, tool usage, and subagent orchestration, providing live analytics, a Kanban status board, status notifications, a cute buddy, & an interactive web UI/MacOS/Windows native app.

Get the whole plugin

Other skills on claude-code-agent-monitor.