Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:31 +08:00
commit d8e484e2f2
4 changed files with 98 additions and 0 deletions

View File

@@ -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"
]
}

39
.mcp.json Normal file
View File

@@ -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"
}
}
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# standard
Standard Claude configuration for elsif projects with quality assurance workflows, git commit automation, and MCP server integrations

45
plugin.lock.json Normal file
View File

@@ -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": []
}
}