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
β Flagged1 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.
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.jsoncaptures 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.
Write a review
Versions
- v0.1.0 Imported from the upstream source.