AgentStack
MCP unreviewed MIT Self-run

Ai Team Skills

mcp-byrohat-ai-team-skills Β· by byrohat

πŸ€– A complete, autonomous AI engineering team for your codebase β€” 18 specialized agents across Claude Code, Cursor, Windsurf, Antigravity, Trae, Codex CLI & more.

β€” No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add mcp-byrohat-ai-team-skills

Open-source listing β€” not yet scanned by AgentStack. Follow the source repository for install instructions.

Security review

⚠ Flagged

1 finding(s); flagged for manual review. Β· v0.1.0 How review works β†’

  • β€’ Prompt-injection patterns
  • β€’ Secret / credential exfiltration
  • β€’ Dangerous shell & filesystem operations
  • β€’ Untrusted network calls
  • β€’ Known-malicious package signatures
  • high Pipes remote content directly into a shell (remote code execution).

What it can access

  • ● Network access Used
  • βœ“ Filesystem access No
  • βœ“ Shell / process execution No
  • βœ“ Environment & secrets No
  • βœ“ Dynamic code execution No

From automated source analysis of v0.1.0. β€œUsed” means the capability is present in the source β€” more access means more to trust, not that it’s unsafe.

Are you the author of Ai Team Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

πŸ€– AI Team Skills

A complete, autonomous AI engineering team for your codebase β€” across every major AI IDE.

[](https://github.com/ByRohat/ai-team-skills) [](LICENSE) [](#-the-team) [](#-platform-support) [](#-contributing)

18 specialized agents Β· 4 core protocols Β· cross-session memory Β· fully autonomous activation

[Quick Start](#-quick-start) β€’ [Platforms](#-platform-support) β€’ [The Team](#-the-team) β€’ [How It Works](#-how-it-works) β€’ [Quality Gates](#-quality-gates) β€’ [Brain](#-brain-storage)


Overview

AI Team Skills turns any AI coding assistant into a coordinated, enterprise-grade engineering team. Instead of one generalist model, you get 18 specialized agents β€” from Product Owner to SRE β€” that share a durable memory, enforce quality gates, and adapt to your project.

It activates itself. Open your project in a supported IDE and the team reads its brain, understands where the project stands, and gets to work β€” you never type "activate."

> Why it's different: most AI assistants forget everything between chats and give generic, textbook advice. AI Team Skills gives the model a persistent brain and four operating protocols so it behaves like a senior team with perfect long-term memory of your codebase.


✨ Highlights

  • ⚑ Fully Autonomous Activation β€” Each IDE auto-loads its native rules file and the team activates on the first message. It then operates on its own, pausing only for costly/irreversible decisions and never bypassing the safety gates.
  • 🧠 Smart by Default β€” Four cross-cutting protocols (Continuity, Adaptation, Self-Evolution, Clarification) make every agent project-aware, self-adapting, and continuous across sessions.
  • 🧬 Project DNA β€” project-profile.json captures the project's stack, domain, conventions, glossary, and key decisions, so any session instantly understands what it's building.
  • πŸ›‘οΈ Quality Gates with Teeth β€” Security holds VETO power; SRE holds DEPLOYMENT HOLD power. Nothing ships until coverage, performance, observability, and docs all pass.
  • 🌍 Truly Cross-Platform β€” Claude Code, Cursor, Windsurf, Antigravity/Gemini, Trae, OpenAI Codex CLI, GitHub Copilot, and any generic assistant β€” wired to each tool's real auto-load mechanism.
  • πŸ’Ύ Cross-Session Memory β€” Versioned brain files (JSON/TOML) preserve context, decisions, learnings, and an audit trail.
  • πŸͺΆ Token-Optimized β€” Compact JSON/TOML state and progressive-disclosure skill files keep context usage lean.

πŸš€ Quick Start

One-line install

# macOS / Linux
curl -sL https://raw.githubusercontent.com/ByRohat/ai-team-skills/main/install.sh | bash
# Windows PowerShell
irm https://raw.githubusercontent.com/ByRohat/ai-team-skills/main/install.ps1 | iex

Manual install

git clone https://github.com/ByRohat/ai-team-skills.git
cd ai-team-skills

# Auto-detect your platform, or pass one explicitly
./install.sh /path/to/your/project            # auto-detect
./install.sh /path/to/your/project all        # install for every platform

# Windows
.\install.ps1 C:\path\to\your\project

That's it. Open your project in your AI IDE β€” the team activates itself and greets you with a status report.


πŸ“¦ Platform Support

Each platform is wired to the exact file it auto-loads, so the team starts with no manual trigger.

| Platform | Auto-loaded file(s) | Auto-Start | |----------|---------------------|:----------:| | Claude Code | CLAUDE.md | βœ… | | Cursor | .cursor/rules/ai-team.mdc (alwaysApply) + .cursorrules | βœ… | | Windsurf | .windsurf/rules/ai-team.md (always_on) + .windsurfrules | βœ… | | Antigravity / Gemini | GEMINI.md + AGENTS.md + .agents/rules/ai-team.md | βœ… | | Trae IDE | .trae/rules/ai-team.md | βœ… | | OpenAI Codex CLI | AGENTS.md | βœ… | | GitHub Copilot / VS Code | .github/copilot-instructions.md (+ .vscode/ settings) | βœ… | | Generic / Other | AI-TEAM.md | βœ… |


🧠 How It Works

Every agent runs four cross-cutting Core Protocols ([_core-protocols.md](.claude/skills/_core-protocols.md)) on top of its domain expertise. Together they make the team behave like one engineer with perfect long-term memory of your project.

| Protocol | Guarantee | |----------|-----------| | πŸ”„ Continuity | Open a new chat β†’ the model reads the brain (project-profile β†’ project-state β†’ per-agent) and reconstructs where the project stands before acting. No lost context. | | 🎯 Adaptation | Every recommendation is tailored to the project's real stack, conventions, and glossary β€” never generic. Empty profile? It detects the stack and populates it. | | 🌱 Self-Evolution | The team writes project-specific learnings to the brain and proposes skill improvements for your approval β€” it never edits its own skills silently. | | ❓ Clarification | The model asks when a wrong assumption would be costly or hard to reverse (schema, public API, auth, integrations, architecture). For cheap/reversible choices it proceeds and states its assumption. |

And one meta-protocol that ties it together:

> Protocol 0 β€” Autonomous Activation: start on the first message without being asked; operate through the task queue on your own; pause only for the Clarification guardrails; never auto-bypass the Security VETO or SRE DEPLOYMENT HOLD.


πŸ‘₯ The Team

| Agent | Role | Special Power | |-------|------|:-------------:| | Product Owner | Backlog grooming, user stories, RICE scoring, OKR alignment | β€” | | Team Lead | Orchestrates all agents, tracks sprint velocity & risk register | β€” | | Technology Strategist | Technology Decision Protocol β€” needs-based stack/language/architecture selection, decision matrix, alternatives, draft ADR | β€” | | Architecture | System design, event-driven patterns, C4 diagrams, ADR registry | β€” | | UX/UI Designer | Design systems, tokens, wireframes, WCAG 2.2, design-dev handoff | β€” | | AI Engineer | LLM integrations, RAG pipelines, multi-agent orchestration, LLMOps | β€” | | Data Engineer | ETL/ELT, dbt modeling, Kafka streaming, data quality, Airflow | β€” | | Backend | API development, business logic, DB queries, validation schemas | β€” | | Frontend | UI components, WCAG 2.2 a11y, Core Web Vitals, i18n | β€” | | Mobile Engineer | iOS/Android/React Native/Flutter, offline-first, app store | β€” | | DevOps | Containerization, CI/CD, Kubernetes, secrets management | β€” | | SRE | SLO/SLI/error budgets, incident mgmt, chaos engineering, capacity | 🟦 HOLD | | Performance | Latency budgets, query profiling, k6 load testing, CDN caching | β€” | | Observability | OpenTelemetry, Prometheus, structured logs, Grafana | β€” | | Security | OWASP 2024, SAST/DAST, threat modeling | πŸŸ₯ VETO | | Privacy | GDPR, CCPA, KVKK compliance, DPIA evaluations | β€” | | QA | Unit/integration/E2E, contract (Pact), mutation (Stryker) tests | β€” | | Docs | OpenAPI 3.1 specs, runbooks, post-mortems, changelogs | β€” |

Agent dependency flow

                  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
                  β”‚ Product Ownerβ”‚
                  β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜
                  β”Œβ”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”
                  β”‚  Team Lead   β”‚
                  β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜
        β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
        β–Ό                β–Ό                    β–Ό
 β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”   β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
 β”‚ Architecture β”‚ β”‚    DevOps    β”‚   β”‚     Docs     β”‚
 β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
        β”‚                β–Ό
  β”Œβ”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
  β–Ό     β–Ό      β–Ό  β”‚Observability β”‚
 UX  AI Eng  Data β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜
  β”‚     β”‚      β”‚         β”‚
  β–Ό     β–Ό      β–Ό         β”‚
 Frontend / Backend / Mobile
        β”‚               β”‚
        └──────► QA β—„β”€β”€β”€β”€β”˜
                 β”‚
                 β–Ό
            Performance
                 β”‚
                 β–Ό
         Security & Privacy
                 β”‚
                 β–Ό
                SRE
                 β”‚
                 β–Ό
            DEPLOYMENT

🚫 Quality Gates

Deployment is blocked until every gate passes.

| Gate | Requirement | |------|-------------| | πŸŸ₯ Security (VETO) | 0 open Critical/High vulnerabilities Β· secret scan clean Β· CSP/HSTS active | | 🟦 Reliability (SRE HOLD) | SLOs defined Β· error-budget burn alerts (fast + slow) Β· runbooks & on-call ready | | 🟧 Quality | Unit β‰₯ 80% Β· Integration β‰₯ 70% Β· contract tests pass Β· mutation β‰₯ 60% | | 🟨 Performance | Lighthouse β‰₯ 90 Β· LCP -brain.json # per-agent memory (Γ—17)


Every `-brain.json` carries continuity/evolution fields β€” `last_session_summary`, `learnings`, `conventions_used`, `open_questions`, `proposed_improvements`. The golden rule: *an action not written to the brain didn't happen as far as the next session is concerned.*

---

## πŸ“ Slash Commands

| Command | Description |
|---------|-------------|
| `/team-status` | Full team report with all component statuses |
| `/team-blockers` | List active blockers |
| `/team-next` | Fetch the next task from the queue |
| `/deploy-check` | Deployment-readiness verification (runs the gates) |
| `/team-init` | Initialize project configuration |
| `/team-stack` | Technology Decision Protocol β€” needs-based stack/language/architecture selection |
| `/team-sprint` | Sprint planning & velocity |
| `/team-adr` | Generate an Architecture Decision Record |
| `/team-retro` | Generate a sprint retrospective |
| `/team-risk` | Show the risk register |
| `/team-slo` | SRE SLO dashboard & error budgets |
| `/team-data` | Data Engineer pipeline status |

---

## πŸ“ File Size Rules

**Maximum 1000 lines per file.**

- **0–700 lines** β€” normal development
- **700–1000 lines** β€” ⚠️ prepare to split
- **1000+ lines** β€” 🚫 split immediately at logical boundaries

---

## πŸ—‚οΈ Project Structure

ai-team-skills/ β”œβ”€β”€ .claude/skills/ # 18 agent skill files + _core-protocols.md (source of truth) β”œβ”€β”€ .cursor/ .windsurf/ # skill mirrors + native auto-load rules β”œβ”€β”€ .trae/ .agents/ .github/ # platform-native auto-load rule files β”œβ”€β”€ CLAUDE.md AGENTS.md GEMINI.md ANTIGRAVITY.md AI-TEAM.md β”œβ”€β”€ .cursorrules .windsurfrules β”œβ”€β”€ install.sh install.ps1 # cross-platform installers β”œβ”€β”€ skill.json # canonical manifest (v2.4.0) β”œβ”€β”€ src/ai-team/ β”‚ β”œβ”€β”€ brain/ # brain templates (profile + state + 18 agents) β”‚ └── scripts/ # brain manager, agent comms, auto-activator (Python) └── cli/ # TypeScript CLI (aiteam)


---

## 🀝 Contributing

Contributions are welcome! A few conventions keep the framework consistent:

- **Source of truth** is `.claude/skills/` β€” mirror any change to `.cursor/skills/` and `.windsurf/skills/`.
- **Brain templates** live in `src/ai-team/brain/` (the installer copies them).
- **1000-line hard limit** per file (warn at 700).
- **Don't edit skills silently** β€” propose changes via `.ai-team/brain/proposed-improvements.md`.

Open an issue or PR at [github.com/ByRohat/ai-team-skills](https://github.com/ByRohat/ai-team-skills).

---

## πŸ“„ License

[MIT](LICENSE) Β© 2026 **ByRohat** β€” free to use, modify, and distribute.

**Built with ❀️ for autonomous, full-stack AI development.**

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source β€” we do not rehost the code.

- **Author:** [byrohat](https://github.com/byrohat)
- **Source:** [byrohat/ai-team-skills](https://github.com/byrohat/ai-team-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet β€” be the first.

Versions

  • v0.1.0 Imported from the upstream source.