From shipshitdev-library
Guides deployment workflows for React, Next.js, NestJS apps to staging/production including pre-deployment checklists, PR merges, hotfixes, verification, and rollback.
npx claudepluginhub shipshitdev/skillsThis skill uses the workspace's default tool permissions.
Streamline deployment workflows for React, Next.js, NestJS applications to various environments.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes competition with Porter's Five Forces, Blue Ocean Strategy, and positioning maps to identify differentiation opportunities and market positioning for startups and pitches.
Streamline deployment workflows for React, Next.js, NestJS applications to various environments.
Run ALL of these locally before every push:
# 1. Format
npx biome check --write . || npm run format
# 2. Lint
npm run lint || bunx turbo lint
# 3. Type-check
npm run type-check || tsc --noEmit
# 4. Run tests for changed packages
npm test || bun run test --filter=[changed-package]
# 5. Verify build
npm run build
If ANY step fails, fix it before pushing.
hotfix/xxx off production branchIf deployment fails, revert the merge commit and re-deploy.
See references/workflow.md for platform-specific deployment details, AWS patterns, CI/CD integration, and rollback procedures.