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

archimate-model-qualityArchimate 模型质量

Agent Skill

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

总安装

20,292

周安装

505

GitHub Stars

公开资料未说明

下载量

7,202
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

archimate-model-quality 提供 ArchiMate 模型质量指南,涵盖命名规范和结构一致性要求。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中提升架构模型的清晰度和可维护性。
  • 通过 GitHub 安装,使用 npx skills add 命令添加技能,强调元素分类和关系使用准则。
  • 安装前建议确认权限范围,注意是否会触发文件读写或模型验证操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

ArchiMate Model Quality

This skill provides guidance on creating high-quality, maintainable ArchiMate models.

Naming Conventions

Element Naming by Type

Element CategoryConventionExamples
Structural ElementsSingular Noun PhrasesCustomer Portal, Data Warehouse
Behavioral ElementsVerb PhrasesManage Applications, Process Payments
ProcessesPresent-tense Verb + NounHandle Claim, Submit Order
ServicesNoun or Gerund PhraseCustomer Information Service, Payment Processing
CapabilitiesCompound Noun/GerundRisk Management, Customer Onboarding
Value StreamsVerb-Noun ActiveAcquire Insurance Product

General Guidelines

  • Use Title Case for element names
  • Use compound terms for clarity ("Student Information System" not "System")
  • Avoid abbreviations unless domain-standard
  • Don't include element type in name when tool shows it visually
  • Use namespacing prefixes for large models: [Business Systems][Customer System]
  • Prefix views with state: ASIS_ApplicationLandscape, TOBE_Integration

EA Smells (Quality Issues)

EA SmellDescriptionCorrection
Lonely ComponentElement with no relationsConnect or remove orphans
Strict Layers ViolationBusiness directly linked to TechnologyAdd Application layer intermediation
Dead ElementElement not in any viewReview for deletion or include
God ComponentOne element with too many responsibilitiesDecompose into focused components
Chatty InterfaceToo many fine-grained relationshipsConsolidate at appropriate abstraction
Missing RelationshipImplicit dependencies not modeledMake relationships explicit
Circular DependenciesCyclic relationshipsRestructure to eliminate cycles

Common Modeling Errors

  1. Mixing abstraction levels: Detailed processes alongside strategic capabilities
  2. Using Association as default: When specific relationship type applies
  3. Over-modeling: Every detail captured, creating maintenance burden
  4. Wrong element type: Using Process when Function is correct
  5. Missing services layer: Direct connections bypassing service abstraction
  6. View-centric thinking: Creating elements for single view, not reusing
  7. Inconsistent naming: Same concept with different names across views

Abstraction and Granularity

Abstraction Levels by Purpose

PurposeAbstraction LevelAudience
InformingHigh (Overview)CxOs, broad stakeholders
DecidingMedium (Coherence)Managers, analysts
DesigningLow (Details)Subject matter experts

Granularity by Element Type

Element TypeRight LevelOver-Modeling Signs
Business ProcessesLevel 2-3 decompositionEvery task modeled
ApplicationsLogical componentsIndividual modules as components
TechnologyPlatform/service levelIndividual servers
Capabilities2-3 levels deepOperational activities

Key Principles

  • 80/20 Rule: Only a subset of ArchiMate elements needed for most modeling
  • Match stakeholder needs: Detail viewpoints = one layer/one aspect
  • Limit view complexity: Target ~20 elements per view (40 max)

Viewpoint Selection

Stakeholder-to-Viewpoint Mapping

Stakeholder TypeRecommended Viewpoints
CxOs, Business ManagersStrategy, Capability Map, Motivation
Enterprise ArchitectsLayered, Application Cooperation, Implementation
Process ArchitectsBusiness Process Cooperation, Service Realization
Application ArchitectsApplication Usage, Implementation and Deployment
Infrastructure ArchitectsTechnology, Technology Usage, Physical

Pattern-to-Viewpoint Mapping

Architecture PatternPrimary Viewpoints
MicroservicesApplication Cooperation, Layered, Technology Usage
API/IntegrationApplication Cooperation, Service Realization
Cloud InfrastructureTechnology, Deployment, Layered
Data ArchitectureInformation Structure, Application Cooperation
Capability MappingCapability Map, Strategy, Resource Map

Model Quality Checklist

Before Creating

  • Define scope and purpose
  • Identify stakeholders and concerns
  • Select appropriate viewpoints
  • Establish naming conventions

During Modeling

  • Follow naming conventions consistently
  • Use correct element types
  • Model at appropriate abstraction level
  • Reuse existing elements (don't duplicate)
  • Add descriptions to elements

Model Review

  • Elements correctly typed
  • Names follow conventions
  • No orphaned elements
  • No strict layer violations
  • Relationships directionally correct
  • Views tell coherent stories

Model Organization

Folder Structure (By Layer)

Model
├── Strategy
├── Business
├── Application
├── Technology
├── Physical
├── Motivation
├── Implementation & Migration
├── Relations
└── Views

Folder Structure (By Domain)

Model
├── Customer Domain
│   ├── Business
│   ├── Application
│   └── Technology
├── Finance Domain
└── Shared Services

Additional Resources

Reference Files

For detailed viewpoint guidance and framework integration:

  • references/viewpoints.md - Complete ArchiMate viewpoints catalog
  • references/framework-integration.md - TOGAF, BPMN, IT4IT integration patterns

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.12%
按下载量换算2,457

Claude

30.84%
按下载量换算2,221

Cursor

18.54%
按下载量换算1,335

Gemini CLI

8.7%
按下载量换算627

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills