Skip to content

Commit e617fb2

Browse files
AgriciDanielclaude
andcommitted
fix: version v1.8.0 -> v1.7.2, fix SKILL.md frontmatter, update CLAUDE.md counts
- Rebrand release from v1.8.0 to v1.7.2 across all version references - Fix allowed-tools YAML format to match existing SKILL.md pattern (comma-separated) - Update CLAUDE.md: skill count 17->19, sub-skill count 15->16 core (+3 extensions) - Add seo-backlinks and seo-firecrawl to CLAUDE.md architecture tree Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 03ec8df commit e617fb2

7 files changed

Lines changed: 12 additions & 22 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-seo",
3-
"version": "1.8.0",
3+
"version": "1.7.2",
44
"description": "Comprehensive SEO analysis skill for Claude Code. Covers technical SEO, content quality (E-E-A-T), schema markup, image optimization, sitemap architecture, AI search optimization (GEO), local SEO (GBP, citations, reviews, map pack), maps intelligence, and strategic planning across all industries.",
55
"author": {
66
"name": "AgriciDaniel",

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.8.0] - 2026-03-30
8+
## [1.7.2] - 2026-03-30
99

1010
### Added
1111
- **Firecrawl extension**: Full-site crawling, scraping, and site mapping via Firecrawl MCP (`extensions/firecrawl/`)

CLAUDE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This repository contains **Claude SEO**, a Tier 4 Claude Code skill for comprehensive
66
SEO analysis across all industries. It follows the Agent Skills open standard and the
7-
3-layer architecture (directive, orchestration, execution). 15 core sub-skills (+ 2
7+
3-layer architecture (directive, orchestration, execution). 16 core sub-skills (+ 3
88
extensions), 10 core subagents (+ 2 extension agents), and an extensible reference
99
system cover technical SEO, content quality,
1010
schema markup, image optimization, sitemap architecture, AI search optimization,
@@ -19,7 +19,7 @@ claude-seo/
1919
.claude-plugin/
2020
plugin.json # Plugin manifest (v1.7.0)
2121
marketplace.json # Marketplace catalog for distribution
22-
skills/ # 17 skills (auto-discovered)
22+
skills/ # 19 skills (auto-discovered)
2323
seo/ # Main orchestrator skill
2424
SKILL.md # Entry point, routing table, core rules
2525
references/ # On-demand knowledge files (10 files)
@@ -40,7 +40,9 @@ claude-seo/
4040
seo-google/ # Google SEO APIs
4141
SKILL.md
4242
references/ # API reference files (10 files)
43+
seo-backlinks/SKILL.md # Backlink profile analysis
4344
seo-dataforseo/SKILL.md # Live SEO data via DataForSEO MCP
45+
seo-firecrawl/SKILL.md # Full-site crawling via Firecrawl MCP
4446
seo-image-gen/ # AI image generation for SEO assets
4547
SKILL.md
4648
references/ # Image gen reference files (7 files)

extensions/firecrawl/skills/seo-firecrawl/SKILL.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,11 @@ description: >
88
user-invokable: true
99
argument-hint: "[command] <url>"
1010
license: MIT
11-
allowed-tools:
12-
- Read
13-
- Grep
14-
- Glob
15-
- Bash
16-
- WebFetch
17-
- Write
11+
allowed-tools: Read, Grep, Glob, Bash, WebFetch, Write
1812
compatibility: "Requires Firecrawl MCP server"
1913
metadata:
2014
author: AgriciDaniel
21-
version: "1.8.0"
15+
version: "1.7.2"
2216
category: seo
2317
---
2418

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $AgentDir = "$env:USERPROFILE\.claude\agents"
8787
$RepoUrl = "https://github.com/AgriciDaniel/claude-seo"
8888
# Pin to a specific release tag to prevent silent updates from main.
8989
# Override: $env:CLAUDE_SEO_TAG = 'main'; .\install.ps1
90-
$RepoTag = if ($env:CLAUDE_SEO_TAG) { $env:CLAUDE_SEO_TAG } else { 'v1.8.0' }
90+
$RepoTag = if ($env:CLAUDE_SEO_TAG) { $env:CLAUDE_SEO_TAG } else { 'v1.7.2' }
9191

9292
# Create directories
9393
New-Item -ItemType Directory -Force -Path $SkillDir | Out-Null

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ main() {
1010
REPO_URL="https://github.com/AgriciDaniel/claude-seo"
1111
# Pin to a specific release tag to prevent silent updates from main.
1212
# Override: CLAUDE_SEO_TAG=main bash install.sh
13-
REPO_TAG="${CLAUDE_SEO_TAG:-v1.8.0}"
13+
REPO_TAG="${CLAUDE_SEO_TAG:-v1.7.2}"
1414

1515
echo "════════════════════════════════════════"
1616
echo "║ Claude SEO - Installer ║"

skills/seo-backlinks/SKILL.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,11 @@ description: >
99
user-invokable: true
1010
argument-hint: "<url>"
1111
license: MIT
12-
allowed-tools:
13-
- Read
14-
- Grep
15-
- Glob
16-
- Bash
17-
- WebFetch
18-
- Write
12+
allowed-tools: Read, Grep, Glob, Bash, WebFetch, Write
1913
compatibility: "Requires DataForSEO MCP server (extension)"
2014
metadata:
2115
author: AgriciDaniel
22-
version: "1.8.0"
16+
version: "1.7.2"
2317
category: seo
2418
---
2519

0 commit comments

Comments
 (0)