From ae3e0919393ea517468d3aaf66519f5944430760 Mon Sep 17 00:00:00 2001 From: Timmy Date: Thu, 26 Mar 2026 15:36:04 +0800 Subject: [PATCH] Add plugin.json --- .claude-plugin/plugin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..2ff3837 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "adminer-deploy", + "description": "Deploy Adminer (database management tool) using Docker Compose", + "version": "1.0.0", + "author": { + "name": "timmy", + "email": "" + } +}