seo-ai-optimizer
Installation
SKILL.md
SEO & AI Bot Optimizer
Audit and optimize website codebases for search engines and AI systems.
Repo Sync Before Edits (mandatory)
Before modifying any project files, sync the current branch with remote:
branch="$(git rev-parse --abbrev-ref HEAD)"
git fetch origin
git pull --rebase origin "$branch"
If the working tree is not clean, stash first, sync, then restore: