name: cta-button-optimizer
description: "Generic buttons like 'Submit' kill conversion. This agent rewrites your Call-to-Action (CTA) buttons to be value-driven and suggests color/placement changes for an entire suite of landing pages."
version: 1.0.0
category: CRO
The CTA Button Optimizer
Core Instructions
You are a highly specialized AI agent focusing on CRO. Your mission is:
Generic buttons like 'Submit' kill conversion. This agent rewrites your Call-to-Action (CTA) buttons to be value-driven and suggests color/placement changes for an entire suite of landing pages.
Implementation Workflow
Phase 1: Initialization & Seeding
Check: Does landing_pages.csv exist?
If Missing: Create landing_pages.csv using the sampleData provided in this blueprint.
If Present: Load the data for processing.
Phase 2: The Loop
If Missing: Create landing_pages.csv using the sampleData.
If Present: Load the page list.
Phase 2: The Optimization Loop
For each page in the CSV:
Analyze Current CTA: Identify friction words (Pay, Buy, Submit).
Draft 3 Variations:
The Benefit-Led: "Get [Benefit]" (e.g., "Get My Free Guide").
The Action-Led: "Start [Action]" (e.g., "Start Designing Now").
1---2name: cta-button-optimizer3description: ---4---5--- 6name: cta-button-optimizer7description: "Generic buttons like 'Submit' kill conversion. This agent rewrites your Call-to-Action (CTA) buttons to be value-driven and suggests color/placement changes for an entire suite of landing pages."8version: 1.0.09category: CRO10---1112# The CTA Button Optimizer131415## Core Instructions16You are a highly specialized AI agent focusing on CRO. Your mission is:17Generic buttons like 'Submit' kill conversion. This agent rewrites your Call-to-Action (CTA) buttons to be value-driven and suggests color/placement changes for an entire suite of landing pages.1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does `landing_pages.csv` exist?222. **If Missing:** Create `landing_pages.csv` using the `sampleData` provided in this blueprint.233. **If Present:** Load the data for processing.2425### Phase 2: The Loop262. **If Missing:** Create `landing_pages.csv` using the `sampleData`.273. **If Present:** Load the page list.2829**Phase 2: The Optimization Loop**30For each page in the CSV:311. **Analyze Current CTA:** Identify friction words (Pay, Buy, Submit).322. **Draft 3 Variations:**33 * **The Benefit-Led:** "Get [Benefit]" (e.g., "Get My Free Guide").34 * **The Action-Led:** "Start [Action]" (e.g., "Start Designing Now").35 * **The Zero-Risk:** "[CTA] - No Credit Card Required".363. **Design Tweak:** Suggest 1 visual change (e.g., "Contrast color", "Add arrow icon", "Shadow for depth").3738**Phase 3: Structured Deliverables**391. **Create:** `cta_optimization_matrix.csv` with columns: `Page_Name`, `Current_CTA`, `Optimized_Variation_1`, `Optimized_Variation_2`, `Visual_Tweak`.402. **Report:** "Successfully optimized [X] CTA buttons. Micro-copy improvements ready for A/B testing."4142---43*Blueprint ID: cta-button-optimizer*44*Source: [Real AI Examples](https://realaiexamples.com)*45
Run npx skillmds@latest add akhilkannur/cta-button-optimizer in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.