-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
35 lines (35 loc) · 1.14 KB
/
plugin.json
File metadata and controls
35 lines (35 loc) · 1.14 KB
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
35
{
"name": "home-lab-developer-tools",
"displayName": "Home Lab Developer Tools",
"version": "0.15.1",
"description": "Home lab and Raspberry Pi workflows for Cursor, Claude Code, and MCP-compatible editors - 22 skills, 11 rules, and 50 MCP tools for managing Docker Compose stacks, monitoring, DNS, reverse proxy, networking, backups, disaster recovery, security auditing, logs, notifications, OS management, certificates, multi-node, diagnostics, and system administration on a Raspberry Pi home lab via SSH.",
"author": {
"name": "TMHSDigital",
"url": "https://github.com/TMHSDigital"
},
"homepage": "https://github.com/TMHSDigital/Home-Lab-Developer-Tools",
"repository": "https://github.com/TMHSDigital/Home-Lab-Developer-Tools",
"license": "CC-BY-NC-ND-4.0",
"keywords": [
"homelab",
"raspberry-pi",
"docker-compose",
"monitoring",
"ansible",
"ssh",
"prometheus",
"grafana",
"networking",
"backup",
"mcp"
],
"category": "developer-tools",
"tags": [
"homelab",
"raspberry-pi",
"infrastructure"
],
"logo": "assets/logo.png",
"skills": "./skills/",
"rules": "./rules/"
}