·viper-architecture-rambler
</>

viper-architecture-rambler

dagba/ios-mcp

在構建具有多種功能、長期維護需求或團隊可擴展性需求的複雜 iOS 應用程序時使用。在重構大規模視圖控制器或實現可測試架構時使用。請勿用於簡單的單屏應用程序、快速原型或小型實用工具。

11安裝·0熱度·@dagba

安裝

$npx skills add https://github.com/dagba/ios-mcp --skill viper-architecture-rambler

SKILL.md

VIPER enforces Single Responsibility Principle through five protocol-based components: View, Interactor, Presenter, Entity, Router. Created and documented by Rambler&Co iOS Team.

Core Principle: Entities never reach the Presentation layer. Simple data structures transfer between Interactor and Presenter, preventing business logic pollution in UI.

| Component | Responsibility | What It Must NOT Do |

在構建具有多種功能、長期維護需求或團隊可擴展性需求的複雜 iOS 應用程序時使用。在重構大規模視圖控制器或實現可測試架構時使用。請勿用於簡單的單屏應用程序、快速原型或小型實用工具。 來源:dagba/ios-mcp。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/dagba/ios-mcp --skill viper-architecture-rambler
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 viper-architecture-rambler?

在構建具有多種功能、長期維護需求或團隊可擴展性需求的複雜 iOS 應用程序時使用。在重構大規模視圖控制器或實現可測試架構時使用。請勿用於簡單的單屏應用程序、快速原型或小型實用工具。 來源:dagba/ios-mcp。

如何安裝 viper-architecture-rambler?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/dagba/ios-mcp --skill viper-architecture-rambler 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/dagba/ios-mcp