Token导航 LogoToken导航TokenDH.com
运维和基础设施只读github未标认证来源可访问clear审计通过

composable-architecture可组合架构

Agent Skill

composable-architecture 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,940

周安装

125

GitHub Stars

199

下载量

1,030
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:composable-architecture(可组合架构)
来源仓库:https://github.com/johnrogers/claude-swift-engineering
仓库路径:skills/composable-architecture
安装命令:
npx skills add https://github.com/johnrogers/claude-swift-engineering --skill composable-architecture
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/johnrogers/claude-swift-engineering --skill composable-architecture

简介

composable-architecture 提供可组合架构模式,用于构建复杂、可测试的功能模块。

  • 适用于 Swift 工程中需要集中状态管理和可预测状态演进的场景。
  • 支持通过可组合的 reducer 处理副作用,实现清晰的依赖关系和测试能力。
  • 使用时需加载参考文件,遵循 reducer 结构和视图绑定的标准模式。
  • 建议结合具体工程需求选择状态所有者,并合理设置状态生命周期。

SKILL.md

The Composable Architecture (TCA)

TCA provides architecture for building complex, testable features through composable reducers, centralized state management, and side effect handling. The core principle: predictable state evolution with clear dependencies and testable effects.

Reference Loading Guide

ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake.

ReferenceLoad When
Reducer StructureCreating new reducers, setting up @Reducer, State, Action, or @ViewAction
Views - BindingUsing @Bindable, two-way bindings, store.send(), or .onAppear/.task
Views - CompositionUsing ForEach with stores, scoping to child features, or optional children
Navigation - BasicsSetting up NavigationStack, path reducers, pushing/popping, or programmatic dismiss
Navigation - AdvancedDeep linking, recursive navigation, or combining NavigationStack with sheets
Shared StateUsing @Shared, .appStorage, .withLock, or sharing state between features
DependenciesCreating @DependencyClient, using @Dependency, or setting up test dependencies
EffectsUsing .run, .send, .merge, timers, effect cancellation, or async work
PresentationUsing @Presents, AlertState, sheets, popovers, or the Destination pattern
Testing - FundamentalsSetting up test suites, makeStore helpers, or understanding Equatable requirements
Testing - PatternsTesting actions, state changes, dependencies, errors, or presentations
Testing - AdvancedUsing TestClock, keypath matching, exhaustivity =.off, or time-based tests
Testing - UtilitiesTest data factories, LockIsolated, ConfirmationDialogState testing, or @Shared testing
PerformanceOptimizing state updates, high-frequency actions, memory, or store scoping

Common Mistakes

  1. Over-modularizing features — Breaking features into too many small reducers makes state management harder and adds composition overhead. Keep related state and actions together unless there's genuine reuse.
  2. Mismanaging effect lifetimes — Forgetting to cancel effects when state changes leads to stale data, duplicate requests, or race conditions. Use .concatenate for sequential effects and .cancel when appropriate.
  3. Navigation state in wrong places — Putting navigation state in child reducers instead of parent causes unnecessary view reloads and state inconsistencies. Navigation state belongs in the feature that owns the navigation structure.
  4. Testing without TestStore exhaustivity — Skipping TestStore assertions for "simple" effects or "obvious" state changes means you miss bugs. Use exhaustivity checking religiously; it catches regressions early.
  5. Mixing async/await with Effects incorrectly — Converting async/await to .run effects without proper cancellation or error handling loses isolation guarantees. Wrap async operations carefully in .run with yield statements.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

31.51%
按下载量换算325

OpenCode

22.68%
按下载量换算234

Antigravity

17.23%
按下载量换算177

Codex

11.53%
按下载量换算119

Gemini CLI

8.27%
按下载量换算85

Cursor

3.45%
按下载量换算36

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills