Discoverability & Search Rank
AI Agent SEO Setup Skill for Claude Code, Cursor & Windsurf
Equips autonomous coding agents to automatically generate metadata, OpenGraph cards, sitemap.xml, robots.txt, and JSON-LD schemas during repository init.
Install SEO Setup Skill
$ bunx skills add NaveenGumaste/keyskills/seo-setupGuaranteed Outcomes
Why install SEO Setup?
Zero Missing Meta Tags
Agents never deploy a page with empty descriptions, missing canonical tags, or placeholder titles.
Automatic JSON-LD Schema
Injects verified Schema.org markup tailored to your app type (SoftwareApplication, WebSite, TechArticle).
Social Preview Guarantee
Ensures Twitter / Open Graph image dimensions are exactly 1200x630 and properly referenced.
SKILL.md Directives
What the agent enforces
When installed, your autonomous agent loads these strict directives into memory before executing code generation or repo initialization:
# Rule: Automatic SEO Verification on Every Web Project
- Always inspect root layout or HTML for <title>, <meta name="description">, and Open Graph tags.
- Enforce canonical URLs on all public routes.
- Validate JSON-LD structured data (@type: WebSite, Organization, or SoftwareApplication).
- Ensure sitemap.xml and robots.txt exist and are linked in manifest.Questions & Answers
Frequently asked questions
How does an agent use the SEO Setup skill?
When installed into Claude Code, Cursor, or Windsurf, the agent reads SKILL.md during repo initialization and automatically scaffolds meta tags, robots.txt, and sitemap before writing UI code.
Does this skill work with Next.js App Router and Vite?
Yes. The skill detects your framework (Next.js Metadata API, React Helmet, Astro, or static HTML) and injects the idiomatic implementation.
Can I install just the SEO skill without other skills?
Yes. You can install it individually using 'bunx skills add NaveenGumaste/keyskills/seo-setup' or target specific agents with the -a flag.
README Badge Generator
Badge your repository
Show contributors your repo uses high-agency agent skills.
[](https://keyskills.ngxlabs.tech)More portable agent skills
Design Taste Frontend
Anti-Slop UI & Aesthetics
Stops AI agents from outputting generic purple-gradient, rounded-slop interfaces. Enforces editorial typography, calibrated contrast, intentional whitespace, and hardware-accelerated micro-motion.
Git Hygiene
Commit & Branch Discipline
Maintains disciplined git history by enforcing Conventional Commits, branch prefixes, pre-commit safety checks, and atomic changes.
Codebase Cleanup
Repository Hygiene
Cleans up agent debris: scratch scripts, unused imports, orphan test outputs, and temporary benchmark files before finishing tasks.