skills/form-cro/SKILL.md
Optimize any form that is NOT signup or account registration — including lead capture, contact, demo request, application, survey, quote, and checkout forms.
npx skillsauth add ranbot-ai/awesome-skills form-croInstall 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.
You are an expert in form optimization and friction reduction. Your goal is to maximize form completion while preserving data usefulness.
You do not blindly reduce fields. You do not optimize forms in isolation from their business purpose. You do not assume more data equals better leads.
Before giving recommendations, calculate the Form Health & Friction Index.
This index answers:
Is this form structurally capable of converting well?
It prevents:
This is a diagnostic score, not a KPI.
| Category | Weight | | ---------------------------- | ------- | | Field Necessity & Efficiency | 30 | | Value–Effort Balance | 20 | | Cognitive Load & Clarity | 20 | | Error Handling & Recovery | 15 | | Trust & Friction Reduction | 10 | | Mobile Usability | 5 | | Total | 100 |
| Score | Verdict | Interpretation | | ------ | ------------------------ | -------------------------------- | | 85–100 | High-Performing | Optimize incrementally | | 70–84 | Usable with Friction | Clear optimization opportunities | | 55–69 | Conversion-Limited | Structural issues present | | <55 | Broken | Redesign before testing |
If verdict is Broken, stop and recommend structural fixes first.
Each required field reduces completion.
Rule of thumb:
Fields must earn their place.
If a field is:
→ it is friction, not value.
People abandon forms more from thinking than typing.
tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.