Agent skill
Global Validation
Implement comprehensive validation on both server and client sides with specific error messages, input sanitization, and consistent validation across all entry points. Use this skill when validating user input, form data, API requests, or any data entering the system. When implementing validation rules, sanitizing input, or preventing injection attacks. When creating validation schemas, form validation, or business rule validation. This skill applies to all code files that handle user input, data validation, or security checks in any programming language including `.js`, `.ts`, `.py`, `.rb`, `.java`, `.go`, `.php`, and others.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/global-validation-dpietersz-pietersz-me
SKILL.md
Global Validation
When to use this skill
- When implementing form validation in frontend or backend code
- When validating API request data or parameters
- When creating validation schemas or rules
- When sanitizing user input to prevent injection attacks (SQL, XSS, command injection)
- When implementing client-side validation for user experience
- When implementing server-side validation for security and data integrity
- When providing field-specific error messages to users
- When validating data types, formats, ranges, and required fields
- When implementing business rule validation
- When using allowlists to define acceptable input
- When ensuring consistent validation across web forms, API endpoints, and background jobs
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global validation.
Instructions
For details, refer to the information provided in this file: global validation
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?