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-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"
|
||||
]
|
||||
}
|
||||
31
.mcp.json
Normal file
31
.mcp.json
Normal file
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -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.
|
||||
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-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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user