alembic-migration-checker
Assess Alembic migration correctness and consistency in mugen. Use when reviewing migration quality before running migrations, or when debugging migration failures. Runs revision graph checks, static revision checks, offline SQL generation, duplicate CREATE TYPE detection, and optional disposable Postgres upgrade/downgrade roundtrip.
riverpod-faq-and-practices
Answers Riverpod FAQ (ref.refresh vs invalidate, ConsumerWidget vs StatelessWidget, Ref vs WidgetRef, reset all providers, ref after unmount) and do/don't best practices (avoid init in widgets, avoid ephemeral state in providers, avoid side effects in provider init, static providers, riverpod_lint). Use when the user asks Riverpod FAQ, best practices, or do/don't guidelines.
query-optimization
Patterns for optimizing database query performance
wp-cli-ops
WP-CLI operations via Lando — database management, search-replace, user management, deploy scripts, maintenance
migration-patterns
Patterns for safe database migrations in production environments
redis-schema-gen
Generate Redis key patterns and data structures. Use when designing Redis architecture.
superpowers-sageacorn-redis
Redis caching, sessions, and object cache in WordPress via Acorn; configuration with Lando, cache tags, and Laravel's Redis facade
episodic-claw
Local episodic memory engine with Go sidecar for Gemini embeddings
mongodb-query-patterns
Use when writing ANY Mongoose query (.find, .findOne, .findById, .aggregate, .populate), adding database operations to services or controllers, wiring data between services, building endpoints that read or write to MongoDB, or reviewing code that chains service calls. TRIGGER especially when about to write a new findById or pass an ID where a document could be passed instead.
elasticsearch
Elasticsearch search and analytics engine with full-text search. Use for search and logging.