skrift-forms - Pydantic form system with CSRF and rendering
Provides Pydantic-backed form validation, single-use CSRF token verification, HTML template rendering, and filter hook integration.
Tags
Updated: 2026-09-18Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Validate form inputs with Pydantic
- Verify single-use CSRF tokens
- Render form HTML templates
- Register form models dynamically
- Trigger post-validation filter hooks
Inputs
- HTTP requests
- Pydantic form models
- Form submission data
Outputs
- Validated form data instances
- Rendered HTML form markup
- Form error messages
- Rotated session CSRF tokens
Requirements
- Python
- Pydantic
- Litestar
- Jinja2
