-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
34 lines (34 loc) · 1009 Bytes
/
plugin.json
File metadata and controls
34 lines (34 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "wow",
"version": "0.1.2026040201",
"description": "WOW — WordPress → Optimized WordPress. Autonomous Claude Code plugin for world-class WordPress performance optimization.",
"author": "Shafqat Ullah",
"email": "shafqat@sourcevo.com",
"organization": "Ālo Labs",
"homepage": "https://alolabs.dev",
"repository": "https://github.com/alo-labs/wow",
"license": "MIT",
"skills": [
"skills/wow",
"skills/wow-intake",
"skills/wow-audit",
"skills/wow-plan",
"skills/wow-execute",
"skills/wow-verify",
"skills/wow-report"
],
"install_hook": "scripts/install.sh",
"dependencies": {
"required": ["jq"],
"skills": [
"wordpress/agent-skills@wp-performance",
"jeffallan/claude-skills@wordpress-pro",
"addyosmani/web-quality-skills@core-web-vitals",
"addyosmani/web-quality-skills@performance",
"addyosmani/web-quality-skills@best-practices"
],
"mcp_servers": [
"priyankark/lighthouse-mcp"
]
}
}