init: bootstrap маркетплейса с плагином 222a-seo-audit

This commit is contained in:
Alex 2026-05-22 18:56:46 +02:00
commit 86ff45ef57
5 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"name": "222a",
"description": "Плагины 222A — SEO-аудит и инструменты оптимизации",
"plugins": [
{
"name": "222a-seo-audit",
"source": "./plugins/222a-seo-audit",
"description": "SEO-аудит, анализ проблем, client reports через 222A.ru",
"version": "1.0.0"
}
]
}

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.DS_Store
*.log
node_modules/

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# 222A Claude Code Marketplace
Маркетплейс плагинов 222A для Claude Code.
## Установка
```bash
/plugin marketplace add https://git.222a.ru/222a/claude-marketplace.git
/plugin install 222a-seo-audit@222a
```
## Плагины
- **[222a-seo-audit](plugins/222a-seo-audit/README.md)** — SEO-аудит сайтов, разбор проблем, client reports через 222A.ru
## Поддержка
Issues: https://git.222a.ru/222a/claude-marketplace/issues

View File

@ -0,0 +1,10 @@
{
"name": "222a-seo-audit",
"description": "SEO audits, technical issue analysis, and client reports via 222A.ru MCP",
"version": "1.0.0",
"author": {
"name": "222A.ru",
"url": "https://222a.ru"
},
"homepage": "https://git.222a.ru/222a/claude-marketplace"
}

View File

@ -0,0 +1,6 @@
# Changelog
Все изменения плагина `222a-seo-audit` документируются в этом файле.
Формат основан на [Keep a Changelog](https://keepachangelog.com/).
## [Unreleased]