From nimble
Gathers live SEO intelligence via Nimble CLI crawls for keyword research, rank tracking, site audits, content gaps, competitor keywords, AI visibility on ChatGPT/Perplexity/Google AI/Gemini/Grok, and GitHub repo SEO.
npx claudepluginhub nimbleway/agent-skills --plugin nimbleThis skill is limited to using the following tools:
All-in-one SEO intelligence: keyword discovery, rank tracking, technical audits,
references/ai-platform-profiles.mdreferences/ai-visibility-agent-prompt.mdreferences/audit-agent-prompt.mdreferences/content-gap-agent-prompt.mdreferences/github-seo-checks.mdreferences/keyword-research-agent-prompt.mdreferences/memory-and-distribution.mdreferences/nimble-playbook.mdreferences/profile-and-onboarding.mdreferences/seo-audit-checks.mdreferences/seo-extraction-prompt.mdreferences/serp-query-patterns.mdreferences/wf-ai-visibility.mdreferences/wf-competitor-keywords.mdreferences/wf-content-gap.mdreferences/wf-github-seo.mdreferences/wf-keyword-research.mdreferences/wf-rank-tracker.mdreferences/wf-site-audit.mdProvides SEO, AEO, and GEO strategies for search engines and AI visibility. Covers audits, technical SEO, crawlability, indexation, Core Web Vitals, schema markup, and site architecture.
Audits web project codebases for SEO and AI-answer visibility issues, producing prioritized fix-it plans. Targets static sites, Next.js, Astro, Hugo, WordPress.
Audits website SEO with keyword research, on-page analysis, content gaps, technical checks, and competitor benchmarks. Outputs prioritized action plans for quick wins and strategies.
Share bugs, ideas, or general feedback.
All-in-one SEO intelligence: keyword discovery, rank tracking, technical audits, content gaps, competitor analysis, AI visibility, and GitHub SEO.
User request: $ARGUMENTS
Before running any commands, read references/nimble-playbook.md for Claude Code
constraints (no shell state, no &/wait, sub-agent permissions, communication style).
Detect the user's SEO intent from $ARGUMENTS and route to the appropriate
workflow. If the intent is ambiguous or generic ("help me with SEO"), ask which
workflow to run.
| Workflow | Triggers | Reference |
|---|---|---|
| Keyword Research | keyword opportunities, topic clusters, difficulty, what to rank for | references/wf-keyword-research.md |
| Rank Tracker | track rankings, keyword positions, ranking delta, position check | references/wf-rank-tracker.md |
| Site Audit | SEO audit, technical SEO, meta tags, schema, crawl for issues, CWV | references/wf-site-audit.md |
| Content Gap | content gap, keyword gap, compare coverage, missing topics | references/wf-content-gap.md |
| Competitor Keywords | competitor keywords, reverse-engineer SEO, competitor title tags | references/wf-competitor-keywords.md |
| AI Visibility | AI visibility, ChatGPT presence, Perplexity, AI Overview, GEO | references/wf-ai-visibility.md |
| GitHub SEO | github seo, repo discoverability, optimize readme, repo audit | references/wf-github-seo.md |
Map the request to one workflow:
If unclear, present the options with AskUserQuestion:
Which SEO workflow should I run?
- Keyword Research — discover keyword opportunities and topic clusters
- Rank Tracker — check and track keyword positions over time
- Site Audit — full technical SEO crawl with JS rendering
- Content Gap — compare content coverage against competitors
- Competitor Keywords — reverse-engineer competitor on-page SEO at scale
- AI Visibility — measure brand presence across 5 AI platforms
- GitHub SEO — audit repository discoverability and README quality
Once a workflow is identified:
references/wf-{name}.mdreferences/ paths inside workflow files are relative to this skill's directoryAfter completing a workflow, suggest natural next steps using sibling workflows. Common chains:
When chaining, read the next workflow file and continue. Context from the previous run (discovered domains, keyword lists, profile data) carries forward — do not re-run preflight or re-ask onboarding questions.
All workflows use:
references/profile-and-onboarding.mdreferences/memory-and-distribution.mdreferences/nimble-playbook.mdreferences/ai-platform-profiles.md