.agents/skills/create-web-form/SKILL.md
Create robust, accessible web forms with best practices for HTML structure, CSS styling, JavaScript interactivity, form validation, and server-side processing. Use when asked to "create a form", "build a web form", "add a contact form", "make a signup form", or when building any HTML form with data handling. Covers PHP and Python backends, MySQL database integration, REST APIs, XML data exchange, accessibility (ARIA), and progressive web apps.
npx skillsauth add dhaim-svg/GitHubOverview create-web-formInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides comprehensive reference materials and best practices for creating web forms. It covers HTML syntax, UI/UX design, form validation, server-side processing (PHP and Python), data handling, and network communication.
Enable developers to build robust, accessible, and user-friendly web forms by providing:
This skill includes the following reference documentation:
styling-web-forms.md - Form styling techniques and best practicescss-styling.md - Comprehensive CSS reference for form stylingaccessibility.md - Web accessibility guidelines for formsjavascript.md - JavaScript techniques for form functionalityform-controls.md - Native form controls and their usageprogressive-web-app.md - Progressive web app integrationform-basics.md - Fundamental HTML form structurearia-form-role.md - ARIA roles for accessible formshtml-form-elements.md - Complete HTML form elements referencehtml-form-example.md - Practical HTML form examplesform-data-handling.md - Network form data handlingphp-forms.md - PHP form processingphp-cookies.md - Cookie management in PHPphp-json.md - JSON handling in PHPphp-mysql-database.md - Database integration with PHPpython-contact-form.md - Python contact form implementationpython-flask.md - Flask forms tutorialpython-flask-app.md - Building Flask web applicationspython-as-web-framework.md - Python web framework basicsxml.md - XML data format referencehypertext-transfer-protocol.md - HTTP protocol referencesecurity.md - Web security best practicesweb-api.md - Web API integrationweb-performance.md - Performance optimization techniquesWhen creating a web form, consult the appropriate reference files based on your needs:
form-basics.md and form-controls.mdhtml-form-elements.md and aria-form-role.mdstyling-web-forms.md and css-styling.mdjavascript.mdaccessibility.mdweb-performance.md and security.mddevelopment
Generate breadboard circuit mockups and visual diagrams using HTML5 Canvas drawing techniques. Use when asked to create circuit layouts, visualize electronic component placements, draw breadboard diagrams, mockup 6502 builds, generate retro computer schematics, or design vintage electronics projects. Supports 555 timers, W65C02S microprocessors, 28C256 EEPROMs, W65C22 VIA chips, 7400-series logic gates, LEDs, resistors, capacitors, switches, buttons, crystals, and wires.
development
Get best practices for developing applications with Spring Boot and Kotlin.
tools
Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.
development
Best practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns.