commit edd94f4a44a83e785223ea2ecfac09ec1c5725df Author: Zhongwei Li Date: Sun Nov 30 08:57:01 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..d8a9e80 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + ] +} \ No newline at end of file diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..e841468 --- /dev/null +++ b/.mcp.json @@ -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 + } + } +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..c228163 --- /dev/null +++ b/README.md @@ -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. diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..8f2517f --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file