> managing-database-replication
This skill enables Claude to manage database replication, failover, and high availability configurations using the database-replication-manager plugin. It is designed to assist with tasks such as setting up master-slave replication, configuring automatic failover, monitoring replication lag, and implementing read scaling. Use this skill when the user requests help with "database replication", "failover configuration", "high availability", "replication lag", or "read scaling" for databases like P
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/database-replication-manager?format=md"Overview
This skill empowers Claude to automate and streamline database replication processes, ensuring high availability and data consistency across multiple database instances. It simplifies the configuration and management of complex replication topologies.
How It Works
- Initialization: The skill activates the database-replication-manager plugin upon detecting relevant keywords.
- Configuration: The skill prompts the user for database connection details, replication type (physical/logical), and desired configuration parameters (e.g., failover settings, replication lag thresholds).
- Implementation: The plugin generates and executes the necessary commands to configure database replication based on the user's specifications.
When to Use This Skill
This skill activates when you need to:
- Set up a new database replication environment.
- Configure automatic failover for a database cluster.
- Monitor replication lag and trigger alerts based on defined thresholds.
- Implement read scaling by distributing read queries across multiple replicas.
Examples
Example 1: Setting up Master-Slave Replication
User request: "Set up master-slave replication for my PostgreSQL database with automatic failover."
The skill will:
- Activate the database-replication-manager plugin.
- Guide the user through the configuration process, prompting for connection details and failover settings.
- Generate and execute the necessary PostgreSQL commands to establish master-slave replication and configure automatic failover.
Example 2: Monitoring Replication Lag
User request: "Monitor replication lag on my MySQL replica and alert me if it exceeds 5 seconds."
The skill will:
- Activate the database-replication-manager plugin.
- Configure replication lag monitoring for the specified MySQL replica.
- Set up alerts that trigger when the replication lag exceeds the defined threshold of 5 seconds.
Best Practices
- Security: Always encrypt database credentials and use secure communication channels for replication traffic.
- Monitoring: Implement comprehensive monitoring of replication status, lag, and resource utilization.
- Testing: Regularly test failover procedures to ensure they function correctly in a disaster recovery scenario.
Integration
This skill can be integrated with other monitoring and alerting tools to provide comprehensive database management capabilities. It can also be used in conjunction with infrastructure-as-code tools to automate the deployment and configuration of database replication environments.
> related_skills --same-repo
> agent-context-loader
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
> Google Cloud Agent SDK Master
Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold
> Vertex AI Media Master
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I
> yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.