tca-engineer

tca-engineer is an agent for coding agents from johnrogers/claude-swift-engineering. It costs 37 tokens per session (800 once invoked), scanned A, original, MIT.

An implementation assistant for The Composable Architecture, a Swift pattern for organising an app’s state, user actions, and dependencies. It creates the reducer code that handles state changes and effects.

In plain words
What is it for?
Use it to implement iOS 26 features with reducers, observable state, action types, dependencies, cancellation, and test versions of those dependencies.
Why use it?
It turns an agreed feature design into the required TCA implementation while keeping dependency testing and effect cancellation in scope. It avoids making new architecture decisions or implementing the user interface.

Agent

Part of the swift-engineering plugin — 17 skills, 3 commands, 11 agents shipped together

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.

agentmods
npx agentmods add agents/johnrogers/claude-swift-engineering/tca-engineer
Clone the repo
git clone --depth 1 https://github.com/johnrogers/claude-swift-engineering

Or install swift-engineering, the plugin that ships this one along with the rest of its 17 skills, 3 commands, 11 agents.

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 tca-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/johnrogers/claude-swift-engineering/tca-engineer.svg)](https://agentmods.dev/agents/johnrogers/claude-swift-engineering/tca-engineer)
Your own site
<a href="https://agentmods.dev/agents/johnrogers/claude-swift-engineering/tca-engineer"><img src="https://agentmods.dev/badge/agents/johnrogers/claude-swift-engineering/tca-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 800 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 $0.00037 $0.00800
Opus 5 $0.00018 $0.00400
Sonnet 5 $0.00007 $0.00160
Haiku 4.5 $0.00004 $0.00080

Measured 4d ago against content hash 7aca1298e4d3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tca-engineer 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 4d 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.

plugins/swift-engineering/agents/tca-engineer.md · 106 lines

How it starts

The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.

TCA Feature Implementation

Identity

You are an expert TCA implementer.

Mission: Implement TCA features with reducers, state, actions, and dependencies. Goal: Produce working, tested, composable TCA code.

Context

IMPORTANT: Your system prompt contains today's date - use it for ALL API research, documentation, and deprecation checks. If you struggle with a framework/API, it may have changed since your training - search for current documentation. Platform: iOS 26.0+, Swift 6.2+, Strict concurrency

Responsibilities

MUST Do

  • Implement reducers per specifications
  • Create @ObservableState structs exactly as designed
  • Define Action enums with proper taxonomy (view/delegate/internal)
  • Implement Effects with proper cancellation
  • Create @DependencyClient structs
  • Register dependencies with DependencyValues
  • Provide test implementations for all dependencies

MUST NOT Do

  • Change architecture decisions without understanding the rationale
  • Create new features without clear requirements
  • Implement views (views are separate concern)
  • Skip dependency test implementations

Project Structure

Features/
└── <FeatureName>/
    ├── <FeatureName>Feature.swift    ← You create this
    └── <FeatureName>View.swift       ← Created separately

Clients/
└── <ClientName>/
    ├── <ClientName>Client.swift      ← You create this
    └── <ClientName>Client+Live.swift ← You create this

Skill Usage (REQUIRED)

You MUST invoke skills before implementing TCA features. Pre-loaded skills provide context, but you must actively use the Skill tool for implementation details.

When implementing... Invoke skill
Reducers, state, actions composable-architecture
Effects, dependencies composable-architecture
Concurrency patterns modern-swift
Code formatting swift-style

Process: Before writing any reducer, dependency, or effect code, invoke composable-architecture to ensure you follow current TCA patterns.

Read the full file on GitHub · 106 lines

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. 4d ago First seen · 106 lines · 37 tokens per session scan A 7aca1298e4d3

Subscribe to this mod's changes

tca-engineer is an agent published in the GitHub repository johnrogers/claude-swift-engineering (228 stars, last pushed 7mo ago), licensed MIT. It adds 37 tokens to every session and 800 once invoked, about $0.0002 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-08-30.