vostrikovva
- 23 skills
- 0 followers
- 4 hours ago last updated
- ▌ Tauri · vostrikovvaTauri desktop apps with a Vite plus React plus TypeScript webview. Use when adding IPC commands, capabilities, or packaging a desktop shell. Keep OS capabilities on a minimal allowlist.
- ▌ Nestjs · vostrikovvaNestJS modules, DI, pipes, and guards in TypeScript. Use when the backend is Nest, not a raw Express app.
- ▌ Nextjs · vostrikovvaNext.js App Router, RSC, and the Next bundler (Turbopack in dev, webpack in typical production builds). Use when the repo is Next.js, not Vite. Covers next/image, next/link, and next.config.
- ▌ Mongodb · vostrikovvaMongoDB with TypeScript document types and indexes. Use when the data model is document-oriented, not when the project already standardized on Postgres plus Drizzle.
- ▌ Expo Rn · vostrikovvaExpo and Expo Router on top of React Native, TypeScript. Use with vercel-react-native-skills for lists, animations, and native performance. Covers EAS, Expo Router, and JS vs native APIs.
- ▌ Tdd · vostrikovva bundleTest-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
- ▌ Typescript · vostrikovvaTypeScript strict typing for app and library code. Use when writing or reviewing TypeScript, fixing type errors, or when the project uses tsconfig strict. Prefer typed APIs over any.
- ▌ Vite React · vostrikovvaVite plus React plus TypeScript SPA. Use when the app is Vite (vite.config), not Next.js. Covers import.meta.env, dev proxy to an API, React Router, and code splitting.
- ▌ Vercel Optimize · vostrikovva bundleUse for Vercel cost and performance optimization on deployed projects, especially Next.js, SvelteKit, Nuxt, and limited Astro apps. Collect Vercel metrics, usage, project config, and code scan results first; investigate only metric-backed candidates; produce ranked recommendations grounded in verified files and version-aware Vercel/framework docs. Trigger for Vercel bill reduction, slow or expensive routes, caching opportunities, Function Invocations, Build Minutes, Fast Data Transfer, Core Web Vitals, Bot Management, Fluid compute, or cost breakdown requests.
- ▌ Express API · vostrikovvaHTTP APIs with Express and TypeScript. Use when adding routes, middleware, error handling, or validation on Express, not NestJS.
- ▌ Deploy To Vercel · vostrikovva bundleDeploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
- ▌
- ▌
- ▌ Grilling · vostrikovva bundleGrill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
- ▌ Teach Me · vostrikovva bundleTeach a named technology in chat: brief motivation, then Q&A with beginner code hints. Use only when the user explicitly invokes this skill or asks to apply teach-me. Never edit project files.
- ▌ To Tickets · vostrikovva bundleBreak a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker (edges as text in one file per ticket locally, or native blocking links on a real tracker).
- ▌ Postgres Drizzle · vostrikovvaPostgreSQL with Drizzle ORM and Drizzle Kit. Use when defining schema, generating or applying SQL migrations, or querying Postgres. Prefer generate-and-review over drizzle-kit push on shared databases.
- ▌ Code Review · vostrikovva bundleReview the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
- ▌ Vercel CLI With Tokens · vostrikovvaDeploy and manage projects on Vercel using token-based authentication. Use when working with Vercel CLI using access tokens rather than interactive login — e.g. "deploy to vercel", "set up vercel", "add environment variables to vercel".
- ▌ Which Skill · vostrikovvaRecommend which Cursor skill to apply for a user request. Use only when the user explicitly invokes this skill or asks to apply which-skill. Covers Cursor built-in skills and skills from this catalog. Triggers include какой скилл нужен, which skill, what skill do I need.
- ▌ Grill With Docs · vostrikovva bundleA relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
- ▌ Vercel React Best Practices · vostrikovva bundleReact and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
- ▌ Web Design Guidelines · vostrikovvaReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".