claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Plugins

agent-hub

One AI engineering team for Claude Code. Install once — every project gets a full-stack specialist team that auto-specializes to its stack.

// Claude Plugins[ cli ][ api ][ web ][ mobile ][ claude ]#claude#agents#ai-agents#claude-code#developer-tools#llm#multi-agent#plugin#pluginsMIT$open-sourceupdated 12 days ago
Actively maintained
100/100
last commit 13 days ago
last release 17 days ago
releases 1
open issues 0
// install
git clone https://github.com/berkcangumusisik/agent-hub

Language: English · Türkçe

agent-hub

The project-aware agent team for every harness.

Not just configs — a system. Install once and every project gets a 12-role specialist team that adapts to that project's stack, reviews your diffs, and remembers your decisions. Works across Claude Code, Codex, Cursor, OpenCode, Gemini, Windsurf, GitHub Copilot, Cline, Zed — and anything that reads AGENTS.md.

🌐 Website · Quick start · How it works · Harnesses · Guide · Contribute


✨ The idea

You don't want a different assistant per project, or a different setup per tool. You want one great team that knows which project it's in — and works in whatever harness you use.

Open your backend repo → the team thinks in your backend stack. Open your web repo → the same team thinks frontend. Same roster. Different brain. Zero manual switching.

Three things make it a system, not a pile of prompts:

  • 🧠 Project-aware — every agent reads a tiny per-project profile.yml before acting.
  • 📝 Memory — decisions are recorded as ADRs the whole team reads and honors.
  • ⚡ Auto-load — the profile loads the moment you open the project.

🆚 Why agent-hub

A pile of agent promptsagent-hub
Per-project fitYou re-explain the stack every timeReads a profile.yml automatically
MemoryForgets decisions between sessionsRecords & honors ADRs
ConsistencyDifferent setup per repo & per toolOne team, every repo, every harness
OrchestrationYou route the worktech-lead decomposes & delegates
Quality gateAd-hocBuilt-in code-reviewer + security-reviewer
PortabilityLocked to one toolClaude Code, Codex, Cursor, Gemini, Copilot…

🚀 Quick start

One line — any harness:

curl -fsSL https://raw.githubusercontent.com/berkcangumusisik/agent-hub/main/install.sh | sh

This scaffolds the project profile and installs the team for every supported harness. Want just one? Pass it: … | sh -s -- cursor (or claude, codex, gemini, opencode, windsurf).

Windows (PowerShell):

irm https://raw.githubusercontent.com/berkcangumusisik/agent-hub/main/install.ps1 | iex

Claude Code (richest experience — real subagents):

/plugin marketplace add berkcangumusisik/agent-hub
/plugin install super-team@agent-hub

Then open your repo with your agent and say “onboard” — it detects your stack and fills the profile. From there, just describe what you want; the tech-lead routes the work.

🧰 Supported harnesses

HarnessWhat gets installed
Claude CodePlugin with 12 real subagents + CLAUDE.md
CodexAGENTS.md
Cursor.cursor/rules/agent-hub.mdc
OpenCodeAGENTS.md
Gemini CLIGEMINI.md
Windsurf.windsurfrules
GitHub Copilot.github/copilot-instructions.md
Cline / Roo.clinerules
Zed.rules
Anything else that reads AGENTS.mdAGENTS.md

One source of truth in adapters/ generates each harness's file.

🎬 See it

agent-hub demo — install, onboard, and the team routing work

One line installs the team; onboard detects your stack; tech-lead routes the work.

🧠 How it works

architecture

Two layers: a universal team (this repo) and a per-project profile. Every agent runs a profile-first protocol — read the profile and decisions, then act in that project's idioms. Read the full walkthrough in the Getting Started guide.

👥 The roster

AgentRoleModel
tech-leadOrchestrator — decomposes work, routes to specialistsopus
architectSystem design, data models, API contractsopus
backend-engineerAPIs, business logic, persistencesonnet
frontend-engineerWeb UI, state, accessibility, performancesonnet
mobile-engineerNative / cross-platform mobilesonnet
devops-engineerCI/CD, infra, observabilitysonnet
data-engineerPipelines, ETL, schema, migrationssonnet
ux-designerUser flows, IA, accessibilityopus
code-reviewerCorrectness, bugs, maintainabilitysonnet
qa-testerTest plans and test codehaiku
security-reviewerVulnerabilities, authz/authn, secretsopus
tech-writerDocs, READMEs, changelogshaiku

(On non-Claude harnesses the single agent wears these hats; on Claude Code they're real, parallel subagents.)

⌨️ Commands

onboard · team · review · decide: <X> · handoff — available as /commands in Claude Code, or as plain words in any harness reading AGENTS.md.

📄 The profile

.claude/agent-hub/profile.yml is the single source of truth the team reads first:

project: { name: my-service, type: backend }
stack: { language: TypeScript, framework: NestJS, database: PostgreSQL }
commands: { install: pnpm install, test: pnpm test }
team:
  active: [tech-lead, architect, backend-engineer, code-reviewer, security-reviewer]
conventions:
  - Use the repository pattern for data access
doNot:
  - Never expose entities directly in API responses

Starter profiles for common stacks live in templates/profiles/.

🗂 Repo layout

agent-hub/
├── install.sh · install.ps1            # one-line installers
├── adapters/                           # one source → AGENTS.md, CLAUDE.md, GEMINI.md, cursor, windsurf
├── plugins/super-team/                 # Claude Code plugin (12 subagents, skills, hooks, commands)
├── templates/                          # per-project profile + starter stacks
├── docs/                               # guide, diagrams, website
├── site/                               # marketing site (Vite + React)
└── scripts/validate.mjs                # zero-dep CI validation

🤝 Contributing & community

PRs welcome — a sharper agent prompt, a new harness adapter, a starter profile. See CONTRIBUTING.md. Questions and show-and-tell go in Discussions.

⭐ Like it?

If agent-hub saves you time, star the repo — it helps others find it.

📝 License

MIT © Berkcan Gümüşışık

// compatibility

Platformscli, api, web, mobile
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageTypeScript

// faq

What is agent-hub?

One AI engineering team for Claude Code. Install once — every project gets a full-stack specialist team that auto-specializes to its stack.. It is open-source on GitHub.

Is agent-hub free to use?

agent-hub is open-source under the MIT license, so it is free to use.

What category does agent-hub belong to?

agent-hub is listed under plugins in the Claudeers registry of Claude-compatible tools.

0 views
13 stars
unclaimed
updated 12 days ago

// embed badge

agent-hub on Claudeers
[![Claudeers](https://claudeers.com/api/badge/agent-hub.svg)](https://claudeers.com/agent-hub)

// retro hit counter

agent-hub hit counter
[![Hits](https://claudeers.com/api/counter/agent-hub.svg)](https://claudeers.com/agent-hub)

// reviews

// guestbook

0/500

// related in Claude Plugins

🔓

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

// pluginsmultica-ai/187,223[ claude ]
🔓

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explainin…

// pluginsanthropics/Python135,848[ claude ]
🔓

"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/

// pluginsHKUDS/Python44,672Apache-2.0[ claude ]
🔓

A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress

// pluginsjarrodwatts/JavaScript26,116MIT[ claude ]
→ see how agent-hub connects across the ecosystem