11 skills total · 11 unscanned
Skills by shipshitdev
Biome Validator checks your Biome configuration for version compatibility, proper schema setup, and modern linting rules. It flags deprecated patterns and guides migration from…
Clerk Validator audits your authentication implementation for modern Clerk patterns and deprecated code. It checks package versions, proxy.ts setup, ClerkProvider configuration,…
Commit Summary analyzes staged or unstaged git changes and generates properly formatted Conventional Commit messages with the right type, scope, and breaking-change markers. It…
Dependency Audit scans your project's installed packages for known vulnerabilities, detects secrets about to be committed, and verifies lockfile integrity. Run it once to report…
This skill automates the creation and configuration of development containers, enabling you to establish consistent coding environments across machines. Whether working locally or…
Linter Formatter Init automates code quality setup for JavaScript and TypeScript projects, installing Biome (default) or ESLint + Prettier alongside Vitest testing and Husky…
Nextjs Validator audits Next.js 16 projects to catch deprecated patterns from earlier versions and enforce current best practices. It checks package versions, routing structure,…
Shadcn guides you through 58 prioritized rules spanning component setup, architecture, accessibility, styling, forms, and data display. It activates when building with shadcn/ui,…
Shadcn Setup configures shadcn/ui components with modern Tailwind v4 CSS-first setup, installing dependencies and generating the required globals.css, components.json, and utility…
Stripe Implementer guides you through integrating Stripe's payment platform into Next.js and NestJS applications. It covers payment methods, subscription billing, webhook event…
Turborepo is a high-performance build system designed for monorepo environments, enabling you to manage multiple packages efficiently within a single repository. This skill guides…