← ClaudeAtlas

landinglisted

Use when the user asks to improve a single landing page — conversion rate, section-by-section review, form friction, mobile experience, or A/B test ideas.
marcus-at-localhost/market-context-kit · ★ 0 · AI & Automation · score 75
Install: claude install-skill marcus-at-localhost/market-context-kit
# Landing Page CRO Analysis ## Skill Purpose Perform a comprehensive Conversion Rate Optimization (CRO) analysis on any landing page. This skill produces a section-by-section teardown with prioritized, actionable fixes that directly impact conversion rates. ## When to Use - User provides a landing page URL and asks for conversion optimization - User asks for landing page feedback, review, or audit - User wants to improve signup, lead capture, or purchase rates - Triggered by `/marketkit:landing <url>` or `/marketkit:landing <url>` ## How to Execute ### Step 0: Grounding and Business Context 1. Read `${CLAUDE_PLUGIN_ROOT}/references/grounding.md` and load any `_grounding/` folder it finds. 2. Read `${CLAUDE_PLUGIN_ROOT}/references/business-context.md`, resolve the business type, and load the single matching example pack. 3. Read `${CLAUDE_PLUGIN_ROOT}/references/output-location.md`. Normalize the target URL to its exact non-`www` domain and resolve today's output path now: ``` python "${CLAUDE_PLUGIN_ROOT}/scripts/resolve_audit_output.py" --purpose LANDING-CRO --scope <domain> --extension md ``` Use `python3` on macOS/Linux. Retain `audit_dir` (to check for a same-scope `MARKETKIT - MARKETING-AUDIT - <domain>.md`) and the exact `output_path` for the final write. Then resolve optional report metadata from the same working directory: ``` python "${CLAUDE_PLUGIN_ROOT}/scripts/resolve_report_metadata.py" --toolkit "Market Context Kit" --host <exact active ho