NumPy — N-dimensional arrays, broadcasting, ufuncs, linalg, random Generator API for Python scientific computing. Foundation for pandas, polars, scikit-learn, PyTorch. Use when: numpy, np, ndarray, dtype, broadcasting, ufunc, np.linalg.solve, np.linalg.eig,…
Skills in this repository
VKirill/antigravity-for-claude-code - Page 2
SkillsMP has collected 95 skills from VKirill/antigravity-for-claude-code. Open a skill to review its source and details.
VKirill/antigravity-for-claude-codeShowing 40 of 95 collected skills.
Nuxt 4 Vue meta-framework — file routing, SSR/SSG, server routes, auto-imports. Use when: nuxt, nuxt 4, nuxt.config.ts, app/ directory, file-based routing, useAsyncData, useFetch, $fetch, definePageMeta, useState, useRuntimeConfig, server/api routes,…
OpenCode CLI — open-source multi-provider terminal coding agent (sst/opencode, Anomaly fork) with BYOK for Claude/GPT/Gemini/Ollama, opencode.json, AGENTS.md, plan/build agents, MCP, ACP. Use when: opencode, sst/opencode, anomaly opencode, opencode.json,…
pandas 3.0 — DataFrame analysis library for Python. PyArrow-backed string dtype default, Copy-on-Write default, nullable Int64/Float64/BooleanDtype, datetime resolution inference, named aggregations, merge_asof/merge_ordered, anti-joins. Use when: pandas,…
Playwright 1.60 E2E testing — Chromium/Firefox/WebKit, auto-wait, web-first assertions, fixtures, trace viewer. Use when: playwright, e2e, end-to-end, browser test, getByRole, getByText, getByTestId, locator, expect.toHaveText, fixtures, page.goto,…
Polars 1.40 — Rust-backed columnar DataFrame for Python. Lazy frames, query optimizer, streaming engine, expression API, Arrow memory model. Use when: polars, pola-rs, LazyFrame, DataFrame, pl.col, pl.lit, pl.when, .over, scan_parquet, scan_csv, sink_parquet,…
PostgreSQL 18 — production-grade open-source RDBMS. Raw SQL, async I/O, virtual generated columns, OAuth, temporal constraints, UUIDv7, skip-scan B-tree, RLS, extensions. Use when: postgresql, postgres, psql, pg_dump, pg_basebackup, pgBouncer,…
Prisma 7 — TypeScript-first ORM. Declarative schema, type-safe client, migrations, driver adapters (PrismaPg/Neon/LibSQL/D1). Use when: prisma 7, prisma.config.ts, prisma migrate, PrismaClient, PrismaPg, driver adapter, schema.prisma, @prisma/adapter-pg,…
Senior Architect methodology for greenfield projects — collects business requirements through 1-3 chat phases, then produces 6+1 artifacts in docs/plans/<project>/ (brief, architecture, database, structure, risks, deployment, ai-resources) plus a tasks.yaml…
Source text: Mixed languages
[RU: интеграция proxy6.net — покупка/продление прокси, пул, ipauth, scraping] proxy6.net REST API — RU proxy provider for IPv4/IPv4 Shared/IPv6/MTproto. Methods getprice/getcount/getcountry/getproxy/buy/prolong/delete/setdescr/check/ipauth via…
Pydantic v2 runtime data validation for Python — BaseModel, Field, validators, JSON Schema, settings. Use when: pydantic, BaseModel, model_validate, model_dump, model_validate_json, field_validator, model_validator, computed_field, Annotated, ConfigDict,…
Python 3.14 foundation — syntax, type hints, packaging with uv, ruff/mypy, asyncio. Use when: python, pip, uv, pyproject.toml, ruff, mypy, type hints, dataclass, asyncio, TaskGroup, venv, poetry, поэтри, ImportError, ModuleNotFoundError, PEP 695, PEP 703…
PyTorch deep learning framework — tensor compute, autograd, nn.Module training loops, DataLoader, mixed precision (torch.amp), torch.compile, GPU/MPS device handling, distributed (DDP/FSDP2), TorchScript/ONNX export. Use when: pytorch, torch, deep learning,…
React Hook Form v7 — performant forms via uncontrolled inputs, Zod validation. Use when: react-hook-form, RHF, useForm, register, handleSubmit, watch, setValue, getValues, formState, Controller, FormProvider, useFieldArray, zodResolver, @hookform/resolvers,…
Production React 19 — composition patterns, hooks, state management, performance, React Compiler, Actions, useActionState, useOptimistic, use(), ref as prop, Server Components. Use when: react, react 19, hooks, useState, useEffect, useActionState,…
Redis 8 — in-memory data store. Cache, sessions, rate limiting, pub/sub, streams, hash field TTL, vector search. Use when: redis, redis 8, ioredis, node-redis, redis-om, valkey, SET EX, GETEX, HSET, HEXPIRE, LPUSH, RPOPLPUSH, ZADD, ZRANGEBYSCORE, XADD,…
Behavioral code analysis from Tornhill (Software Design X-Rays). Use when: worker-refactor-architect prioritizes technical debt, identifies hotspots from git history, detects temporal coupling between files. Trigger terms: hotspot, change frequency, temporal…
Architecture analysis + refactoring planning. Read-only methodology: scan current structure via serena + gitnexus, identify boundaries violations, design target architecture, set per-file line budgets, allocate symbols to files. Produces a YAML refactoring…
Best practices for Remotion - Video creation in React
Remotion — programmatic video framework where React components render to MP4 / WebM / GIF / stills frame-by-frame. Use when: programmatic video, React video, video composition, useCurrentFrame, useVideoConfig, Composition, Sequence, interpolate,…
Code review discipline from Cohen's SmartBear empirical research. Use when: worker-reviewer reviews a diff/PR, evaluates someone's code change, checks acceptance_criteria coverage. Trigger terms: code review, defect density, review velocity, author…
scikit-learn 1.8 — classical machine learning in Python. Estimator API, Pipeline + ColumnTransformer, cross-validation, GridSearchCV/RandomizedSearchCV/HalvingGridSearchCV, classification/regression/clustering, preprocessing, metrics. Use when: scikit-learn,…
shadcn/ui — copy-paste React components built on Radix UI primitives + Tailwind. Use when: shadcn, shadcn-ui, shadcn/ui, npx shadcn add, components.json, registry, theming, Radix UI, accessible components, button, dialog, dropdown, form, input, select, sheet,…
Audit, rewrite, and design Claude Code skills per Anthropic's Agent Skills best practices. Use when creating a new skill, refactoring an existing skill, auditing a skills directory for quality, fixing weak descriptions that prevent Claude from routing…
SQLAlchemy 2.0 — modern Python ORM + Core toolkit with first-class async support, type-annotated declarative mapping, and Alembic migrations. Use when: sqlalchemy, sqla, sqlalchemy 2.0, Mapped, mapped_column, DeclarativeBase, select(), AsyncSession, async…
Methodology for finding root cause of bugs, test failures, and unexpected behaviour — symptom → reproduction → hypothesis → bisection → root cause → fix → regression test. Stack-agnostic. Replaces superpowers:systematic-debugging when that plugin is removed.…
"Tailwind CSS 4.3 — CSS-first config via @theme, oklch colors, container queries, @utility/@variant, has-*/not-*/starting: variants, 3D transforms, dark mode. Use when: tailwind, tailwindcss, tailwind 4, @theme, @utility, @variant, oklch, container queries,…
TanStack Query 5 server-state management — queries, mutations, infinite, optimistic, cache. Use when: tanstack query, react-query, useQuery, useMutation, useInfiniteQuery, useSuspenseQuery, queryClient, query keys, invalidateQueries, setQueryData, optimistic…
Test-driven development discipline for workers — write failing test first, minimal implementation, green, refactor. Applies to behavior-testable changes (API endpoints, pure functions, business logic). Replaces superpowers:test-driven-development. Use when:…
Build, architect, deploy Telegram bots on grammY 1.x + Node 24 + TypeScript 5.9. Use when: telegram bot, tg bot, grammY, Bot API, BotFather, webhook, long polling, Mini App, Telegram WebApp, initData, HMAC validation, secret_token, Telegram Stars, XTR,…
Universal test-writing discipline from Meszaros + Osherove + Beck/GOOS. Use when: worker-tester writes/edits tests, adds coverage for new behavior, refactors a flaky/slow/obscure suite. Trigger terms: test double, stub mock fake spy, fixture, AAA, four-phase…
HuggingFace Transformers — pretrained model hub, pipelines, AutoModel/AutoTokenizer, .generate() for LLMs/VLMs, Trainer fine-tuning, PEFT/LoRA/QLoRA, bitsandbytes quantization, multimodal processors, datasets library, accelerate. Use when: transformers,…
TypeScript expert — TS 6.0 type system, conditional/mapped types, branded types, generics, tsconfig strict (now default), build performance, monorepo project references, declaration merging, ES2025 target. Use when: typescript, ts, conditional types, mapped…
UI/UX verification discipline for frontend changes. From Krug + Wathan/Schoger + Nielsen 10 + WCAG 2.2. Use when: worker-ui-verifier inspects frontend diffs, audits accessibility, evaluates visual hierarchy, validates responsive. Trigger terms: usability,…
Vite 7 frontend build tool — fast HMR via native ESM, Rollup production builds, plugin ecosystem, modernized browser-target defaults. Use when: vite, vite.config.ts, vite dev, vite build, vite preview, HMR, hot module replacement, vite plugin, define, alias,…
[RU: интеграция VK Mini Apps через VK Bridge — auth, VK Pay, sign launch params] VK Bridge SDK для VK Mini Apps — bridge.send/subscribe/supports, VKWebAppInit, VKWebAppGetAuthToken, VKWebAppGetUserInfo, VKWebAppOpenPayForm…
Vue 3.5 — Composition API with script setup, reactivity, SFC, TypeScript. Use when: vue, vue 3, vue 3.5, composition api, script setup, ref, reactive, computed, watch, watchEffect, useTemplateRef, defineProps, defineEmits, defineModel, defineSlots,…
Route AND implement web animation for 2026 — pick the right tool (CSS-native, Motion/motion.dev, GSAP, AutoAnimate, Rive, dotLottie) then apply production recipes. Covers: motion tokens & CSS native springs via linear(), scroll-driven animation (CSS…
[RU: Яндекс.Облако — yc CLI, Compute Cloud, Managed PostgreSQL/MySQL/Redis/ClickHouse/MongoDB/Kafka, Object Storage S3, VPC, Managed Kubernetes, IAM, Lockbox, Cloud Functions] Yandex Cloud production operations — yc CLI (canonical control), Compute Cloud (VMs…
[RU: интеграция ЮKassa] YooKassa by ЮMoney — API v3, Checkout.js widget, payment lifecycle (pending→waiting_for_capture→succeeded), Idempotence-Key, webhook IP-allowlist + payment re-fetch, saved methods, 54-ФЗ receipt. Use when: yookassa, юкасса,…