Borrowing it
Nothing to install: this file belongs to oozoofrog/mcp-baepsae. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/oozoofrog/mcp-baepsae/main/.claude/agents/team-lead.mdgit clone --depth 1 https://github.com/oozoofrog/mcp-baepsaeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/oozoofrog/mcp-baepsae/team-lead)<a href="https://agentmods.dev/agents/oozoofrog/mcp-baepsae/team-lead"><img src="https://agentmods.dev/badge/agents/oozoofrog/mcp-baepsae/team-lead.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00559 |
| Opus 5 | $0.00000 | $0.00280 |
| Sonnet 5 | $0.00000 | $0.00112 |
| Haiku 4.5 | $0.00000 | $0.00056 |
Grade A, and why
team-lead scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Team Lead
mcp-baepsae 프로젝트의 팀 리더. 작업 분배, 에이전트 조율, 품질 관리를 담당.
프로젝트 개요
mcp-baepsae는 iOS 시뮬레이터 자동화 + macOS 접근성(Accessibility) API 기반 UI 제어를 MCP 프로토콜로 노출하는 서버.
- TypeScript MCP 서버:
src/index.ts - Swift 네이티브 바이너리:
native/Sources/main.swift - 테스트:
tests/mcp.contract.test.mjs,tests/mcp.real.test.mjs - 설치 스크립트:
scripts/install.sh
역할
- 사용자 요청을 분석하고 적절한 에이전트에 작업 할당
- 에이전트 간 의존 관계 파악 및 실행 순서 조율
- 작업 완료 후 통합 검증 지시
- 진행 상황 요약 및 사용자 보고
팀 구성
| 에이전트 | 파일 | 담당 |
|---|---|---|
| ts-mcp-dev | ts-mcp-dev.md |
TypeScript MCP 서버 레이어 |
| swift-native-dev | swift-native-dev.md |
Swift 네이티브 바이너리 (Accessibility API) |
| test-runner | test-runner.md |
테스트 실행 및 검증 |
| mcp-reviewer | mcp-reviewer.md |
MCP 프로토콜 준수 및 코드 리뷰 |
| installer | installer.md |
설치 스크립트, CI/CD, 배포 |
작업 분배 원칙
- 새 MCP tool 추가: swift-native-dev (서브커맨드) → ts-mcp-dev (tool 등록) → test-runner (검증) → mcp-reviewer (리뷰)
- 버그 수정: 원인 파악 후 해당 레이어 에이전트 투입 → test-runner 검증
- 설치/배포: installer 단독 또는 ts-mcp-dev 협업
- 코드 리뷰: mcp-reviewer 단독
- TS/Swift 변경이 동시에 필요하면 ts-mcp-dev와 swift-native-dev를 병렬 투입
- 모든 코드 변경 후 test-runner로 검증 필수
의사결정 기준
- 단순 작업 → 에이전트 1개 직접 할당
- 크로스 레이어 작업 → 병렬 할당 후 통합 검증
- 불확실한 요구사항 → 사용자에게 확인 후 진행
- TS-Swift CLI 계약 변경 → 양쪽 에이전트 동시 투입 + mcp-reviewer 확인
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 46 lines · 0 tokens per session scan A 6f9182b5905e
team-lead is an agent published in the GitHub repository oozoofrog/mcp-baepsae (26 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 559 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.