mindrally
- 124 skills
- 0 followers
- 1 week ago last updated
- ▌ Go · mindrallyExpert in Go/Golang development with focus on APIs, microservices, and clean architecture
- ▌ Nx · mindrallyBest practices for Nx monorepo development, project configuration, and code generation
- ▌ Swr · mindrallyGuidelines for using SWR (stale-while-revalidate) React Hooks for efficient data fetching, caching, and revalidation
- ▌ Gsap · mindrallyExpert guidelines for building high-performance animations with GSAP (GreenSock Animation Platform)
- ▌ Pnpm · mindrallyBest practices for pnpm package manager, workspace management, and monorepo configuration
- ▌ Rust · mindrallyExpert in Rust development with focus on safety, performance, and async programming
- ▌
- ▌
- ▌ Azure · mindrallyAzure cloud development guidelines for ARM templates, Azure Pipelines, Kubernetes, and cloud-native services.
- ▌ Ghost · mindrallyGhost CMS theme development with Handlebars templating, Alpine.js, Tailwind CSS, and performance optimization
- ▌ React · mindrallyExpert in React development with modern patterns, hooks, and performance optimization
- ▌ Remix · mindrallyExpert guidance for Remix development with TypeScript, loaders/actions, nested routes, and full-stack web application best practices
- ▌ Convex · mindrallyGuidelines for developing with Convex backend-as-a-service platform, covering queries, mutations, actions, and real-time data patterns
- ▌ Devops · mindrallyComprehensive DevOps engineering practices for Kubernetes, CI/CD, Bash scripting, Ansible, and cloud infrastructure.
- ▌ Motion · mindrallyExpert guidelines for building performant animations with Motion (formerly Motion One) vanilla JavaScript animation library
- ▌ Sanity · mindrallySanity CMS development guidelines for schema creation, GROQ queries, TypeScript integration, and project organization
- ▌ Stripe · mindrallyStripe payment integration guidelines for TypeScript, React, Next.js with secure payment processing and subscription management
- ▌ Svelte · mindrallyModern Svelte 5 and SvelteKit development covering runes-based reactivity, snippets, SSR/SSG, and state management, including migration notes from legacy Svelte 4 syntax. Use when writing or reviewing Svelte components, deciding between runes and legacy reactive statements, building SvelteKit routes and load functions, or migrating a Svelte 4 codebase to Svelte 5.
- ▌ Cypress · mindrallyCypress end-to-end testing best practices for web applications, covering test structure, commands, and reliability patterns.
- ▌ Flutter · mindrallyExpert in Flutter and Dart development with clean architecture and state management
- ▌ Fortran · mindrallyBest practices for modern Fortran (2003/2008+) scientific and numerical computing, covering modules, explicit interfaces, kind parameters, memory safety, and testing. Use when writing or reviewing Fortran source (.f90/.f95/.f03/.f08), defining modules and derived types, choosing numeric kind parameters, working with allocatable arrays, setting up a Fortran build with CMake or fpm, or writing unit tests for numerical code.
- ▌ Gitflow · mindrallyBranching, merging, versioning, and release conventions for the Gitflow workflow, covering main/develop branches, feature/release/hotfix branches, semantic versioning, and pull request rules. Use when creating a branch, naming a branch, planning a release or hotfix, writing a commit message, or setting up branch protection for a repository that follows Gitflow.
- ▌
- ▌
- ▌ Phoenix · mindrallyPhoenix framework development guidelines covering LiveView, Ecto, real-time features, and best practices for building scalable web applications with Elixir.
- ▌ Shopify · mindrallyExpert Shopify theme development guidelines for Liquid, Online Store 2.0, CSS, JavaScript, and UX best practices
- ▌ Testing · mindrallyGeneral testing best practices and guidelines for writing comprehensive, maintainable tests across different testing frameworks and languages.
- ▌ Monorepo · mindrallyBest practices for monorepo development with TypeScript, React, Next.js, Expo, Turbo, and related technologies
- ▌ Solidity · mindrallyBest practices for secure, gas-efficient Solidity smart contract development and Web3 frontend integration. Use when writing or reviewing Solidity contracts, hardening against reentrancy and access-control bugs, optimizing gas usage, setting up Hardhat/Foundry testing and static analysis, or wiring a React frontend to wallets, providers, and on-chain transactions.
- ▌ Supabase · mindrallyExpert in Supabase backend development with authentication and database patterns
- ▌ Pr Review · mindrallyFocused pull request review practices with severity-ranked, file-and-line-cited findings across four angles: security, performance, tests, and architecture. Use when asked to review a pull request, review a diff or set of changes, review "this PR," or provide a code review before merge.
- ▌ Storybook · mindrallyBest practices for building and documenting component libraries with Storybook
- ▌ Sveltekit · mindrallyExpert guidance for SvelteKit development with TypeScript, Tailwind CSS, SSR/SSG, and performance optimization best practices
- ▌
- ▌ Turborepo · mindrallyBest practices for Turborepo monorepo build system configuration and optimization
- ▌ Vue Pinia · mindrallyVue 3 state management with Pinia using the Composition API, covering setup stores, SSR/Nuxt integration, persistence, and testing. Use when creating or refactoring Pinia stores, deciding what state belongs in a store versus a component, wiring stores into router guards, persisting store state to storage, or testing store actions with @pinia/testing.
- ▌ Clean Code · mindrallyClean, maintainable, human-readable code principles combined with anti-over-engineering discipline: naming, single responsibility, DRY, and scoping changes to exactly what was requested. Use when writing new code, refactoring existing code, reviewing code for quality, or deciding how much abstraction a change actually needs.
- ▌ Google Adk · mindrallyBest practices for building AI agents with Google's Agent Development Kit (ADK) in Python, covering agent design, tools, sessions, memory, artifacts, evaluation, and deployment. Use when building LLM agents or multi-agent systems with ADK, defining ADK tools, wiring up sessions/state/memory, working with ADK artifacts, writing agent evals, or deploying ADK agents to Vertex AI Agent Engine or Cloud Run.
- ▌ Ruby Rails · mindrallyConventions and best practices for building web applications with Ruby on Rails. Use when scaffolding Rails apps or generators, designing ActiveRecord models and migrations, wiring up Hotwire/Turbo/Stimulus interactivity, setting up background jobs or caching, or writing RSpec/Minitest coverage for Rails code.
- ▌ Meta Prompt · mindrallyMeta-prompting framework for critiquing responses, analyzing solution trajectories, and evaluating AI-generated content quality
- ▌ Pyspark Etl · mindrallyBest practices for building performant, testable PySpark ETL pipelines with Spark SQL and Apache Iceberg. Use when writing or reviewing PySpark jobs, designing joins and window functions, working with map/array higher-order functions, or building idempotent cumulative/snapshot table merges.
- ▌ Git Workflow · mindrallyGit conventions and workflow guidelines using Conventional Commits, branching strategies, and best practices for version control
- ▌ Deep Learning · mindrallyComprehensive deep learning guidelines for neural network development, training, and optimization.
- ▌
- ▌ Gamemaker Gml · mindrallyBest practices for GameMaker Language (GML) development, covering scripts, object events, rooms, data structures, and performance-minded game code. Use when writing GML scripts or object event code in GameMaker Studio, structuring create/step/draw events, managing rooms and instances, building state machines for gameplay, or optimizing GML for performance.
- ▌ Harmony Arkts · mindrallyBest practices for HarmonyOS application development with ArkTS and ArkUI, covering components, state management, resources, layout, lifecycle, and accessibility. Use when writing .ets component files, using ArkUI decorators like @Component/@State/@Prop/@Link, building layouts with Column/Row/Stack/List, managing HarmonyOS app resources with $r(), or handling component lifecycle and accessibility on HarmonyOS.
- ▌ Ros2 Robotics · mindrallyBest practices for ROS 2 robotics development, covering package structure, nodes, topics/services/actions, launch files, QoS, tf2 transforms, and testing. Use when creating ROS 2 packages, writing nodes in rclpy or rclcpp, defining custom messages/services/actions, writing launch files, configuring QoS profiles, working with tf2 transforms, or building and testing a colcon workspace.
- ▌ Apollo GRAPHQL · mindrallyGuidelines for developing GraphQL APIs and React applications using Apollo Client for state management, data fetching, and caching
- ▌ Bash Scripting · mindrallyBash scripting guidelines covering security, portability, error handling, and automation best practices for DevOps.
- ▌ Design Systems · mindrallyComprehensive design system guidelines for building consistent, accessible, and scalable component libraries. Use when creating design tokens, building component libraries, implementing design systems, setting up theming architecture, or establishing UI governance processes.
- ▌ Embedded Stm32 · mindrallyBest practices for embedded C/C++ development on STM32 microcontrollers using the HAL, covering peripherals, DMA, interrupts, memory constraints, and hardware-focused testing. Use when writing STM32 HAL code, configuring peripherals generated by STM32CubeMX, working with interrupts or DMA, debugging with SWD/JTAG, managing memory-constrained firmware, or writing hardware-in-the-loop or host-build tests for embedded C.
- ▌ Parcel Bundler · mindrallyBest practices and guidelines for Parcel, the zero-configuration web application bundler
- ▌ Rollup Bundler · mindrallyBest practices and guidelines for Rollup.js module bundler configuration, ES modules, and library bundling
- ▌ Tanstack Query · mindrallyBest practices for TanStack Query v5 (React Query) server state management, including query key factories, the queryOptions helper, mutations, optimistic updates, infinite queries, and Suspense mode. Use when fetching or caching server data in React, writing custom query/mutation hooks, setting up a QueryClient, implementing optimistic updates, or migrating v4 patterns to v5.
- ▌ Tanstack Start · mindrallyBest practices for TanStack Start, the full-stack React framework built on TanStack Router and Vite/Nitro. Use when building server functions with createServerFn, setting up SSR and streaming with defer()/Await, writing API routes, configuring app.config.ts, or deploying a TanStack Start app to Node, Vercel, Netlify, Bun, or Cloudflare.
- ▌ AWS Development · mindrallyAWS development best practices for Lambda, SAM, CDK, DynamoDB, IAM, and serverless architecture using Infrastructure as Code.
- ▌ Cheerio Parsing · mindrallyExpert guidance for HTML/XML parsing using Cheerio in Node.js with best practices for DOM traversal, data extraction, and efficient scraping pipelines.
- ▌ Esbuild Bundler · mindrallyBest practices and guidelines for esbuild, the ultra-fast JavaScript and TypeScript bundler and minifier
- ▌ GCP Development · mindrallyGoogle Cloud Platform (GCP) development best practices for Cloud Functions, Cloud Run, Firestore, BigQuery, and Infrastructure as Code.
- ▌ Github Workflow · mindrallyGitHub best practices for pull requests, code reviews, issues, Actions workflows, and repository management
- ▌ Hono Typescript · mindrallyGuidelines for building edge-first, high-performance APIs with Hono and TypeScript for Cloudflare Workers, Deno, Bun, and Node.js
- ▌ Pwa Development · mindrallyProgressive Web App development guidelines covering service workers, caching strategies, offline functionality, and installability
- ▌ React Router V7 · mindrallyReact Router v7 framework mode conventions for route modules, data loaders, actions, and progressive enhancement. Use when building file-based routes with loaders/actions, handling form submissions with Form/useFetcher/useSubmit, adding route ErrorBoundary components, revalidating data after mutations, or migrating Remix-style route modules to React Router v7.
- ▌ Tanstack Router · mindrallyType-safe, file-based routing for React with TanStack Router. Use when defining routes with createFileRoute, validating search params with Zod, writing route loaders, setting up auth guards with beforeLoad, integrating TanStack Query into loaders, or configuring router context and preloading.
- ▌ Webpack Bundler · mindrallyBest practices and guidelines for Webpack module bundler configuration, optimization, and development workflows
- ▌ Game Development · mindrallyExpert guidance for game development with C#/Unity, Lua scripting, and best practices for scalable game architecture
- ▌ Grpc Development · mindrallyBest practices for building high-performance services with gRPC and Protocol Buffers. Use when designing RPC services, defining protobuf schemas, implementing streaming APIs, setting up gRPC interceptors, or building cross-language service communication.
- ▌ Monorepo Tamagui · mindrallyMonorepo development guidelines using Tamagui, Turbo, Next.js, Expo, Supabase, and cross-platform best practices.
- ▌ Figma Integration · mindrallyGuidelines for integrating Figma designs with development workflows using MCP servers and best practices
- ▌ Localization L10n · mindrallyImplement localization (l10n) best practices to adapt applications for specific regions, languages, and cultural preferences.
- ▌ Responsive Design · mindrallyComprehensive guidelines for responsive web design including mobile-first approach, flexible layouts, media queries, and cross-device optimization
- ▌ Turbopack Bundler · mindrallyBest practices and guidelines for Turbopack, the Rust-powered incremental bundler for Next.js and modern web development
- ▌ Drupal Development · mindrallyExpert guidance for Drupal 10 module development with PHP 8+, SOLID principles, and Drupal coding standards
- ▌ Fastify Typescript · mindrallyGuidelines for building high-performance APIs with Fastify and TypeScript, covering validation, Prisma integration, and testing best practices
- ▌ Medusa Development · mindrallyBest practices for building commerce applications with Medusa v2, the headless e-commerce framework. Use when defining Medusa data models, writing workflows and steps with the Workflow SDK, creating API routes or subscribers, building module services that extend MedusaService, throwing MedusaError, or customizing the Medusa admin dashboard.
- ▌ Nodejs Development · mindrallyNode.js development guidelines covering Payload CMS, Vue.js with TypeScript, and general TypeScript best practices
- ▌ Prisma Development · mindrallyComprehensive Prisma ORM development guidelines with TypeScript, schema design, migrations, and best practices.
- ▌ Security Devsecops · mindrallyDevSecOps, secure software development lifecycle (SSDLC), and application security (AppSec) practices covering secret handling, input validation, dependency hygiene, authentication/authorization, and CI/CD security tooling (SAST, SCA, DAST, secret scanning, IaC scanning). Use when writing code that handles credentials, user input, database queries, or authentication, when setting up a CI/CD pipeline, or when reviewing code or infrastructure for security issues.
- ▌ SEO Best Practices · mindrallyApply SEO best practices for web applications including metadata, performance optimization, and search engine optimization techniques.
- ▌ SQL Best Practices · mindrallySQL development best practices for writing efficient, secure, and maintainable database queries
- ▌ Vercel Development · mindrallyVercel and Next.js deployment best practices including server components, edge functions, AI SDK integration, and performance optimization.
- ▌ Autogen Development · mindrallyExpert guidance for Microsoft AutoGen multi-agent framework development including agent creation, conversations, tool integration, and orchestration patterns.
- ▌ GRAPHQL Development · mindrallyGraphQL development guidelines with type-safe clients, schema design, and integration with React and Next.js.
- ▌ Laravel Development · mindrallyExpert guidance for Laravel PHP development following best practices, SOLID principles, and Laravel conventions
- ▌ Less Best Practices · mindrallyLess CSS best practices and coding guidelines for maintainable, modular stylesheets
- ▌ Netlify Development · mindrallyBest practices for building and deploying Netlify sites, covering serverless and edge functions, Netlify Blobs storage, the Image CDN, and build configuration. Use when writing Netlify Functions or Edge Functions, configuring netlify.toml or redirects/headers, managing environment variables across deploy contexts, working with Netlify Blobs, or setting up local development and deploy previews.
- ▌ Snowflake Cortex AI · mindrallyReference for Snowflake Cortex AI Functions (AI_COMPLETE, AI_CLASSIFY, AI_EXTRACT, AI_FILTER, etc.) and Cortex Search for building RAG applications entirely inside Snowflake. Use when writing SQL that calls an LLM, classifying or extracting structured data from text, building a natural-language WHERE filter, or setting up hybrid vector+keyword search for retrieval-augmented generation.
- ▌ Swiftui Development · mindrallyGuidelines for building SwiftUI applications with MVVM/Clean Architecture, Swift 6 strict concurrency, and modern state management. Use when building SwiftUI views, structuring view models, managing state with @State/@Observable, handling async data flow, or optimizing SwiftUI view performance.
- ▌ Viewcomfy API Rules · mindrallyExpert guidance for integrating ViewComfy API into web applications using Python and FastAPI
- ▌ Blender Python Addon · mindrallyBest practices for writing Blender Python add-ons using the bpy API, covering operators, panels, properties, registration, and API-safe scripting. Use when creating a Blender add-on, defining bpy.types.Operator or Panel classes, registering PropertyGroup settings, writing register()/unregister() functions, working with bmesh, or debugging add-ons in Blender's Python console.
- ▌ Numpy Best Practices · mindrallyBest practices for NumPy array programming, numerical computing, and performance optimization in Python
- ▌ Beautifulsoup Parsing · mindrallyExpert guidance for HTML/XML parsing using BeautifulSoup in Python with best practices for DOM navigation, data extraction, and efficient scraping workflows.
- ▌ Monitoring Guidelines · mindrallyMonitoring guidelines for applications and infrastructure including metrics collection, alerting strategies, and SLO-based monitoring
- ▌ Nuxtjs Vue Typescript · mindrallyBest practices for building Nuxt 3 and Vue 3 applications with TypeScript, the Composition API, and Tailwind CSS. Use when structuring Nuxt/Vue projects, writing composables, typing components and props, wiring up server routes and plugins, or optimizing Nuxt builds and Web Vitals.
- ▌ Pandas Best Practices · mindrallyBest practices for Pandas data manipulation, analysis, and DataFrame operations in Python
- ▌ Readme Best Practices · mindrallyStructure, tone, and content conventions for writing effective project README files, covering hooks, quick starts, feature presentation, badges, and common documentation sections. Use when writing a new README, rewriting an existing one, or reviewing README quality for a repository, library, or CLI tool.
- ▌ Robocorp Cursor Rules · mindrallyGuidelines for building RoboCorp RPA automation with Python, emphasizing functional programming, Pydantic validation, and async operations.
- ▌ Cloudflare Development · mindrallyCloudflare Workers, Pages, KV, D1, R2, and Durable Objects development best practices for edge computing applications.
- ▌ Logging Best Practices · mindrallyLogging best practices for applications and services including structured logging, log levels, and log management strategies
- ▌ Openai API Development · mindrallyExpert guidance for OpenAI API development including GPT models, Assistants API, function calling, embeddings, and best practices for production applications.