Files
syndarix/syndarix-agents/.claude-plugin/plugin.json
Felipe Cardoso d6db6af964 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>
2025-12-30 01:12:54 +01:00

14 lines
651 B
JSON

{
"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"]
}