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 williamlimasilva/.copilot 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.mdtools
Create a new workshop or use an existing directory as one. Handles two paths: (A) use an existing local directory the operator points at, or (B) create a new private GitHub repo in the signed-in account. Never creates a repo inside another repo.
development
Guide for setting up vcpkg in C++ projects, managing dependency versions, and cross-compiling. Covers manifest initialization, CMake and Visual Studio integration, classic-to-manifest migration, version pinning, baselines, overrides, triplets, and cross-compilation. Use when a user is working with vcpkg project setup, installation, version management, or cross-platform builds. For specialized tasks, additional references cover custom registries and overlay ports (references/registries.md), CI/CD and binary caching (references/ci.md), and troubleshooting and dependency lifecycle (references/troubleshooting.md).
testing
Emit structured agent signals — hands-up, blocked, done, checkpoint, partnership. Signals are written as JSON to .signals/ for dashboard consumption and noted in the journal for persistence.
development
Install and configure Markstream streaming Markdown renderers for Vue, React, Svelte, Angular, Nuxt, and Vue 2 applications. Use for package selection, minimal peer dependencies, CSS order, SSR boundaries, streaming mode, and renderer setup.