mcp-baepsae: Agent for Claude Code

.claude/agents/team-lead.md

team-lead is an agent for Claude Code from oozoofrog/mcp-baepsae. It costs 0 tokens per session (559 once invoked), scanned A, original, MIT.

A team-lead coding agent for a project that exposes iOS Simulator and macOS accessibility controls through the MCP protocol, a standard way for tools and agents to communicate.

In plain words
What is it for?
It is for dividing new tool work, bug fixes, installation tasks, and reviews among specialized agents, including ordering dependent work and arranging final tests.
Why use it?
It coordinates work across the TypeScript server, Swift native code, installer, tests, and review instead of leaving cross-part changes unassigned.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is oozoofrog/mcp-baepsae's own configuration. It tells Claude Code how to work on mcp-baepsae itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-baepsae configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/oozoofrog/mcp-baepsae/main/.claude/agents/team-lead.md
Clone the repo
git clone --depth 1 https://github.com/oozoofrog/mcp-baepsae

Made for: Claude Code.

Wrote 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.

agentmods badge for team-lead

README.md
[![agentmods](https://agentmods.dev/badge/agents/oozoofrog/mcp-baepsae/team-lead.svg)](https://agentmods.dev/agents/oozoofrog/mcp-baepsae/team-lead)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 559 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash 6f9182b5905e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

.claude/agents/team-lead.md · 46 lines

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 확인
Changes

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.

  1. 6d ago First seen · 46 lines · 0 tokens per session scan A 6f9182b5905e

Subscribe to this mod's changes

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.