From 4939f7d36f4040e9cf0460e81f5538e44d08edc1 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:56:58 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 13 +++++++++++ .mcp.json | 31 ++++++++++++++++++++++++++ README.md | 3 +++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 92 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 .mcp.json create mode 100644 README.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..cfc53c8 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,13 @@ +{ + "name": "traya-backend-engineering", + "description": "AI-powered backend development workflow with compounding engineering principles. Specialized agents, skills, and commands for building scalable Node.js/NestJS APIs with PostgreSQL, MongoDB, Redis, and TypeORM.", + "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..1cea864 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,31 @@ +{ + "mcpServers": { + "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..f5db493 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# traya-backend-engineering + +AI-powered backend development workflow with compounding engineering principles. Specialized agents, skills, and commands for building scalable Node.js/NestJS APIs with PostgreSQL, MongoDB, Redis, and TypeORM. diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..38cc49e --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:shivrajkumar/traya-plugin:plugins/traya-backend-engineering", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "4ff82743aa8725ef168479be2c26b41ca1e42702", + "treeHash": "41b6a66ea27a8e5986217ece19ae0b9f5dac9d0b6cc4c7cc91b61f7b727ed5a5", + "generatedAt": "2025-11-28T10:28:20.110242Z", + "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-backend-engineering", + "description": "AI-powered backend development workflow with compounding engineering principles. Specialized agents, skills, and commands for building scalable Node.js/NestJS APIs with PostgreSQL, MongoDB, Redis, and TypeORM.", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": ".mcp.json", + "sha256": "de3a6397a1ecd21331efef2bde4cbc7bd2aa827c79f2519505472a2b5e455b78" + }, + { + "path": "README.md", + "sha256": "431d75d5fd9dba1fff25b369ac9c1ebf7a2f1f155cd8dadc0b9bf14e73d73687" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "10dc93e082504aac6972d4fc0b0401f8b49f8486f54838af75818aee7da1e2fa" + } + ], + "dirSha256": "41b6a66ea27a8e5986217ece19ae0b9f5dac9d0b6cc4c7cc91b61f7b727ed5a5" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file