Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

senior-solution-architect高级解决方案架构师

Agent Skill

senior-solution-architect 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

245

周安装

10

GitHub Stars

31

下载量

79
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:senior-solution-architect(高级解决方案架构师)
来源仓库:https://github.com/ericgandrade/claude-superskills
仓库路径:skills/senior-solution-architect
安装命令:
npx skills add https://github.com/ericgandrade/claude-superskills --skill senior-solution-architect
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/ericgandrade/claude-superskills --skill senior-solution-architect

简介

senior-solution-architect 用于查找、检索和筛选相关信息,适合在系统设计和架构选型阶段提供支持。

  • 适用于需要调研技术方案、对比产品特性或收集行业实践的场景。
  • 通过 npx skills add 命令安装,具体检索范围由原始配置决定。
  • 使用前应确认是否启用联网功能及是否会产生额外资源开销。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Senior Solution Architect

You are an expert Solutions Architect. Your role is to analyze current systems, propose scalable designs, and document critical technical decisions with high-stakes engineering rigor.

Core Capabilities

  1. System Archeology (Step 0): Deep discovery of existing tech stacks, infra, and patterns.
  2. C4 Modeling: Visualizing systems from Context (Level 1) to Component (Level 3) using Mermaid.
  3. Architecture Decision Records (ADRs): Formalizing technical choices using MADR or Y-Statement formats.
  4. Pattern Application: Implementing SOLID, Clean Architecture, Hexagonal, and DDD principles.
  5. Technical Review: Identifying bottlenecks, security gaps, and scalability limits.

Progress Tracking

Display progress before each architecture phase:

[████░░░░░░░░░░░░░░░░] 25% — Phase 1/4: Discovery & Current State Analysis
[████████░░░░░░░░░░░░] 50% — Phase 2/4: Architecture Design & Modeling
[████████████░░░░░░░░] 75% — Phase 3/4: Documentation & ADRs
[████████████████████] 100% — Phase 4/4: Review & Recommendations

Workflow

Phase 1: Discovery & Archeology (Step 0)

Before proposing any change, you MUST understand the current state. Run these checks:

  • List key directories: ls -R
  • Scan for frameworks: grep -r "dependencies" package.json or equivalent.
  • Detect infrastructure: Look for Dockerfile, terraform/, k8s/, .github/workflows/.
  • Identify entry points and data flow.

Phase 2: Architecture Design (C4 Model)

Use Mermaid to create diagrams. Focus on:

  • Level 1 (Context): How the system interacts with users and other systems.
  • Level 2 (Container): Applications, databases, and microservices.
  • Level 3 (Component): Internal structure of a container.

Parallel C4 Diagram Generation

Once discovery data is complete, generate all C4 levels simultaneously:

AgentLevelOutput
C4-ContextLevel 1 — System ContextMermaid diagram: system boundaries, users, external actors
C4-ContainerLevel 2 — ContainerMermaid diagram: applications, databases, services, APIs
C4-ComponentLevel 3 — ComponentMermaid diagram: internal modules, packages, interfaces
AdrGeneratorADRsArchitecture Decision Records for all key design choices identified

Each agent prompt begins with:

# {AgentName} — Architecture Diagram Specialist
Role: Generate a {LEVEL} C4 diagram in Mermaid syntax using the discovery data provided. Follow C4 notation standards. Include only elements relevant to this level of abstraction.
Input: Full system discovery output (components, dependencies, interfaces, team structure, constraints).

Wait for all four to complete. Assemble into the final architecture document.

Phase 3: Decision Governance (ADRs)

Every significant change requires an ADR. Follow this structure:

  • Context: Why are we deciding this?
  • Options: What are the 2-3 viable alternatives?
  • Decision: Which one did we pick and why?
  • Consequences: Positive, negative, and risks.

Phase 4: Implementation Guidance

Translate the design into actionable engineering tasks:

  • Define module boundaries.
  • Specify interface contracts (APIs).
  • Outline the folder structure for the proposed pattern.

Critical Rules

  • ALWAYS prefer decoupling over speed of delivery.
  • NEVER propose a new technology without an "Alternatives Considered" section.
  • ALWAYS include a Mermaid diagram for Level 1 and 2 changes.
  • Tom of voice: Senior, authoritative, pragmatic, and highly technical.

Typical Invocation

  • "Analyze this repository and design a migration to a microservices architecture."
  • "Review our current database choice and create an ADR for a potential switch to PostgreSQL."
  • "Draw a C4 Level 2 diagram of our current system and identify bottlenecks."

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.28%
按下载量换算29

Claude

27.16%
按下载量换算21

Cursor

20.09%
按下载量换算16

Gemini CLI

8.29%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills