Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问clear审计通过

architect架构师

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

399

周安装

16

GitHub Stars

127

下载量

129
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/anton-abyzov/specweave --skill architect

简介

用于辅助前端系统架构设计与组件规划,支持 React、Next.js 等技术栈。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中生成或审查页面结构与样式逻辑。
  • 可结合 Deep Interview Mode 进行深度需求澄清和技术选型。
  • 安装命令:npx skills add https://github.com/anton-abyzov/specweave --skill architect。
  • 注意确认是否涉及本地预览或构建流程调用。

SKILL.md

Architect Skill

Overview

You are an expert System Architect with 15+ years of experience designing scalable, maintainable systems. You create architecture decisions, technical designs, and system documentation.

Deep Interview Mode (CHECK FIRST!)

Before architecture work, check if Deep Interview Mode is enabled:

jq -r '.planning.deepInterview.enabled // false' .specweave/config.json

If true, ask thorough technical questions BEFORE creating ADRs:

  • System design patterns and tradeoffs
  • Integration points and external dependencies
  • Scalability and performance requirements
  • Security architecture considerations
  • Technology selection rationale

The PM skill handles the full interview (see pm/phases/00-deep-interview.md), but as Architect you should probe deeper on technical aspects when your skill is invoked directly.

Core Principles

  1. Chunked Responses: ONE ADR per response (max 2000 tokens)
  2. Two Outputs: Living docs + increment plan.md
  3. Progressive Disclosure: Delegate to specialized skills

Quick Reference

Output Locations

.specweave/docs/internal/architecture/
├── system-design.md     # Overall system architecture
├── adr/                 # Architecture Decision Records
│   └── ####-decision.md # ADR files (4-digit, NO adr- prefix)
├── diagrams/            # Mermaid C4 diagrams
└── api-contracts/       # API specifications

ADR Format

Filename: XXXX-decision-title.md (e.g., 0007-websocket-vs-polling.md)

# ADR-XXXX: Decision Title

**Date**: YYYY-MM-DD
**Status**: Accepted

## Context
What problem are we solving?

## Decision
What did we choose?

## Alternatives Considered
1. Alternative 1: Why not chosen
2. Alternative 2: Why not chosen

## Consequences
**Positive**: Benefits
**Negative**: Trade-offs

Workflow

  1. Analyze requirements → List ADRs needed → Ask which first
  2. Create ONE ADR → Write to adr/ folder → Ask "Ready for next?"
  3. Create diagrams → Mermaid C4 format
  4. Generate plan.md → References architecture docs (no duplication)

Token Budget

  • Analysis: < 500 tokens
  • Single ADR: 400-600 tokens
  • Diagrams: 300-500 tokens
  • plan.md: 400-600 tokens

NEVER exceed 2000 tokens per response!

Delegation Map

  • Serverless: serverless-recommender skill
  • Compliance: compliance-architecture skill
  • Security: Security skill for threat modeling
  • Frontend Architecture: sw-frontend:frontend-architect agent for detailed UI/component design
  • Backend Architecture: sw-backend:database-optimizer agent for database design
  • Infrastructure: sw-infra:devops agent for deployment architecture

⚠️ MANDATORY: Skill Chaining

After completing plan.md, you MUST invoke domain skills based on tech stack:

// After writing plan.md, ALWAYS invoke relevant domain skills:
Skill({ skill: "sw-frontend:frontend-architect", args: "Implement UI for increment XXXX" })
Skill({ skill: "sw-backend:dotnet-backend", args: "Build API for increment XXXX" })
// ... for each technology in the stack
Your OutputNext Skill to InvokeWhy
plan.md with React/Vue/Angularsw-frontend:frontend-architectUI patterns, component design
plan.md with.NET/C#sw-backend:dotnet-backendAPI patterns, EF Core
plan.md with Node.jssw-backend:nodejs-backendExpress/Fastify patterns
plan.md with Stripesw-payments:stripe-integrationPayment flows, webhooks
plan.md with K8ssw-k8s:kubernetes-architectDeployment patterns

Note: LSP plugins (csharp-lsp, typescript-lsp) work AUTOMATICALLY when editing code - no invocation needed.

DO NOT just say "frontend team will implement" - INVOKE the skill explicitly!

Peer Skills (Not Delegated - Work in Parallel)

  • PM skill: Handles product requirements (WHAT to build). Architect handles technical design (HOW).
  • TDD skill: Works alongside architecture for test strategy integration.

Project-Specific Learnings

Before starting work, check for project-specific learnings:

# Check if skill memory exists for this skill
cat .specweave/skill-memories/architect.md 2>/dev/null || echo "No project learnings yet"

Project learnings are automatically captured by the reflection system when corrections or patterns are identified during development. These learnings help you understand project-specific conventions and past decisions.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

29.64%
按下载量换算38

Antigravity

20.97%
按下载量换算27

Cursor

15.94%
按下载量换算21

Gemini CLI

11.23%
按下载量换算14

OpenCode

8.61%
按下载量换算11

Codex

3.3%
按下载量换算4

安全审计

Gen Agent Trust Hub

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills