feat: Add syndarix-agents Claude Code plugin

Add specialized AI agent definitions for Claude Code integration:
- Architect agent for system design
- Backend/Frontend engineers for implementation
- DevOps engineer for infrastructure
- Test engineer for QA
- UI designer for design work
- Code reviewer for code review

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-30 01:12:54 +01:00
parent 88cf4e0abc
commit d6db6af964
11 changed files with 1267 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "syndarix-agents",
"description": "Complete team of specialized AI agents for autonomous software consulting. Includes backend, frontend, test, DevOps, architecture, code review, and UI design agents with baked-in coding standards.",
"version": "1.0.0",
"author": {
"name": "Syndarix",
"url": "https://gitea.pragmazest.com/cardosofelipe/syndarix"
},
"homepage": "https://gitea.pragmazest.com/cardosofelipe/syndarix",
"repository": "https://gitea.pragmazest.com/cardosofelipe/syndarix",
"license": "MIT",
"keywords": ["agents", "consulting", "engineering", "architecture", "qa", "devops", "design", "code-review"]
}