npx claudepluginhub dylanliiii/shipyardęä½³å®č·µåå®ēØå·„å ·ęä»¶ļ¼ęä¾å®ę“ē锹ē®å¼åå·„ä½ęµęÆęļ¼å ę¬é”¹ē®č§åćå·„ä½ę§č”ć代ē å®”ę„ćę攣记å½ēåč½ļ¼ä»„åäøäøē代ē åęćę¶ęčÆå®”ćę§č½ä¼åē代ēęå”
The AI-native engineering workflow system for Claude Code.
ShipYard by DylanLi is a personal, opinionated system for turning ideas into shipped software with more clarity, better reviews, and cleaner delivery.
At the core is Vengineer: a workflow plugin that helps you move from rough intent to production-ready change through a repeatable path:
This repository is the source for the ShipYard workflow toolkit and its Claude Code plugin assets.
vita-cc-market/
āāā .claude-plugin/marketplace.json # Marketplace metadata
āāā plugins/
ā āāā Vengineer/ # Main workflow plugin
ā ā āāā agents/ # Research and review agents
ā ā āāā hooks/ # Prompt-time automation
ā ā āāā skills/ # Reusable workflow skills
ā ā āāā .mcp.json # MCP server configuration
ā āāā Vengineer-RCP/ # Legacy / compatibility plugin
āāā README.md
The current repo is organized around skills-first workflows.
Use these skills when an idea is still fuzzy:
clarify ā ask targeted questions to reduce ambiguitylight-plan ā turn a rough idea into a lightweight sketchturn2spec ā convert a sketch into a structured feature specmedium-plan ā produce an implementation plandeepen-plan ā enrich a plan with parallel researcharch-flow ā orchestrate the full pipeline from sketch ā spec ā plan ā ADRThe plugins/Vengineer/agents/ directory contains focused agents for grounding decisions, including:
Vengineer also ships MCP configuration in plugins/Vengineer/.mcp.json for:
exadeepwikicontext7work ā execute a plan with incremental implementation and verificationgit-worktree ā create isolated worktrees for parallel developmentask ā explore the codebase with parallel investigationget-api-docs ā fetch current API documentation before coding against external dependenciesreview ā run a structured, multi-agent code review workflowplan_review ā review implementation plans before codingresolve-todos ā work through generated TODOscommit-changes ā turn a diff into clean, focused commitscreate-pr ā draft and open a structured pull requestpr-summary-cn ā generate a concise Chinese PR summaryadr ā record architecture decisions in ADR formatcompound-docs ā save solved problems as reusable documentationbatch-issues ā decompose a plan into actionable issuesreport-bug-issue ā report plugin issues or feature requestsThe main plugin in plugins/Vengineer is the active workflow toolkit in this repository.
Highlights:
plugins/Vengineer-RCP is a smaller legacy/compatibility plugin that still contains:
The Vengineer hook set lives in plugins/Vengineer/hooks/.
The current hook behavior is focused on language context injection:
See plugins/Vengineer/hooks/README.md for details and testing notes.
/plugin marketplace add VitaDynamics/vita-cc-market
/plugin marketplace add git@codeup.aliyun.com:vbot/VitaCore/vita-cc-market.git
/plugin marketplace list
/plugin browse
/plugin install Vengineer@vita-cc-market
If your Claude Code setup expects a different marketplace name, use the name shown by /plugin marketplace list.
A typical flow for a new feature looks like this: