搜索
搜索结果
200 results for "architecture"

architecture-decision-records
Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is.
affaan-m
hexagonal-architecture
Design, implement, and refactor Ports & Adapters systems with clear domain boundaries, dependency inversion, and testable use-case orchestration across TypeScript, Java, Kotlin, and Go services.
affaan-m
android-clean-architecture
Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.
affaan-m
agent-architecture-audit
针对 Agent 及 LLM 应用的全栈诊断工具。全面审计 12 层 Agent 架构栈,精准排查外壳封装退化(wrapper regression)、记忆污染、工具约束失效、隐式修复死循环以及渲染/传输篡改等硬伤问题。按严重程度输出诊断报告,并提供代码优先(code-first)的修复方案。是开发者构建 Agent 应用、自主循环(autonomous loops)或各类 LLM 驱动功能的必备 Skill。
affaan-m
hexagonal-architecture
设计、实现和重构端口与适配器系统,具有清晰的领域边界、依赖反转以及跨 TypeScript、Java、Kotlin 和 Go 服务的可测试用例编排。
affaan-m
architecture-decision-records
在 Claude Code 会话期间捕获架构决策,并将其记录为结构化的 ADR。自动检测决策时刻,记录上下文、备选方案和理由。维护 ADR 日志,以便未来的开发者理解代码库为何如此设计。
affaan-m
android-clean-architecture
适用于 Android 和 Kotlin Multiplatform 项目的整洁架构模式——模块结构、依赖规则、UseCase、Repository 和数据层模式。
affaan-m
software-architecture
专注于高质量软件架构的指南。当用户想要编写代码、设计架构、分析代码或任何与软件开发相关的情况时,应使用此技能。
sickn33
architecture-patterns
实现经过验证的后端架构模式,包括整洁架构、六边形架构和领域驱动设计。在设计新微服务的整洁架构、重构单体应用以使用限界上下文、实现六边形或洋葱架构模式,或调试应用层之间的依赖循环时,使用此技能。
wshobson
architecture-blueprint-generator
全面的项目架构蓝图生成器,可分析代码库以创建详细的架构文档。自动检测技术栈和架构模式,生成可视化图表,记录实现模式,并提供可扩展的蓝图,以维护架构一致性并指导新开发。
github
site-architecture
当用户想要规划、映射或重构网站的页面层级、导航、URL结构或内部链接时使用。也适用于用户提及“站点地图”、“网站地图”、“可视化站点地图”、“网站结构”、“页面层级”、“信息架构”、“IA”、“导航设计”、“URL结构”、“面包屑导航”、“内部链接策略”、“网站规划”、“我需要哪些页面”、“我应该如何组织我的网站”或“网站导航”时。只要有人在规划网站应该有哪些页面以及它们如何连接,就使用此技能。不适用于XML站点地图(那是技术SEO——请参见seo-audit)。对于SEO审计,请参见seo-audit。对于结构化数据,请参见schema。
coreyhaines31
cmux-architecture
cmux 包架构、重构分层、依赖反转、文件组织、DocC 文档规范、包设计纪律、可测试性以及 Swift 6 并发规则。在新增或大幅重构 Swift 文件、Swift 包、Coordinator(协调器)、Service(服务)、Repository(仓储)或包的 public API 之前使用。
manaflow-ai
architecture-designer
用于设计新的高层系统架构、审查现有设计或做出架构决策时使用。调用此技能可创建架构图、编写架构决策记录(ADR)、评估技术权衡、设计组件交互以及规划可扩展性。适用于系统设计、架构审查、微服务结构设计、ADR编写、可扩展性规划和基础设施模式选择——区别于代码级设计模式或仅数据库设计任务。
jeffallan
architecture
使用HTML/CSS模板创建分层系统架构图,支持颜色编码的层级和网格布局。适用于技术栈、微服务拓扑和多层应用设计。
markdown-viewer
flutter-apply-architecture-best-practices
采用推荐的分层架构(UI 层、逻辑层、数据层)构建 Flutter 应用。适用于搭建新项目架构或进行可扩展性重构。
flutter
flutter-apply-architecture-best-practices
使用推荐的分层方法(UI、逻辑、数据)架构 Flutter 应用程序。适用于构建新项目或为可扩展性重构时使用。
flutter
c4-architecture
使用C4模型Mermaid图表生成架构文档。当被要求创建架构图、记录系统架构、可视化软件结构、创建C4图或生成上下文/容器/组件/部署图时使用。触发词包括“架构图”、“C4图”、“系统上下文”、“容器图”、“组件图”、“部署图”、“记录架构”、“可视化架构”。
softaworks
clean-architecture
围绕依赖原则组织软件:源代码依赖从框架指向用例,再指向实体,方向向内。当用户提到“架构分层”、“依赖原则”、“端口与适配器(六边形架构)”、“洋葱架构”、“尖叫架构”、“业务逻辑应该放在哪里”、“与数据库解耦”、“无需重写即可替换框架”或“保持业务规则独立”时使用。也适用于决定代码属于哪一层、将核心逻辑与基础设施隔离、定义模块边界,或讨论框架是否应该调用你的代码还是反过来。涵盖组件原则、边界和SOLID。关于代码级质量,请参考clean-code。关于领域建模,请参考domain-driven-design。
wondelai
swift-architecture
Selects, reviews, and migrates Apple-platform app architectures across MV with Observation, MVVM, MVI, TCA, Clean Architecture, Coordinator, and legacy VIPER. Use when choosing module and dependency boundaries, escalating a feature beyond simple SwiftUI MV, planning incremental architecture migration, or auditing state ownership and test seams.
dpearson2699
agentforce-architecture-analyze
Declared architecture snapshot for one Agentforce agent: planner, topics, actions, flows, Apex, prompt templates, and NGA plugins. Renders a human-readable architecture document and Mermaid invocation graph from design-time metadata (not runtime audit rows). TRIGGER when user asks to describe, diagram, inventory, audit, document, or diff (e.g. v3 vs v5) the architecture / action tree / topic structure / tool inventory of a specific agent by agent API name in a specific org. DO NOT TRIGGER for runtime session traces, conversation transcripts, generation timings, or gateway audit chains — this skill reads design-time metadata only (use agentforce-d360-analyze for session traces).
forcedotcom
clickhouse-architecture-advisor
必须在设计 ClickHouse 架构、选择数据摄入或建模模式、或将最佳实践转化为特定工作负载的系统设计时使用。与 clickhouse-best-practices 互补,提供决策框架和显式的来源标签。
clickhouse
information-architecture
在视觉设计开始前定义产品或站点的结构层。涵盖导航、内容层级、页面结构、URL 模式和用户流程。当用户想要规划站点结构、定义导航、映射用户流程、组织内容,或提及“IA”或“信息架构”时使用。
julianoczkowski
nextjs-cache-architecture
当用户希望在 Next.js 16+ App Router 项目中设计或实现缓存时使用此技能——包括设置 "use cache" 指令、构建缓存标签注册表、将数据变更与失效工具连接、为部分预渲染构建 Suspense 边界、在缓存边界附近处理个性化内容、选择 cacheLife 配置文件、正确调用 cacheTag / updateTag / revalidateTag、从 unstable_cache 迁移,或调试过期或错误的新鲜数据。即使用户仅描述其领域(例如“我有一个 posts 表”)并询问如何正确缓存时,也会触发。
mohamed-hossam1
pytorch-patterns
PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.
affaan-m