From Vengineer
Execute work plans efficiently while maintaining quality and finishing features
npx claudepluginhub dylanliiii/shipyard --plugin VengineerThis skill is limited to using the following tools:
**Purpose**: Execute a work plan efficiently while maintaining quality and finishing features.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Purpose: Execute a work plan efficiently while maintaining quality and finishing features.
<input_document> ${ARGUMENTS} </input_document>
Read Plan and Clarify
Setup Environment Choose your work style:
Option A: Live work on current branch
git checkout main && git pull origin main
git checkout -b feature-branch-name
Option B: Parallel work with worktree (recommended for parallel development)
# Ask user first: "Work in parallel with worktree or on current branch?"
# If worktree:
skill: git-worktree
# The skill will create a new branch from main in an isolated worktree
Recommendation: Use worktree if:
Analyze and Decompose
Follow Existing Patterns
Continuous Testing
Iterative Development
Code Review
Final Testing
Documentation
Final Review
Commit and Push
Next Steps