skills/developer-seo/SKILL.md
SEO strategy for technical queries and developer audiences. Covers keyword research for "how to X in language" queries, error message SEO, Stack Overflow-style content, technical long-tail keywords, a
npx skillsauth add ranbot-ai/awesome-skills developer-seoInstall 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.
Use this skill when you need sEO strategy for technical queries and developer audiences. Covers keyword research for "how to X in language" queries, error message SEO, Stack Overflow-style content, technical long-tail keywords, and competing with official documentation sites. Use when asked about: - SEO for...
Developer SEO differs fundamentally from traditional SEO. Developers search with precise technical intent—error messages, API questions, "how to X in Y language" queries. They bounce immediately from thin content and respect sites that actually solve problems. Your competition isn't other marketing sites; it's Stack Overflow, official docs, and GitHub issues.
This skill covers SEO strategies that work for technical audiences without compromising on substance.
Developers search differently than general audiences:
Query patterns:
Behavioral signals:
Technical long-tail keywords have lower volume but extremely high intent. A developer searching "axios interceptor refresh token react" knows exactly what they need.
Research approaches:
Mine your support channels
Stack Overflow mining
Google Search Console analysis
Competitor content gaps
Error messages are SEO gold—developers copy-paste them directly into search.
Strategy:
Content structure for error pages:
Title: [Exact Error Message] - How to Fix
## The Error
[Full error message and where it appears]
## Quick Fix
[The solution that works in most cases]
## Why This Happens
[Brief technical explanation]
## Other Solutions
[Alternative fixes for edge cases]
## Related Errors
[Links to similar issues]
Official docs have domain authority advantages but often have weaknesses:
Where docs often fail:
Your opportunities:
Structure for technical how-to content:
# How to [Action] in [Technology]
## Prerequisites
- What you need before starting
- Required versions/dependencies
## Quick Version (TL;DR)
- Code snippet that works for common case
## Step-by-Step
1. Step with explanation
2. Step with code example
3. Step with expected output
## Complete Example
[Full working code]
## Common Issues
- Problem 1: Solution
- Problem 2: Solution
## Next Steps
[What to learn next]
Developers actively search "[Tool A] vs [Tool B]" when evaluating options.
Guidelines:
In-depth tutorials build topical authority and capture multiple related queries.
Planning approach:
tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.