Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add guoliang1114-boop/AriaAI --skill archimategit clone --depth 1 https://github.com/guoliang1114-boop/AriaAIWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/guoliang1114-boop/ariaai/archimate)<a href="https://agentmods.dev/skills/guoliang1114-boop/ariaai/archimate"><img src="https://agentmods.dev/badge/skills/guoliang1114-boop/ariaai/archimate/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/guoliang1114-boop/ariaai/archimate"><img src="https://agentmods.dev/badge/skills/guoliang1114-boop/ariaai/archimate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00041 | $0.02393 |
| Opus 5 | $0.00020 | $0.01196 |
| Sonnet 5 | $0.00008 | $0.00479 |
| Haiku 4.5 | $0.00004 | $0.00239 |
Grade A, and why
archimate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 202 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Enterprise Architecture Diagram Generator (ArchiMate)
Quick Start: Add !include <archimate/Archimate> → Declare typed elements → Connect with Rel_* macros → Group into layers with rectangle → Wrap in ```plantuml fence.
⚠️ IMPORTANT: Always use
```plantumlor```pumlcode fence. NEVER use```text— it will NOT render as a diagram.
Critical Rules
- Every diagram starts with
@startumland ends with@enduml - Must include
!include <archimate/Archimate>before using any macros - Element syntax:
Layer_Type(alias, "Label") - Relationship syntax:
Rel_Type(fromAlias, toAlias, "label") - Use
rectangle "Layer" { ... }to group elements into ArchiMate layers - Directional suffixes
_Up,_Down,_Left,_Rightcontrol relationship direction
Element Macros
Business Layer
| Macro | ArchiMate Element |
|---|---|
Business_Actor(id, "Label") |
Business Actor |
Business_Role(id, "Label") |
Business Role |
Business_Process(id, "Label") |
Business Process |
Business_Function(id, "Label") |
Business Function |
Business_Service(id, "Label") |
Business Service |
Business_Event(id, "Label") |
Business Event |
Business_Interface(id, "Label") |
Business Interface |
Business_Collaboration(id, "Label") |
Business Collaboration |
Business_Object(id, "Label") |
Business Object |
Business_Product(id, "Label") |
Business Product |
Business_Contract(id, "Label") |
Business Contract |
Business_Representation(id, "Label") |
Business Representation |
Application Layer
| Macro | ArchiMate Element |
|---|---|
Application_Component(id, "Label") |
Application Component |
Application_Service(id, "Label") |
Application Service |
Application_Function(id, "Label") |
Application Function |
Application_Interface(id, "Label") |
Application Interface |
Application_Process(id, "Label") |
Application Process |
Application_Interaction(id, "Label") |
Application Interaction |
Application_Event(id, "Label") |
Application Event |
Application_Collaboration(id, "Label") |
Application Collaboration |
Application_DataObject(id, "Label") |
Application Data Object |
What ships with it
8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- examples/application-integration.md 2.6 KB
- examples/business-capability.md 2.7 KB
- examples/data-architecture.md 2.8 KB
- examples/devops-pipeline.md 3.0 KB
- examples/enterprise-landscape.md 3.0 KB
- examples/migration-planning.md 2.9 KB
- examples/security-architecture.md 3.0 KB
- examples/technology-infrastructure.md 2.6 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 202 lines · 41 tokens per session scan A a8113c642023
archimate is a skill published in the GitHub repository guoliang1114-boop/AriaAI (37 stars, last pushed today), licensed MIT. It adds 41 tokens to every session and 2,393 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
company-brain
How an agent should operate as one mind inside a shared Company Brain built on Caura — recall before acting, obey fleet keystones, reuse and publish skills, and report outcomes so every task compounds across the whole organization. Use this whenever you work as part of a Caura-connected team or fleet and your work…
mastering-python-skill
Modern Python coaching covering language foundations through advanced production patterns. Use when asked to "write Python code", "explain Python concepts", "set up a Python project", "configure Poetry or PDM", "write pytest tests", "create a FastAPI endpoint", "run uvicorn server", "configure alembic migrations"…
kb-research
Structured approach to finding and synthesizing information from the user's knowledge base.
Agent Management
Create, edit, upgrade, delete, and audit agents.
gsd-check-todos
List pending todos and select one to work on.
gsd-manager
Interactive command center for managing multiple phases from one terminal.