Agent Skill
2/7/2026validation
Defines and applies input validation rules to ensure all external inputs are checked before business logic execution, following constraints in agents.md.
M
mpadmaraj
2GitHub Stars
1Views
npx skills add mpadmaraj/sample-agentic
SKILL.md
| Name | validation |
| Description | Defines and applies input validation rules to ensure all external inputs are checked before business logic execution, following constraints in agents.md. |
name: validation description: > Defines and applies input validation rules to ensure all external inputs are checked before business logic execution, following constraints in agents.md.
Skill: Input Validation
Purpose
Ensure all external inputs are validated before processing.
When to Use
- Handling user or external input
- Accepting request parameters or payloads
Inputs
- Input fields
- Validation rules
- Constraints and limits
Outputs
- Validation logic
- Clear validation failure responses
Governing Rules
Validation must align with Security and Error Handling
guidelines in agents.md.
Procedure
- Identify all external inputs
- Define validation rules for each input
- Fail fast on invalid data
- Provide clear error messages
Failure Handling
- Stop execution on validation failure
- Do not proceed to business logic
Skills Info
Original Name:validationAuthor:mpadmaraj
Download