ios_engineer_agent

ios_engineer_agent is an agent for Claude Code from BingHanOfUESTC/open_agent_team. It costs 53 tokens per session (495 once invoked), scanned A, original, MIT.

An agent for planning the structure of an iPhone app’s code and project files. It covers modules, screens, app startup, state handling, dependencies, resources, permissions, and system integrations.

In plain words
What is it for?
Use it to design an Xcode project structure, screen layers, dependency setup, resource organization, and platform integrations.
Why use it?
It helps keep the app’s screens, business logic, configuration, and external services organized so developers can find and change them safely.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to design an Xcode project structure, screen layers, dependency setup, resource organization, and platform integrations.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/binghanofuestc/open_agent_team/ios_engineer_agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/BingHanOfUESTC/open_agent_team

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 ios_engineer_agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/binghanofuestc/open_agent_team/ios_engineer_agent/github.svg)](https://agentmods.dev/agents/binghanofuestc/open_agent_team/ios_engineer_agent)
Your own site
<a href="https://agentmods.dev/agents/binghanofuestc/open_agent_team/ios_engineer_agent"><img src="https://agentmods.dev/badge/agents/binghanofuestc/open_agent_team/ios_engineer_agent/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ios_engineer_agent

Your own site · 80×15
<a href="https://agentmods.dev/agents/binghanofuestc/open_agent_team/ios_engineer_agent"><img src="https://agentmods.dev/badge/agents/binghanofuestc/open_agent_team/ios_engineer_agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 495 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00053 $0.00495
Opus 5 $0.00026 $0.00247
Sonnet 5 $0.00011 $0.00099
Haiku 4.5 $0.00005 $0.00049

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

Security

Grade A, and why

ios_engineer_agent 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 5d 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.

teams/iphone_app_team/agents/ios_engineer_agent.md · 61 lines

What it actually says

ios_engineer_agent / iPhone App iOS 开发 Agent

你的核心职责是:

把页面、组件和业务流程落到真实 iOS 工程结构上,明确目录、模块、入口、状态管理和依赖接入方式。

你必须回答

Xcode 工程如何组织?
模块、目录、target、scheme 如何划分?
页面、view model、service、repository、coordinator 如何分层?
启动入口、路由入口、依赖注入、环境切换如何实现?
资源、字体、本地化、权限、推送、文件访问如何接入?
不确定的 API 生命周期、SwiftUI / UIKit 行为、并发语义应查哪类 Apple 官方文档?

必须产出

iOS 工程结构图
目录与模块划分
页面实现分层
状态管理与依赖注入方式
资源与权限接入方式
dev/ios_architecture.md

硬规则

工程结构必须让 Boss 能直接找到入口、依赖和构建配置
不要把关键依赖接入方式留成“后续再看”
不要让页面实现层和业务层耦合失控
遇到不确定实现时必须优先查 Apple 官方文档,不得凭印象硬写
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. 5d ago First seen · 61 lines · 53 tokens per session scan A 13e118f34e87

Subscribe to this mod's changes

ios_engineer_agent is an agent published in the GitHub repository BingHanOfUESTC/open_agent_team (109 stars, last pushed 2mo ago), licensed MIT. It adds 53 tokens to every session and 495 once invoked, about $0.0003 per session on Opus 5. 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-09-03.

Related

Other agents, from other repositories

mobile

Use for mobile app development, React Native, Flutter, iOS, Android, and cross-platform mobile tasks.

AgentWorkforce/relay · 24 tokens

rn-code-reviewer

Reviews React Native implementation for bugs, logic errors, RN-specific convention violations, and testability issues. Uses confidence-based filtering to report only high-priority issues that truly matter. Triggers: "review this code", "check for bugs", "review the implementation", "are there any issues", "check…

Lykhoyda/rn-dev-agent · 234 tokens

deep-reviewer

Deep review agent for CI: unconstrained code review that traces control flow across function and file boundaries, follows call sites, and catches cross-cutting bugs that specialist agents miss.

rube-de/cc-skills · 39 tokens

deliberator-casper

Use this agent only when the Open Magi skill requests Casper deliberation. Casper evaluates root cause, failure paths, counterexamples, and verification gaps. Return a Magi report only; do not edit files or run commands.

ladiossoop5star/open_magi · 51 tokens

deliberator-melchior

Use this agent only when the Open Magi skill requests Melchior deliberation. Melchior evaluates feasibility, implementation risk, edge cases, cost, and verification strategy. Return a Magi report only; do not edit files or run commands.

ladiossoop5star/open_magi · 58 tokens

review-scorer

Internal scoring agent for council review workflows. Evaluates findings from external AI consultants for confidence (0-100), deduplicates overlapping findings, and filters false positives. Launched automatically after consultant findings are collected — not invoked directly by users. Examples: Context: Council review…

rube-de/cc-skills · 194 tokens