diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..1171b94 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,39 @@ +{ + "name": "engineering-team-agents", + "description": "8 specialized agents for collaborative software engineering: Product Manager, UX Designer, System Architect, Code Reviewer, Technical Writer, Responsible AI, GitOps Specialist, and Sync Coordinator", + "version": "2.0.0", + "author": { + "name": "Nikhil Sachdeva", + "url": "https://github.com/niksacdev" + }, + "homepage": "https://github.com/niksacdev/engineering-team-agents", + "repository": { + "type": "git", + "url": "https://github.com/niksacdev/engineering-team-agents.git" + }, + "license": "MIT", + "keywords": [ + "agents", + "collaborative-engineering", + "product-management", + "ux-design", + "architecture", + "code-review", + "security", + "technical-writing", + "responsible-ai", + "devops", + "ci-cd", + "sdlc" + ], + "agents": [ + "./.claude/agents/product-manager-advisor.md", + "./.claude/agents/ux-ui-designer.md", + "./.claude/agents/code-reviewer.md", + "./.claude/agents/system-architecture-reviewer.md", + "./.claude/agents/technical-writer.md", + "./.claude/agents/responsible-ai-code.md", + "./.claude/agents/gitops-ci-specialist.md", + "./.claude/agents/sync-coordinator.md" + ] +} diff --git a/README.md b/README.md index 16e569b..6521b86 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,19 @@ Feature Request → Product Manager (requirements) ### 1. Install Collaborative Agent System +#### Option A: Claude Code Plugin (Recommended ⭐) + +Install directly as a plugin in Claude Code: + +```bash +# Install from GitHub +/plugin install niksacdev/engineering-team-agents +``` + +All 8 agents will be immediately available via the Task tool! + +#### Option B: Manual Installation + ```bash # Clone the collaborative engineering template git clone https://github.com/niksacdev/engineering-team-agents.git