init: bootstrap маркетплейса с плагином 222a-seo-audit
This commit is contained in:
commit
86ff45ef57
12
.claude-plugin/marketplace.json
Normal file
12
.claude-plugin/marketplace.json
Normal 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
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.DS_Store
|
||||
*.log
|
||||
node_modules/
|
||||
18
README.md
Normal file
18
README.md
Normal 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
|
||||
10
plugins/222a-seo-audit/.claude-plugin/plugin.json
Normal file
10
plugins/222a-seo-audit/.claude-plugin/plugin.json
Normal 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"
|
||||
}
|
||||
6
plugins/222a-seo-audit/CHANGELOG.md
Normal file
6
plugins/222a-seo-audit/CHANGELOG.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
Все изменения плагина `222a-seo-audit` документируются в этом файле.
|
||||
Формат основан на [Keep a Changelog](https://keepachangelog.com/).
|
||||
|
||||
## [Unreleased]
|
||||
Loading…
Reference in New Issue
Block a user