bundled-skills/seo-aeo-blog-writer/SKILL.md
Writes long-form blog posts with TL;DR block, definition sentence, comparison table, and 5-question FAQ for SEO ranking and AEO citation. Activate when the user wants to write a blog post, article, or long-form content piece.
npx skillsauth add FrancoStino/opencode-skills-antigravity seo-aeo-blog-writerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Writes structured long-form blog posts (800–3000 words) that satisfy both SEO ranking signals and AEO citation requirements. Every post includes a TL;DR direct-answer block, a definition sentence, structured H2/H3 hierarchy, a comparison table where relevant, and exactly 5 FAQ entries written for AI extraction.
Part of the SEO-AEO Engine.
Write a 2–3 sentence direct answer to the article's core question. Place it immediately after the H1 in a blockquote. This is the first block AI engines attempt to extract.
Set H1, H2s (4–6), and H3s before writing any body content. The first H2 must be a "What Is" section with a clean definition sentence as its opening line.
Follow the section order: What Is → Why It Matters → How It Works (with H3 sub-concepts) → Practical Steps → Common Mistakes → FAQ → Conclusion.
Use long-tail and secondary keywords as questions. Each answer must be under 50 words and self-contained — readable without any surrounding context.
Verify TL;DR presence, definition sentence, FAQ count, keyword placement, and heading structure before outputting.
How to Manage a Remote Engineering Team
TL;DR: Managing a remote engineering team requires async communication tools, clear documentation standards, and timezone-aware sprint planning. Teams that nail these three areas ship consistently regardless of where members are located.
Q: What is the biggest challenge of remote engineering teams? A: Async communication. Without shared hours, decisions slow down and context gets lost. Teams that document decisions in writing and use structured standup tools close this gap fastest. Q: How do you run a daily standup with a remote team? A: Use async video or text standups posted at the start of each member's day. Tools like Loom or Slack threads work well. Avoid live calls across more than 2 timezones.
Problem: TL;DR block is too vague to be extracted as a direct answer Solution: The TL;DR must answer the article's core question in 2–3 sentences. If it doesn't answer a specific question, rewrite it.
Problem: FAQ answers reference "as mentioned above" or other context Solution: Every FAQ answer must stand completely alone — no references to other parts of the article.
@seo-aeo-content-cluster — provides the topic and keyword for this article@seo-aeo-content-quality-auditor — audits the completed post for SEO and AEO signals@seo-aeo-internal-linking — maps links between this post and related pagesdevelopment
Fetch YouTube transcripts, search videos, browse channels, and extract playlists via TranscriptAPI — no yt-dlp, no Google API key, works from any cloud server.
development
Passive income portfolio analysis — activate when user asks about dividend yields, Treasury rates, REIT income, monthly passive income goals, or portfolio yield optimization. Scans 4 asset classes, ranks by risk-adjusted return, and builds allocations targeting a specific monthly income.
devops
End-to-end production QA, build verification, and launch-readiness checklist for fullstack Next.js apps. Covers TypeScript, linting, tests, build, SEO tags, route regression, and sitemap validation.
development
Safe production cleanup and hardening for vibe-coded fullstack apps (Next.js, React, Node.js, etc.). Removes dead imports, unused files, and broken references without breaking routes or APIs.