Agent skill
faion-landing-page
High-converting landing pages. Copy + design + implementation. Triggers: landing page, conversion page.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/faion-landing-page
SKILL.md
Landing Page Skill
Communication: User's language. Content: target audience language.
Agents
| Agent | Purpose |
|---|---|
| faion-landing-copywriter-agent | AIDA/PAS copy, headlines |
| faion-landing-designer-agent | HTML/Tailwind, mobile-first |
| faion-landing-analyzer-agent | Conversion audit, A/B tests |
Workflow
Discovery → Copy (AIDA/PAS) → Design → Implementation → Analysis
Copy Frameworks
AIDA (cold traffic): Attention → Interest → Desire → Action PAS (aware audience): Problem → Agitate → Solution
High-Converting Elements
Above fold: Headline, subhead, hero, CTA, trust badges Below fold: Problem, solution, benefits, social proof, FAQ, final CTA
Execution
# Copywriting
Task(subagent_type="faion-landing-copywriter-agent",
prompt=f"PRODUCT: {p}, AUDIENCE: {a}, FRAMEWORK: AIDA")
# Design
Task(subagent_type="faion-landing-designer-agent",
prompt=f"COPY: {copy}, STYLE: {modern|minimal|bold}")
# Analysis
Task(subagent_type="faion-landing-analyzer-agent",
prompt=f"Analyze {url_or_code} for conversion")
Conversion Checklist
- Single CTA goal
- Message match (ad → page)
- Benefits > features
- Social proof
- Mobile responsive
- Fast load (<3s)
- Contrast CTA button
Benchmarks
- Average: 2-5%
- Good: 5-10%
- Excellent: 10%+
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?