commit 9614aab3d691a31d86fb7415e046c94955b93d26 Author: Zhongwei Li Date: Sat Nov 29 18:49:55 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..f361176 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,31 @@ +{ + "name": "james-claude-code", + "description": "James's personal Claude Code setup with 14 productivity commands and 11 specialized AI agents for modern web development", + "version": "1.0.0", + "author": "James", + "mcp": { + "context7": { + "command": "npx", + "args": [ + "-y", + "@upstash/context7-mcp" + ], + "description": "Access up-to-date documentation for any library" + }, + "playwright": { + "command": "npx", + "args": [ + "@playwright/mcp@latest" + ], + "description": "Browser automation and web testing capabilities" + }, + "supabase": { + "command": "npx", + "args": [ + "-y", + "@supabase/mcp-server-supabase" + ], + "description": "Supabase database operations and management" + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..57bee02 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# james-claude-code + +James's personal Claude Code setup with 14 productivity commands and 11 specialized AI agents for modern web development diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..c39b043 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,41 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:jamesscalescode/james-claude-code:", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "f5af9f29c8e3a077050ae841ab53dd904a86b475", + "treeHash": "b9b09dcd2503550bf55191d9f5085dddab0e0decd8f930151fc43751febf62c9", + "generatedAt": "2025-11-28T10:17:56.999663Z", + "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": "james-claude-code", + "description": "James's personal Claude Code setup with 14 productivity commands and 11 specialized AI agents for modern web development", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "a8c75720f7452e61561cafdb249d3f6c4e226cf9f5e3c60a3b790628290c95b2" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "b3e920a0334b717785046f16fabfab8746ac2f99a892f76be03d6424ca52ec9a" + } + ], + "dirSha256": "b9b09dcd2503550bf55191d9f5085dddab0e0decd8f930151fc43751febf62c9" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file