> validating-database-integrity
This skill utilizes the data-validation-engine plugin to ensure database integrity. It automatically validates data types, ranges, formats, referential integrity, and business rules. Use this skill when you need to implement data validation, enforce constraints, or improve data quality within a database. It is triggered by requests for "data validation", "database integrity", or "validation rules". The plugin supports multi-database environments and production-ready implementations.
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/data-validation-engine?format=md"Overview
This skill empowers Claude to implement comprehensive data validation at both the database and application levels, ensuring data integrity and adherence to defined rules. It leverages the data-validation-engine plugin to automate the process of defining and enforcing validation rules.
How It Works
- Rule Definition: Claude analyzes the request and identifies the specific data validation requirements (e.g., data types, ranges, formats).
- Validation Implementation: Claude uses the data-validation-engine plugin to generate and apply the necessary validation rules to the database schema or application logic.
- Verification: Claude confirms the successful implementation of the validation rules and reports any errors or conflicts.
When to Use This Skill
This skill activates when you need to:
- Implement data validation for a new database schema.
- Enforce data integrity constraints on existing database tables.
- Validate data input within an application to prevent invalid data from being stored.
Examples
Example 1: Implementing Data Type Validation
User request: "Implement data validation to ensure the 'age' column in the 'users' table is an integer."
The skill will:
- Use the data-validation-engine plugin to add a constraint to the 'users' table, enforcing that the 'age' column must contain integer values.
- Verify that the constraint is active and prevents non-integer values from being inserted into the 'age' column.
Example 2: Validating Email Format
User request: "Add data validation to ensure the 'email' column in the 'customers' table contains a valid email address format."
The skill will:
- Use the data-validation-engine plugin to add a constraint to the 'customers' table, using a regular expression to validate the format of the 'email' column.
- Test the constraint with valid and invalid email addresses to ensure it functions correctly.
Best Practices
- Comprehensive Coverage: Validate all relevant data points to ensure complete data integrity.
- Clear Error Messages: Provide informative error messages to users when validation fails, guiding them to correct the data.
- Regular Review: Periodically review and update validation rules to reflect changing business requirements.
Integration
This skill integrates seamlessly with other database management and application development tools within the Claude Code ecosystem. It can be used in conjunction with schema design tools, data migration utilities, and application frameworks to ensure data integrity throughout the entire development lifecycle.
> 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.