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.
npx skills add hoangsonww/Claude-Code-Agent-Monitor --skill ship-feature --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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`
- Steps
- Required quality checks
- Finish checklist
- References
What does the ship-feature skill do?
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.
How do I install it?
Run `npx skills add hoangsonww/Claude-Code-Agent-Monitor --skill ship-feature --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From hoangsonww/Claude-Code-Agent-Monitor, a repository with 869 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
