Skills

All Skills

migrations

Skills tagged with #migrations

@wilsonfreitas

brasa-template-writer

Write new brasa YAML templates from scratch or migrate legacy templates (with reader.function and handler-based fields) to the modern pipeline-based format. Use when the user asks to create a new template, write a template, migrate a legacy template, convert an old template, or work with YAML template definitions. Also trigger when the user mentions template creation, template migration, or refers to legacy/old templates.

wilsonfreitas/brasa+2 more
18d ago
330
@cipherstash

stash-drizzle

Integrate CipherStash encryption with Drizzle ORM using @cipherstash/stack/drizzle. Covers the encryptedType column type, encrypted query operators (eq, like, ilike, gt/gte/lt/lte, between, inArray, asc/desc), schema extraction, batched and/or conditions, EQL migration generation, and the complete Drizzle integration workflow. Use when adding encryption to a Drizzle ORM project, defining encrypted Drizzle schemas, or querying encrypted columns with Drizzle.

cipherstash/stack+5 more
18d ago
1380
@elevenlabs

elevenlabs:sdk-migration

Migrate to the next major version of @elevenlabs/client, @elevenlabs/react, and @elevenlabs/react-native. Use when updating code that uses Conversation, Input, Output, useConversation, ElevenLabsProvider, ConversationProvider, or related APIs from these packages. Also trigger when users mention upgrading ElevenLabs packages, fixing breaking changes after an npm update, moving to the latest ElevenLabs SDK, or encountering type errors or runtime errors after updating @elevenlabs/* dependencies.

elevenlabs/packages
18d ago
870
@Axect

pytorch-migrate

Migrate an existing project that uses pytorch_template to the latest version. Use this skill when the user says: "update template", "migrate", "upgrade", "apply latest changes", "sync with template", "update pytorch_template", or when the user's project is missing new features (preflight, hpo-report, data field, diagnostic callbacks).

Axect/pytorch_template+1 more
19d ago
100
@christianhelle

Breaking Package Migration Pattern

**Status:** Documented from httpgenerator dependency refresh **Applicable To:** Any major NuGet package upgrade with breaking API changes **Example:** Microsoft.OpenApi 1.6.28 → 3.3.1

christianhelle/httpgenerator+4 more
18d ago
1220
@kevmoo

dart-checks-migration

Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.

kevmoo/dash_skills+6 more
19d ago
1180
@striderZA

adopt

Brownfield onboarding — audits existing project artifacts for template format compliance (not just existence), classifies gaps by impact, and produces a numbered migration plan. Run this when joining an in-progress project or upgrading from an older template version. Distinct from /project-stage-detect (which checks what exists) — this checks whether what exists will actually work with the template's skills.

striderZA/OpenCodeGameStudios+22 more
2d ago
60
@nexmoe

orpc-contract-first

Guide for implementing oRPC contract-first API patterns in Dify frontend. Triggers when creating new API contracts, adding service endpoints, integrating TanStack Query with typed contracts, or migrating legacy service calls to oRPC. Use for all API layer work in web/contract and web/service directories.

nexmoe/VidBee+1 more
18d ago
7.1K0
@ruby-git

breaking-change-analysis

Assesses the impact of API changes before implementation to understand what code would break and plan appropriate migration paths. Use when removing methods, changing interfaces, or planning deprecations.

ruby-git/ruby-git+20 more
18d ago
1.8K0
@rstackjs

migrate-to-rsbuild

Migrate webpack, Vite, create-react-app (CRA/CRACO), or Vue CLI projects to Rsbuild.

rstackjs/agent-skills+13 more
18d ago
390
@georgeguimaraes

ecto-thinking

This skill should be used when the user asks to "add a database table", "create a new context", "query the database", "add a field to a schema", "validate form input", "fix N+1 queries", "preload this association", "separate these concerns", or mentions Repo, changesets, migrations, Ecto.Multi, has_many, belongs_to, transactions, query composition, or how contexts should talk to each other.

georgeguimaraes/claude-code-elixir+5 more
19d ago
1250
@team-telnyx

Import Retell Agents into Telnyx

Migrate your Retell AI agents to Telnyx in minutes. The import API pulls agent configurations directly from Retell using your API key and recreates them as Telnyx AI Assistants. Both single-prompt and multi-prompt Retell agents are supported.

team-telnyx/skills+16 more
18d ago
1530
@eakmanrq

sqlglot-upgrade

This skill should be used when handling a sqlglot version bump, updating sqlglot compatibility, working on a renovate/sqlglot branch, fixing sqlglot-related test failures, or migrating functions from invoke_anonymous_function to sqlglot expression classes.

eakmanrq/sqlframe
18d ago
4950
@redclawsystems

auto-heal

Detect GPU and container failures, automatically remediate by restarting, migrating, or escalating.

redclawsystems/clawbernetes+9 more
18d ago
340
@dmmulroy

better-result-adopt

Migrate codebase from try/catch or Promise-based error handling to better-result. Use when adopting Result types, converting thrown exceptions to typed errors, or refactoring existing error handling to railway-oriented programming.

dmmulroy/better-result+1 more
18d ago
9280
@hoblin

ActiveRecord

This skill provides comprehensive guidance for working with ActiveRecord in Rails applications. Use for writing migrations, defining associations, optimizing queries, preventing N+1 issues, implementing validations, and following database best practices.

hoblin/claude-ruby-marketplace+4 more
18d ago
240
@tyler-technologies-oss

lit-migration

This skill should be used when the user asks to "migrate component to lit", "convert to lit", "lit migration", "migrate to litElement", "convert component to Lit", or discusses migrating Tyler Forge components from the legacy component/core/adapter/template architecture to Lit-based components.

tyler-technologies-oss/forge+1 more
18d ago
650
@iota-uz

Database Connection

Connect to local or staging PostgreSQL database. Use when you need to inspect tables, run queries, check migration status, or debug database issues.

iota-uz/iota-sdk+1 more
18d ago
4200
@software-mansion

gesture-handler-3-migration

Migrates files containing React Native components which use the React Native Gesture Handler 2 API to Gesture Handler 3.

software-mansion/react-native-gesture-handler
18d ago
6.7K0
@rog0x
MCP

Io.Github.Rog0x/Database

SQL formatting, schema visualization, migration generation

mcpgithub
rog0x/mcp-database-tools
19d ago
0
@torlando-tech

columba-python-migration

This skill should be used when working on the Strangler Fig migration of reticulum_wrapper.py, creating or modifying rns_api.py, working on RnsApiClient or ChaquopyRnsApiClient in Kotlin, extracting business logic from Python to Kotlin, modifying PythonWrapperManager, working on health monitoring, telemetry collection, RMSP, delivery state machines, message reception, link speed probing, identity file management, event/callback extraction, or any task that touches the Python-to-Kotlin migration boundary. It provides the full migration plan, phase dependencies, thin API surface, and anti-patterns to avoid.

torlando-tech/columba
18d ago
4600
@adityamparikh

Spring Boot 4 Migration Skill

Migrate Spring Boot 3.x applications to 4.x and stay current across minor versions with zero guesswork.

adityamparikh/spring-boot-4-migration-skill
18d ago
300
@codemod

codemod

Plan and execute code migrations, and create codemod packages or monorepos with Codemod CLI using safe, repeatable workflows.

codemod/codemod+1 more
19d ago
9620
@rajivmanivannan

React Native New Architecture Migration Skill

This skill audits a bare React Native project and produces a structured `MIGRATION_AUDIT.md` report. It does NOT rewrite code — it identifies what needs to change, classifies severity, and gives the developer a clear, prioritized plan.

rajivmanivannan/rn-new-arch-migration-skill
18d ago
30
@husamql3

zustand-state-management

Build type-safe global state in React with Zustand. Supports TypeScript, persist middleware, devtools, slices pattern, and Next.js SSR with hydration handling. Prevents 6 documented errors. Use when setting up React state, migrating from Redux/Context, or troubleshooting hydration errors, TypeScript inference, infinite render loops, or persist race conditions.

husamql3/pstrack
18d ago
1150
@rangerchaz

turkey-build

Multi-agent app builder with 7 modes - greenfield, iteration, bugfix, refactor, UI polish, migration, and audit. PM orchestrates specialized agents with feature branches. 98%+ quality gate, runtime verified, visual QA.

rangerchaz/turkey-build
18d ago
660
@crowi

Crowi 2.0 Migration Skill

crowi/crowi
18d ago
1.1K0
@tempoxyz

explorer-tidx

Explorer-only TIDX migration skill (PG-first, CH fallback for count-heavy paths)

tempoxyz/tempo-apps
18d ago
1750
@dbwls99706

ros2-engineering-skills

TRIGGER when the user: writes or reviews ROS 2 nodes (rclcpp/rclpy), creates packages (colcon/ament), edits launch files (.launch.py), configures QoS or DDS, writes URDF/xacro, implements ros2_control hardware interfaces or controllers, sets up Nav2/MoveIt 2 pipelines, processes sensor data (camera/LiDAR/PCL), works with Gazebo/Isaac Sim, configures SROS2 security, develops micro-ROS firmware, manages multi-robot fleets (Open-RMF), debugs with ros2 doctor/rosbag2, deploys via Docker/cross-compilation, or migrates from ROS 1. DO NOT TRIGGER for general C++/Python questions unrelated to ROS 2, non-robotics middleware, or web/mobile development tasks.

dbwls99706/ros2-engineering-skills
18d ago
100
@first-fluke

backend-agent

Backend specialist for APIs, databases, authentication using FastAPI with clean architecture (Repository/Service/Router pattern). Use for API, endpoint, REST, database, server, migration, and auth work.

first-fluke/fullstack-starter+16 more
19d ago
1950
@cloudflare

migrate-to-vinext

Migrates Next.js projects to vinext (Vite-based Next.js reimplementation). Load when asked to migrate, convert, or switch from Next.js to vinext. Handles compatibility scanning, package replacement, Vite config generation, ESM conversion, and deployment setup (Cloudflare Workers natively, other platforms via Nitro).

cloudflare/vinext
19d ago
6.7K0
@DyHex

pomwright-v1-5-bridge-migration

Migrate POMWright v1 BasePage page objects to the v1.5 bridge (BasePageV1toV2) as an intermediate step toward v2 PageObject. Use when asked to migrate, convert, or upgrade POMWright page objects from v1 to the bridge, or when working with BasePageV1toV2. Covers: changing class inheritance, translating addSchema/initLocatorSchemas to defineLocators with v2 DSL, updating call-site syntax (getLocator, getNestedLocator, getLocatorSchema), and updating filter/index/update/mutation patterns.

DyHex/POMWright+1 more
18d ago
540
@mcp-registry
MCP

UN World Demographics

Query UN population data: fertility, mortality, migration, life expectancy for 298 countries.

mcp
19d ago
0
@0xBigBoss

atlas-best-practices

Use when working with atlas.hcl, Atlas CLI commands, schema HCL/SQL files, or migration planning and reviews, including Atlas v1.1 security, data, and exporter capabilities.

0xBigBoss/claude-code+19 more
18d ago
370
@mboss37

lp-migrate-memory

Migrate legacy Claude Code auto-memory files into agentic-memory. TRIGGER when: user asks to migrate memories, port old memories, or has just installed agentic-memory on a project with existing built-in memories. DO NOT TRIGGER when: user is storing new memories, searching, or using memory normally.

mboss37/claude-launchpad
11d ago
50
@cofin

alloydb

Auto-activate for AlloyDB in GCP configs or docs. Google AlloyDB expertise: PostgreSQL-compatible managed database on GCP. Produces AlloyDB cluster configurations, connection patterns, and columnar engine setups on GCP. Use when: provisioning AlloyDB clusters, configuring read pools, using columnar engine, Private Service Access networking, or migrating from Cloud SQL. Not for AlloyDB Omni (see alloydb-omni) or vanilla PostgreSQL without AlloyDB features.

cofin/flow+19 more
14d ago
110
@mazrean

kessoku-di

Kessoku compile-time DI with parallel initialization for Go. Use when writing or debugging kessoku providers/injectors, enabling async dependencies, migrating from google/wire, or fixing go:generate/codegen issues in Go services.

mazrean/kessoku
18d ago
1250
@julien-blanchon

svelte5-best-practices

Svelte 5 runes, snippets, SvelteKit patterns, and modern best practices for TypeScript and component development. Use when writing, reviewing, or refactoring Svelte 5 components and SvelteKit applications. Triggers on: Svelte components, runes ($state, $derived, $effect, $props, $bindable, $inspect), snippets ({#snippet}, {@render}), event handling, SvelteKit data loading, form actions, Svelte 4 to Svelte 5 migration, store to rune migration, slots to snippets migration, TypeScript props typing, generic components, SSR state isolation, performance optimization, or component testing.

julien-blanchon/Montelimar
18d ago
860
@buildingopen

blast-radius

Map the full impact of a proposed change before making it. Use before refactors, API changes, database migrations, or any modification to shared code. Triggers: "blast radius", "what will break", "impact analysis", "what depends on this", "is it safe to change this", or before any significant refactor.

buildingopen/claude-setup+19 more
18d ago
180
@AvdLee

core-data-expert

Expert Core Data guidance (iOS/macOS): stack setup, fetch requests & NSFetchedResultsController, saving/merge conflicts, threading & Swift Concurrency, batch operations & persistent history, migrations, performance, and NSPersistentCloudKitContainer/CloudKit sync.

AvdLee/Core-Data-Agent-Skill
18d ago
1950
@letta-ai

DB migrations and schema changes

Workflows and commands for managing Alembic database migrations and schema changes in the letta-cloud core app, including using uv, just, LETTA_PG_URI, and switching between SQLite and Postgres.

letta-ai/letta+1 more
18d ago
21.6K0
@microsoft

analyze-python-api

Analyze the Python weather API, tests, endpoint behavior, and migration scope. Use for extracting routes, payloads, and validation points before C# implementation.

microsoft/aitour26-WRK541-real-world-code-migration-with-github-copilot-agent-mode+2 more
18d ago
4060
@MeteoraAg

meteora-launch

Launch tokens and manage liquidity on Meteora (Solana DeFi). Use for: creating token bonding curves (DBC), setting up AMM pools (DAMM v1/v2), concentrated liquidity pools (DLMM), alpha vaults, presale vaults, adding/removing liquidity, claiming fees, and token migrations. Triggers on: Meteora protocol operations, Solana token launches, DeFi pool creation, liquidity management, bonding curve setup, and any meteora-invent CLI usage.

MeteoraAg/meteora-invent
19d ago
300
@loft-sh

E2E Test Migration Validator

A skill for exhaustively reviewing e2e tests migrated from the old framework (`next/` directory) to the new framework (`e2e-next/` directory) across the `vcluster`, `vcluster-pro`, and `loft-enterprise` repositories.

loft-sh/vcluster
18d ago
11.1K0
@kingkongshot

pensieve

Project knowledge base and workflow router. knowledge/ caches previously explored file locations, module boundaries, and call chains for direct reuse; decisions/maxims are established architectural decisions and coding standards -- follow, don't re-debate; pipelines are reusable workflows; short-term/ holds new conclusions temporarily, promoted or deleted upon expiry. Use self-improve to capture new insights after completing tasks. Provides five tools: init, upgrade, migrate, doctor, self-improve.

kingkongshot/Pensieve
18d ago
2.5K0
@yutkat

suggest-neovim-plugin-alternatives

Analyze Neovim plugins and suggest modern alternatives. Activate when user asks about plugin alternatives, plugin migration, outdated plugins, unmaintained plugins, modernizing neovim config, plugin recommendations, checking plugins, updating plugin list, plugin audit, neovim plugin review, or better plugin suggestions.

yutkat/dotfiles
18d ago
9380
@laravel

laravel-best-practices

Apply this skill whenever writing, reviewing, or refactoring Laravel PHP code. This includes creating or modifying controllers, models, migrations, form requests, policies, jobs, scheduled commands, service classes, and Eloquent queries. Triggers for N+1 and query performance issues, caching strategies, authorization and security patterns, validation, error handling, queue and job configuration, route definitions, and architectural decisions. Also use for Laravel code reviews and refactoring existing Laravel code to follow best practices. Covers any task involving Laravel backend PHP code patterns.

laravel/boost+3 more
19d ago
3.3K0
@krisrice

oracle-db-skills

117 Oracle Database reference guides covering SQL, PL/SQL, performance tuning, security, ORDS, SQLcl, migrations, and more. Load individual skill files on demand for expert guidance on any Oracle topic.

krisrice/oracle-db-skills
18d ago
1670
@genlayer-foundation

sync-db

This skill should be used when the user asks to "sync database", "get production data", "download prod db", "migrate database", "update local db", "refresh dev database", or needs to sync production data to local/dev environment.

genlayer-foundation/points
18d ago
930
@PrimeIntellect-ai

browse-environments

Discover and inspect verifiers environments through the Prime ecosystem. Use when asked to find environments on the Hub, compare options, inspect metadata, check action status, pull local copies for inspection, or choose environment starting points before evaluation, training, or migration work.

PrimeIntellect-ai/verifiers+5 more
19d ago
3.9K0