Initial commit
This commit is contained in:
13
.claude-plugin/plugin.json
Normal file
13
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "traya-react-native",
|
||||
"description": "AI-powered React Native development workflow with compounding engineering principles. Specialized agents, skills, and commands for building high-quality iOS and Android applications.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Shivraj Kumar",
|
||||
"email": "shivrajkumar@traya.health",
|
||||
"url": "https://github.com/trayalabs1"
|
||||
},
|
||||
"mcp": [
|
||||
"./.mcp.json"
|
||||
]
|
||||
}
|
||||
49
.mcp.json
Normal file
49
.mcp.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"ios-simulator": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@smithery/mcp-server-ios-simulator"],
|
||||
"env": {},
|
||||
"disabled": false
|
||||
},
|
||||
"mobile-device": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@smithery/mcp-server-mobile-device"],
|
||||
"env": {},
|
||||
"disabled": false
|
||||
},
|
||||
"figma": {
|
||||
"command": "curl",
|
||||
"args": ["-X", "POST", "http://127.0.0.1:3845/mcp"],
|
||||
"env": {},
|
||||
"disabled": false
|
||||
},
|
||||
"postman": {
|
||||
"command": "npx",
|
||||
"args": ["@postman/mcp-server"],
|
||||
"env": {},
|
||||
"disabled": false
|
||||
},
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp"],
|
||||
"env": {},
|
||||
"disabled": false
|
||||
},
|
||||
"serena": {
|
||||
"command": "uvx",
|
||||
"args": [
|
||||
"--from",
|
||||
"git+https://github.com/oraios/serena",
|
||||
"serena",
|
||||
"start-mcp-server",
|
||||
"--context",
|
||||
"ide-assistant",
|
||||
"--project",
|
||||
"."
|
||||
],
|
||||
"env": {},
|
||||
"disabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# traya-react-native
|
||||
|
||||
AI-powered React Native development workflow with compounding engineering principles. Specialized agents, skills, and commands for building high-quality iOS and Android applications.
|
||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:shivrajkumar/traya-plugin:plugins/traya-react-native",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "03a311da1bdf10c4af00a8a41a5673625926f954",
|
||||
"treeHash": "ab13f4921259a79019f164da30317fa0745104164ffb7161dcbb5aa99875f864",
|
||||
"generatedAt": "2025-11-28T10:28:19.916492Z",
|
||||
"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": "traya-react-native",
|
||||
"description": "AI-powered React Native development workflow with compounding engineering principles. Specialized agents, skills, and commands for building high-quality iOS and Android applications.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": ".mcp.json",
|
||||
"sha256": "924096e322ff9cd892ed43ff1e95b52a6b4a6996afaed563b109cebdb3d1fe4f"
|
||||
},
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "9b76971daf596de848b6e454a362831cae2b3061032c4471997bca4de74aaca4"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "e3d0a32824f43d04d1102219b14430b84e06bb325df111a76fd66e518a52b4d7"
|
||||
}
|
||||
],
|
||||
"dirSha256": "ab13f4921259a79019f164da30317fa0745104164ffb7161dcbb5aa99875f864"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user