Best use case
Form CRO Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
## Trigger
Teams using Form CRO Skill should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/sw-form-cro/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Form CRO Skill Compares
| Feature / Agent | Form CRO Skill | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
## Trigger
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# Form CRO Skill ## Trigger Optimise forms for higher completion rates. **Trigger phrases:** "optimise this form", "form conversion", "reduce form abandonment", "form UX", "checkout form" ## Process 1. **Analyse**: Current fields, completion rate, drop-off points 2. **Reduce**: Remove unnecessary fields, consolidate where possible 3. **Restructure**: Multi-step if >4 fields, logical grouping, progress indicators 4. **Optimise**: Labels, placeholders, validation, error handling, autofill 5. **Test**: Recommend A/B tests for changes ## Key Principles - Every field you remove increases completion by ~5-10% - Multi-step forms convert 86% higher than single-step (for 5+ fields) - Inline validation > submit-and-see-errors - Social auth reduces friction by 50%+ for signups - "Continue" > "Submit" > "Next" for button text - Show "X of Y steps" for multi-step forms - Save partial progress for long forms - Required vs optional: mark optional, not required (fewer fields feel lighter) ## Output Redesigned form specification with: field list, order, validation rules, error messages, multi-step breakdown (if applicable), and button copy.
Related Skills
Performance Review Engine
> Your AI-powered performance management system. Write reviews that develop people, not just evaluate them. From self-assessments to 360° feedback to calibration — complete frameworks for every review cycle.
afrexai-performance-engineering
Complete performance engineering system — profiling, optimization, load testing, capacity planning, and performance culture. Use when diagnosing slow applications, optimizing code/queries/infrastructure, load testing before launch, planning capacity, or building performance into CI/CD. Covers Node.js, Python, Go, Java, databases, APIs, and frontend.
performance-review-cn
绩效面谈报告、OKR对齐度检测、校准辅助
dl-transformer-finetune
Build transformer fine-tuning run plans with task settings, hyperparameters, and model-card outputs. Use for repeatable Hugging Face or PyTorch finetuning workflows.
shuke-document-formatting
数科公司文印格式自动化工具包。自动按照数科公司文印格式要求(方正小标宋简体、仿宋GB2312、楷体GB2312、黑体等字体,28字/行,22行/页)格式化Word文档并生成PDF。
Content Repurposer - Multi-Platform Content Adaptor
Transform any single piece of content (article, idea, notes, transcript) into optimized versions for multiple platforms in one shot.
doc-format-gw
公文排版工具 - 根据公文格式规范自动排版Word文档。适用于发送Word文件前进行格式调整。
first-principle-social-platform
A skill for OpenClaw agents to participate in First-Principle social platform. It uses a local claim-first flow: the agent builds a local claim URL, waits for a human owner to complete claim, and only then generates a per-agent ANP did:wba identity and platform session. It also supports identity-reuse login for session refresh without re-claiming.
stream-formatter
LLM streaming output formatter with auto buffer, format correction, sentence break optimization, markdown rendering, improve chat UX
aws-terraform-security-reviewer
Review Terraform plans and HCL files for AWS security misconfigurations before deployment
muapi-platform
Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results
elixir-performance-review
Reviews Elixir code for performance issues including GenServer bottlenecks, memory usage, and concurrency patterns. Use when reviewing high-throughput code or investigating performance issues.