awesome/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 gabeujin/workspace-init-mcp 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.mddocumentation
Write a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt.
testing
Safely upgrades legacy or older initialized workspaces to the latest managed harness structure with dry-run, backup, restore, and review discipline.
tools
Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.
tools
Windows App Development CLI (winapp) for building, packaging, and deploying Windows applications. Use when asked to initialize Windows app projects, create MSIX packages, generate AppxManifest.xml, manage development certificates, add package identity for debugging, sign packages, or access Windows SDK build tools. Supports .NET, C++, Electron, Rust, Tauri, and cross-platform frameworks targeting Windows.