commit d8e484e2f281373c2ce79758ecd60f486f6dbfa8 Author: Zhongwei Li Date: Sat Nov 29 18:25:31 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..aa83541 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "standard", + "description": "Standard Claude configuration for elsif projects with quality assurance workflows, git commit automation, and MCP server integrations", + "version": "0.1.0", + "author": { + "name": "fugufish" + }, + "mcp": [ + "./.mcp.json" + ] +} \ No newline at end of file diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..87fb7f1 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,39 @@ +{ + "mcpServers": { + "filesystem": { + "command": "npx", + "args": [ + "-y", + "@modelcontextprotocol/server-filesystem", + "${CLAUDE_PLUGIN_ROOT}" + ], + "description": "File system operations with read/write access" + }, + "git": { + "command": "npx", + "args": [ + "-y", + "mcp-server-git", + "--repository", + "${CLAUDE_PLUGIN_ROOT}" + ], + "description": "Git repository operations and version control" + }, + "sequential-thinking": { + "command": "npx", + "args": [ + "-y", + "@modelcontextprotocol/server-sequential-thinking" + ], + "description": "Enhanced reasoning and step-by-step problem solving" + }, + "time": { + "command": "npx", + "args": [ + "-y", + "@modelcontextprotocol/server-time" + ], + "description": "Current time and date information" + } + } +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..f91fe98 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# standard + +Standard Claude configuration for elsif projects with quality assurance workflows, git commit automation, and MCP server integrations diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..c83c9c5 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:elsif-dev/claude:plugins/standard", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "709dedc52d589308d32df163dadb39a9a58ace95", + "treeHash": "0f71b911394d34e6519dcb7e6e9f90a8f0d5d35d5160738637bb711293a4c6d4", + "generatedAt": "2025-11-28T10:16:46.167745Z", + "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": "standard", + "description": "Standard Claude configuration for elsif projects with quality assurance workflows, git commit automation, and MCP server integrations", + "version": "0.1.0" + }, + "content": { + "files": [ + { + "path": ".mcp.json", + "sha256": "e6ac05e3145eb092db556e8d086802ed9253925cea08519793580fec0a3f2c17" + }, + { + "path": "README.md", + "sha256": "5796399f88e4390696c5ff919ce942ca934ef2026693256ae2df8fd2d435b6ae" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "1f8679a67f353313d98485b4a629058ca5cbae9696880d2b8adcadec07da0050" + } + ], + "dirSha256": "0f71b911394d34e6519dcb7e6e9f90a8f0d5d35d5160738637bb711293a4c6d4" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file