Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down