install
source · Clone the upstream repo
git clone https://github.com/SylphxAI/flow
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/SylphxAI/flow "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/seo" ~/.claude/skills/sylphxai-flow-seo && rm -rf "$T"
manifest:
.claude/skills/seo/SKILL.mdsource content
SEO Guideline
Tech Stack
- Framework: Next.js (SSR-first for indexable/discovery)
Non-Negotiables
- All pages must have metadata (title, description)
- Canonical URLs must be correct (no duplicate content)
- sitemap.xml and robots.txt must exist and be correct
Context
SEO is about being found when people are looking for what you offer. Good SEO isn't tricks — it's making content genuinely useful and technically accessible to search engines.
Consider: what queries should this product rank for? What content would genuinely serve those searchers? Is the technical foundation (metadata, structure, performance) supporting or hindering discoverability?
Driving Questions
- What queries should this product rank #1 for?
- What content gaps exist that competitors are filling?
- Where are we losing rankings due to technical issues?
- What structured data opportunities are we missing?
- How does Core Web Vitals performance affect our search rankings?
- What would make Google consider this site authoritative in our domain?