Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

archimate-relationships酋长关系

Agent Skill

archimate-relationships 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

18,810

周安装

473

GitHub Stars

公开资料未说明

下载量

2,934
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/thomasrohde/marketplace --skill 'ArchiMate Relationships'

简介

archimate-relationships 定义 ArchiMate 的 11 种核心关系,用于准确表达架构组件间的连接。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中进行高质量的架构模型构建和分析。
  • 通过 GitHub 安装,使用 npx skills add 命令添加技能,提供关系分类和使用示例。
  • 安装前建议确认权限范围,注意是否会触发文件读写或模型验证操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

ArchiMate Relationships

ArchiMate defines 11 core relationships organized into four categories. Understanding proper relationship usage is critical for model quality and analysis.

Relationship Categories

Structural Relationships (Static Construction)

RelationshipNotationUsage
CompositionSolid line + filled diamondStrong whole-part; parts cannot exist independently
AggregationSolid line + hollow diamondWeak whole-part; parts may belong to multiple aggregations
AssignmentSolid line + circle at sourceWho/what performs behavior; links actors to roles, components to functions
RealizationDashed line + hollow triangleLogical-to-physical mapping; cross-layer implementation

Dependency Relationships (Support/Usage)

RelationshipNotationUsage
ServingSolid line + open arrowheadService delivery; arrow points toward consumer
AccessDotted line + optional arrowheadData access; use mode indicators (r, w, rw)
InfluenceDashed line + open arrowheadAffects motivation elements; can include +/- strength
AssociationSolid line (undirected/directed)Generic relationship; use when no specific type applies

Dynamic Relationships (Temporal/Flow)

RelationshipNotationUsage
TriggeringSolid line + filled arrowheadTemporal/causal precedence between behaviors
FlowDashed line + filled arrowheadTransfer of objects between behaviors; label what flows

Other

RelationshipNotationUsage
SpecializationSolid line + hollow triangleType hierarchies; same-type elements only

Key Direction Principle

ArchiMate relationships consistently point toward enterprise goals and results:

  • From Technology → Application → Business
  • From Active Structure → Behavior → Passive Structure

Cross-Layer Relationship Patterns

Business ↔ Application

Supporting:

[Application Service] → [serves] → [Business Process/Function]
[Application Interface] → [serves] → [Business Role]

Realizing:

[Application Process/Function] → [realizes] → [Business Process/Function]
[Data Object] → [realizes] → [Business Object]

Application ↔ Technology

Supporting:

[Technology Service] → [serves] → [Application Component/Function]

Realizing:

[Artifact] → [realizes] → [Application Component]
[Artifact] → [realizes] → [Data Object]

Service-Driven Architecture Pattern

The canonical layered view shows service chains connecting layers:

[Business Actor: Customer]
    ↓ served by
[Business Service]
    ↓ realized by
[Business Process]
    ↓ served by
[Application Service]
    ↓ realized by
[Application Component]
    ↓ served by
[Technology Service]
    ↓ realized by
[Node: Device + System Software]

Common Relationship Patterns

Actor-Role-Function Pattern

[Business Actor] → [assignment] → [Business Role] → [assignment] → [Business Process/Function]

Service Realization Pattern

[Business Role] → [assignment] → [Business Process] → [realization] → [Business Service]
[Business Interface] → [assignment] → [Business Service]

Deployment Pattern

[Application Component] ← [realized by] ← [Artifact] → [assigned to] → [Node/System Software]

Relationship Selection Guide

Want to show...Use
What performs behaviorAssignment
What implements/realizes somethingRealization
What provides service to whomServing
What reads/writes dataAccess (with r/w/rw)
What causes what to happenTriggering
What passes between behaviorsFlow (label it)
Part-whole (dependent)Composition
Part-whole (independent)Aggregation
Type hierarchySpecialization
Motivation impactInfluence (+/-)
Generic connectionAssociation (last resort)

Output Format for Relationships

Notation Format

[Source Element] → [relationship type] → [Target Element]

With Access Modes

[Application Function: Process Order] → [access (rw)] → [Data Object: Order Record]

With Flow Labels

[Business Process: Receive Order] → [flow: Order Data] → [Business Process: Validate Order]

Additional Resources

Reference Files

For detailed relationship patterns and advanced cross-layer guidance:

  • references/relationship-patterns.md - Complete relationship pattern catalog with examples

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.57%
按下载量换算1,014

Claude

30.61%
按下载量换算898

Cursor

16.34%
按下载量换算479

Gemini CLI

9.61%
按下载量换算282

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills