Releases: mshahiddigital/agentic-local-seo-audit
Release list
v2.0.3 — skills.sh (Vercel) Marketplace Support
What's New in v2.0.3
This release adds full compatibility with skills.sh — Vercel's open agent skills ecosystem — alongside the existing Claude Code plugin support.
New: Install via skills.sh
# Install all 27 skills
npx skills add mshahiddigital/local-seo-audit
# Install a specific skill
npx skills add mshahiddigital/local-seo-audit --skill technical-seo
# Browse available skills
npx skills add mshahiddigital/local-seo-audit --listAvailable Skills (27 total)
| Domain | Skills |
|---|---|
| Cross-cutting | seo-audit-identity, local-impact-auditor, serp-trust-auditor |
| Research | audit-intake, competitor-analysis, keyword-gaps, content-gaps, topical-gaps |
| Audit | technical-seo, onpage-seo, content-audit, speed-optimization, penalty-check, accessibility-audit |
| Local | local-seo, entity-audit, multi-location-seo, reputation-audit, brand-serp |
| AI Visibility | ai-seo, voice-search |
| Strategy | topical-authority, backlink-audit, social-media-audit, ux-cro-audit |
| Output | report-generation, pdf-report |
Changes
- Added
skills.sh.json— registry manifest mapping all 27 skills to domain paths - Updated
README.mdwith skills.sh install commands and badge - Bumped plugin version to 2.0.3
Claude Code Install (unchanged)
claude plugin install local-seo-audit@mshahiddigital-seo-toolsFull Changelog: v2.0.2 → v2.0.3
v2.0.2 — Author Identity Update
What's Changed in v2.0.2
- Updated author identity in
plugin.jsonandmarketplace.jsonto Muhammad Shahid (info@mshahid.com) - Git global identity configured to match
This is a metadata-only patch — no functional changes.
Full Changelog
- v2.0.0 — Domain-based skills, LOCAL-IMPACT & SERP-TRUST frameworks, 27 skills, 40 commands
- v2.0.1 — Agent frontmatter fix (
tools,skills,colorfields) - v2.0.2 — Author identity update
Install: /plugin install local-seo-audit@mshahiddigital-seo-tools
Docs: https://github.com/mshahiddigital/local-seo-audit#readme
v2.0.1 — Agent Frontmatter Fix
What's Fixed in v2.0.1
All 6 agent files corrected to match the official Claude Code subagent spec.
Changes
| Field | Before | After |
|---|---|---|
| Tool permissions | allowed-tools: (ignored) |
tools: (correct key) |
| Skills loading | missing | skills: skill-a, skill-b, ... |
| Visual identity | missing | color: field added |
Why This Matters
Per the official spec: "Skills are loaded when the subagent starts, not on demand — and only when explicitly listed." Without the skills field, all 6 agents ran as generic Claude instances without any skill context loaded.
Skills-to-Agent Mapping
| Agent | Skills | Color |
|---|---|---|
technical-analyst |
technical-seo, speed-optimization, accessibility-audit |
orange |
content-analyst |
content-audit, content-gaps, topical-gaps, topical-authority |
green |
keyword-analyst |
onpage-seo, keyword-gaps, entity-audit |
blue |
local-seo-analyst |
local-seo, reputation-audit, multi-location-seo |
red |
offpage-analyst |
backlink-audit, social-media-audit, ux-cro-audit |
purple |
ai-visibility-analyst |
ai-seo, voice-search, brand-serp |
yellow |
v2.0.0 — Domain-Based Skills, Scoring Frameworks & Agent Architecture
What's New in v2.0.0
Breaking Change
Skills reorganized from flat skills/ directory into domain-based subdirectories. Plugin.json updated — fresh installs require v2.0.0+.
New Structure
audit/ — Technical SEO, On-Page, Content, Speed, Penalty, Accessibility
local/ — Local SEO, Entity, Multi-Location, Reputation, Brand SERP
research/ — Intake, Competitor, Keyword Gaps, Content Gaps, Topical Gaps
strategy/ — Topical Authority, Backlinks, Social Media, UX/CRO
ai-visibility/ — AI SEO, Voice Search
cross-cutting/ — Identity, LOCAL-IMPACT, SERP-TRUST
output/ — Report Generation, PDF Report
New Features
- LOCAL-IMPACT Framework — 60 items, 8 dimensions, 0–3 scale, 6 veto conditions
- SERP-TRUST Framework — 50 items, 5 dimensions, 0–4 scale, 7 veto conditions
- SEO Health Index —
(LOCAL-IMPACT × 0.55) + (SERP-TRUST × 0.45) - 3 new skills:
local-impact-auditor,serp-trust-auditor,multi-location-seo(27 total) - 4 new commands:
/generate-pdf,/export-html,/score-local-impact,/score-serp-trust(40 total) references/directory with scoring benchmarks, phase checklists, and methodology docsAGENTS.md— 6-agent parallel execution architecture documentedCONNECTORS.md— MCP connector patterns and step-by-step activation guide
Fixes
agentsfield restored toplugin.json(6 sub-agents were orphaned)- Removed non-standard
capabilities,metadata,schemaVersionfields fromplugin.json hooksandmcpServersnow use path-string format per official spec.claude/settings.jsonis now the single authoritative settings file.vscode/settings.jsonremoved (security risk in distributed plugin).gitignoreupdated with proper exclusionsaudit/.gitkeep— inter-skill output directory present on fresh clones
Install: /plugin install local-seo-audit@mshahiddigital-seo-tools