Initial commit
This commit is contained in:
31
.claude-plugin/plugin.json
Normal file
31
.claude-plugin/plugin.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@@ -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
|
||||||
41
plugin.lock.json
Normal file
41
plugin.lock.json
Normal file
@@ -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": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user