From ec4e4331e494cf43b45aa566d6a099fa9ba5111f Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:49:13 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 11 +++++++++ README.md | 3 +++ commands/example-command.md | 1 + plugin.lock.json | 45 +++++++++++++++++++++++++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 commands/example-command.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..27622ac --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "backend-engineer-assistant", + "description": "Backend engineering assistant with GitHub, Jira, and Context7 (Laravel) MCP integrations for enhanced development workflow", + "version": "1.0.0", + "author": { + "name": "Musora Engineering" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc6f8bf --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# backend-engineer-assistant + +Backend engineering assistant with GitHub, Jira, and Context7 (Laravel) MCP integrations for enhanced development workflow diff --git a/commands/example-command.md b/commands/example-command.md new file mode 100644 index 0000000..77cc7be --- /dev/null +++ b/commands/example-command.md @@ -0,0 +1 @@ +Help me do something useful (this is the command prompt for claude). \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..933483f --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:railroadmedia/claude-code-plugin-marketplace:plugins/backend-engineer-assistant", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "19741086399a3883afbd1d581ddb269bab2179ac", + "treeHash": "53433a872b142a4cedca6f17f491d57e505231d2fab5e9740d870c563e33ace0", + "generatedAt": "2025-11-28T10:27:46.123993Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "backend-engineer-assistant", + "description": "Backend engineering assistant with GitHub, Jira, and Context7 (Laravel) MCP integrations for enhanced development workflow", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "08c12903f8be11324abb3bc2aad7f7fdebc7d3604f549fb680a8e4db13284a63" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "d905635bedc19ce790ce5fd3cbed234ead04acf5c6cd651ccc4a7d41eb1198fd" + }, + { + "path": "commands/example-command.md", + "sha256": "bcca30e4c3cb53db1fbdcce8f8463b46a2cf7a51439ce199af4e13a502ec6805" + } + ], + "dirSha256": "53433a872b142a4cedca6f17f491d57e505231d2fab5e9740d870c563e33ace0" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file