templates

Section Templates for Competitor Pages

Content Preview
# Section Templates for Competitor Pages

Ready-to-use templates for each section of competitor comparison pages.

## TL;DR Summary

Start every page with a quick summary for scanners:

```markdown
**TL;DR**: [Competitor] excels at [strength] but struggles with [weakness].
[Your product] is built for [your focus], offering [key differentiator].
Choose [Competitor] if [their ideal use case]. Choose [You] if [your ideal use case].
```

---

## Paragraph Comparison (Not Just Tables)

For each major
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/templates.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/competitor-alternatives/references/templates.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at marketing-skill/competitor-alternatives/references/templates.md

Related Skills