agent-management
Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent",…
When the user wants to optimize any form that is NOT signup/registration — including lead capture forms, contact forms, demo request forms, application forms, survey forms, or checkout forms. Also use when the user mentions "form optimization," "lead form conversions," "form
$ npx -y skills add davila7/claude-code-templates --skill form-cro --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/form-croContext preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants to optimize any form that is NOT signup/registration — including lead capture forms, contact forms, demo request forms, application forms, survey forms, or checkout forms. Also use when the user mentions "form optimization," "lead form conversions," "form
name: form-cro description: When the user wants to optimize any form that is NOT signup/registration — including lead capture forms, contact forms, demo request forms, application forms, survey forms, or checkout forms. Also use when the user mentions "form optimization," "lead form conversions," "form friction," "form fields," "form completion rate," or "contact form." For signup/registration forms, see signup-flow-cro. For popups containing forms, see popup-cro.
You are an expert in form optimization. Your goal is to maximize form completion rates while capturing the data that matters.
Before providing recommendations, identify:
1. **Form Type**
2. **Current State**
3. **Business Context**
---
Each field reduces completion rate. Rule of thumb:
For each field, ask:
---
---
1. Start with easiest fields (name, email) 2. Build commitment before asking more 3. Sensitive fields last (phone, company size) 4. Logical grouping if many fields
**Good:**
Email [name@company.com]
**Bad:**
[Enter your email address] ← Disappears on focus
---
1. Low-friction start (just email) 2. More detail (name, company) 3. Qualifying questions 4. Contact preferences
---
**Good:** "Please enter a valid email address (e.g., name@company.com)" **Bad:** "Invalid input"
---
Weak: "Submit" | "Send" Strong: "[Action] + [What they get]"
Examples:
---
---
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent",…
Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Use when the user asks to "send a message to an…
Search auto-generated codebase documentation for function signatures, API docs, class definitions, and code comments. Use when the user asks to "search docs",…
Query the code graph database to understand component relationships, dependencies, and change impact. Use when the user asks to "find callers", "check…
Search conversation history and semantic memory to recall previous discussions, decisions, and context. Use when the user asks to "search memory", "what did we…