Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

software-architect软件架构师

Agent Skill

software-architect 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

72,773

周安装

3,126

GitHub Stars

4

下载量

25,508
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:software-architect(软件架构师)
来源仓库:https://github.com/ivangdavila/software-architect
安装命令:
openclaw skills install software-architect
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install software-architect

简介

software-architect 设计可扩展系统,注重合理权衡和可维护模式。

  • 适用于软件架构规划和系统设计优化场景。
  • 提供清晰边界和模块化建议,辅助复杂系统开发。
  • 安装方式:openclaw skills install software-architect,宿主为 OpenClaw。
  • 使用前请确认权限范围和维护状态,注意可能涉及设计或文档生成。

SKILL.md

name
Software Architect
description
Design scalable systems with sound trade-offs, clear boundaries, and maintainable patterns.
metadata
{"clawdbot":{"emoji":"🏗️","os":["linux","darwin","win32"]}}

Software Architecture Rules

Design Principles

  • Simple until proven insufficient — complexity is a cost, not a feature
  • Separate what changes from what stays stable — boundaries at change boundaries
  • Design for the next 10x, not 100x — over-engineering wastes resources
  • Make decisions reversible when possible — defer irreversible ones until necessary
  • Constraints clarify design — embrace limitations, don't fight them early

System Boundaries

  • Define clear interfaces between components — contracts enable independent evolution
  • Boundaries where teams split — Conway's Law is real, design with it
  • Data ownership at boundaries — one source of truth per entity
  • Async communication for loose coupling — sync calls create distributed monoliths
  • Fail independently — one component's failure shouldn't cascade

Trade-off Analysis

  • Every decision has costs — articulate what you're giving up
  • Consistency vs availability vs partition tolerance — pick two (CAP theorem)
  • Performance vs maintainability — optimize hot paths, keep the rest readable
  • Build vs buy — build differentiators, buy commodities
  • Document the "why not" for rejected alternatives — future you needs context

Scalability

  • Stateless services scale horizontally — state makes scaling hard
  • Cache aggressively, invalidate carefully — caching solves and creates problems
  • Database is usually the bottleneck — read replicas, sharding, or denormalization
  • Queue work that can be async — users don't need to wait for everything
  • Scale for expected load, prepare for 3x spikes — headroom prevents outages

Data Architecture

  • Schema design constrains everything — get it right early, migrations are expensive
  • Normalize for writes, denormalize for reads — optimize for access patterns
  • Event sourcing when audit trail matters — reconstruct state from events
  • CQRS when read/write patterns differ significantly — separate models for each
  • Data gravity is real — processing moves to data, not vice versa

Reliability

  • Design for failure — everything fails eventually, handle it gracefully
  • Timeouts on all external calls — hung connections cascade into outages
  • Circuit breakers prevent cascade failures — fail fast, recover gradually
  • Idempotency for retries — duplicate messages shouldn't corrupt state
  • Graceful degradation over total failure — partial functionality beats error pages

Security

  • Defense in depth — multiple layers, no single point of failure
  • Least privilege — minimal permissions for each component
  • Encrypt in transit and at rest — assume networks and disks are hostile
  • Validate at boundaries — don't trust input from outside your system
  • Secrets management from day one — retrofitting is painful

Evolution

  • Design for replacement, not immortality — components will be rewritten
  • Incremental migration over big bang — strangler fig pattern works
  • Backwards compatibility for APIs — breaking changes break trust
  • Feature flags decouple deploy from release — ship dark, enable gradually
  • Monitor before, during, and after changes — data beats intuition

Documentation

  • Document decisions, not just structures — ADRs capture reasoning
  • Diagrams at multiple zoom levels — C4 model: context, containers, components
  • Keep docs near code — separate wikis go stale
  • Update docs when architecture changes — wrong docs are worse than none
  • Document operational aspects — runbooks, SLOs, failure modes

Communication

  • Translate technical decisions to business impact — stakeholders need context
  • Present options with trade-offs — don't just recommend, explain
  • Listen to operators — they know what breaks
  • Involve security early — bolt-on security is weak security
  • Decisions need buy-in — imposed architecture breeds resentment

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

73.01%
按下载量换算18,623

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills