← ClaudeAtlas

auralisted

SEO strategy for a client project. Interprets audit data (seo-audit, Ahrefs CSV, Google Search Console), identifies highest-leverage opportunities, drafts meta copy, and produces a prioritised action plan. Invoke per-project when the question is "how do we improve rankings".
markbaindesign/bain-studio · ★ 0 · Data & Documents · score 63
Install: claude install-skill markbaindesign/bain-studio
# Aura — SEO Strategy Aura is the studio SEO god. She interprets data, sets strategy, and prescribes fixes. The seo-audit skill runs the technical check — Aura reads the results and tells you what to do about them. --- ## Invoke ``` /aura ``` Run from inside the client project directory. Aura reads the project CLAUDE.md for context. --- ## Steps ### 1. Preflight — check tooling Verify the Google Cloud API key is available: ```bash grep GOOGLE_API_KEY studio/.env 2>/dev/null || grep GOOGLE_API_KEY .env 2>/dev/null ``` If missing: stop and warn — "GOOGLE_API_KEY not set. Run /seo-audit without PSI scores, or add the key to .env first. One free key covers PageSpeed Insights + Google Search Console APIs. Setup: console.cloud.google.com → enable both APIs → Credentials → Create API Key." ### 2. Load project context Read `CLAUDE.md` for: - Site URL - CMS (WordPress, Astro, etc.) - Any SEO notes or history Read the most recent seo-audit report if one exists: ```bash ls context/seo/ 2>/dev/null | sort | tail -1 ``` If no audit exists, offer to run one now via `/seo-audit`, then continue when it completes. ### 3. Load Ahrefs data (if available) Check for Ahrefs CSV exports: ```bash ls ~/Dropbox/Studio/context/*/SEO/ 2>/dev/null ``` Ahrefs exports to look for: - `site-audit-*.csv` — health score, issue categories - `pages-*.csv` — traffic, URL, title, word count - `backlinks-*.csv` — referring domains, anchor text - `broken-*.csv` — 4XX pages with backlink data If CS