Home / afonsoft / skills · skills/architecture/SKILL.md · GitHub

architecture skillA

architecture is agent-read markdown (skill) from afonsoft/skills: Single owner of everything under docs/architecture/ — ADRs, architecture and design documents, and architecture diagrams. Routes each deliverable to the right engine: /mermaid-architecture for Markdown-native diagrams, /drawio-architecture for editable .drawio diagrams, and the optional archify skill for interactive standalone HTML diagrams (used only when already installed in the environment; never installed at runtime). Use whenever architecture documentation, ADRs, or architecture diagrams mu.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Architecture

The single entry point for **all repository architecture deliverables**. Instead of calling diagram skills directly, agents invoke `/architecture` and this skill routes each deliverable to the right engine. It owns the `docs/architecture/` folder end to end: ADRs, design documents, and every diagram format.

All questions and confirmations directed at the user must be in **Portuguese (pt-BR)**. Internal reasoning and documentation are in English.

## Ownership — `docs/architecture/`

Everything that describes or decides the system's architecture lives here:

```text
docs/architecture/
├── AD-NNNN-<slug>.md                    # Architecture Decision Records
├── architecture-design.md               # Architecture design doc
├── system-design.md                     # System design doc
├── api-design.md                        # API design doc
├── database-design.md                   # Database design doc
├── feature-<name>-design.md             # Feature-scoped design doc
├── system-architecture.md               # Markdown doc with embedded Mermaid
├── <name>_<type>_<title>.mmd            # Mermaid sources
…

Read the whole file at its exact version.

How to install

Latest version
mdr add afonsoft/skills/architecture@v1.0.0
Exact content
mdr add afonsoft/skills/architecture@sha256:9db273a7fca54a03

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_6oo245ryq4s2afq3.svg)](https://markdownregistry.com/a/art_6oo245ryq4s2afq3)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.0.0 latest2026-09-21 2b0adbc 12,403 BA view · diff
v1.0.02026-09-20 1d3ecda 12,691 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (12403 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

afonsoft/skills · 8 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_6oo245ryq4s2afq3
GET https://markdownregistry.com/api/v1/resolve?ref=afonsoft/skills/architecture
GET https://markdownregistry.com/api/v1/blob/9db273a7fca54a032ffb23b9398ad9311f9aa89adf90cb8c29dc3e4ac3a58b04

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from afonsoft/skills

building-mcp-servers skill
afonsoft/skills · skills/building-mcp-servers/SKILL.md · Use when building a new MCP server in TypeScript, Python, or C# that exposes tools to LLMs.
v1.4.0 · audit A · 8 stars
code-review-and-quality skill
afonsoft/skills · skills/code-review-and-quality/SKILL.md · Use when reviewing code before it merges, whether written by an agent or a human.
v1.1.1 · audit A · 8 stars
composio-mcp skill
afonsoft/skills · skills/composio-mcp/SKILL.md · Use when the user asks to connect an AI agent to external apps via Composio, or when Composio CLI or MCP setup fails.
v1.1.1 · audit B · 8 stars
create-agent-harness skill
afonsoft/skills · skills/create-agent-harness/SKILL.md · Use when initializing or migrating an AI agent harness in a repository.
v2.3.0 · audit B · 8 stars
create-issues skill
afonsoft/skills · skills/create-issues/SKILL.md · Use when turning approved plans, specs, PRDs, or Epics into trackable GitHub Issues.
v1.4.0 · audit B · 8 stars
create-readme skill
afonsoft/skills · skills/create-readme/SKILL.md · Use when generating or updating a project README.md or CHANGELOG.md.
v1.2.1 · audit A · 8 stars
design skill
afonsoft/skills · skills/design/SKILL.md · Use when designing, redesigning, or improving a frontend interface in Angular, React, or Blazor. Use for landing pages…
v1.1.1 · audit A · 8 stars
diagnose skill
afonsoft/skills · skills/diagnose/SKILL.md · Use when the user reports a hard bug, unexpected failure, or performance regression that needs root-cause analysis.
v1.4.0 · audit A · 8 stars
drawio-architecture skill
afonsoft/skills · skills/drawio-architecture/SKILL.md · Use when generating or editing draw.io/diagrams.net architecture diagrams via MCP or native XML.
v1.0.2 · audit A · 8 stars
execute-specs skill
afonsoft/skills · skills/execute-specs/SKILL.md · Use when the user asks to implement an approved SPEC SDD using test-driven development.
v1.4.0 · audit A · 8 stars
gap-analysis skill
afonsoft/skills · skills/gap-analysis/SKILL.md · Use when auditing a repository for evidence-backed gaps between code, SPECs, architecture, and documentation — before a…
v1.0.2 · audit B · 8 stars
improve-codebase-architecture skill
afonsoft/skills · skills/improve-codebase-architecture/SKILL.md · Use when the user wants to improve architecture, consolidate tightly-coupled modules, or make a codebase more testable.
v1.1.1 · audit A · 8 stars

Every file in afonsoft/skills

Other files named architecture

architecture skill
sickn33/agentic-awesome-skills · plugins/agentic-awesome-skills-claude/skills/architecture/SKILL.md · Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when…
git:20260708.a07936c · audit A · 46,848 stars
architecture skill
davepoon/buildwithclaude · plugins/cc-best/skills/architecture/SKILL.md · Architecture design skill with ADR records, system design checklists, scalability assessment, and architecture patterns
git:20260307.6b5172a · audit A · 3,530 stars
architecture rules
sipyourdrink-ltd/bernstein · .cursor/rules/architecture.mdc · Architecture (entry points)
git:20260901.719ea1e · audit A · 1,263 stars
architecture rules
autonomous-ai/autonomous-os · .cursor/rules/architecture.mdc · Architecture and coding conventions for AI Lamp OpenClaw
git:20260324.7a91f3b · audit A · 357 stars
architecture skill
sd0xdev/sd0x-harness · skills/architecture/SKILL.md · Architecture design and documentation. Produces 3-architecture.md with component diagrams, data flow, integration…
git:20260905.3d84d94 · audit A · 189 stars
architecture skill
romiluz13/cc10x · plugins/cc10x/skills/architecture/SKILL.md · Greenfield architecture design: map functionality flows, draw components, design APIs, classify dependencies, plan…
git:20260719.e6f5c51 · audit A · 164 stars
architecture skill
geekfujiwara/codeappsdevelopmentstandard · .github/skills/architecture/SKILL.md · Power Platform ソリューションの全体アーキテクチャを設計する。Copilot Studio / Power Automate / Code Apps / Power Pages / AI Builder…
git:20260914.d1130c4 · audit A · 67 stars
architecture skill
kanevry/session-orchestrator · .agents/skills/architecture/SKILL.md · Use when the user asks to improve architecture, find refactoring opportunities, surface deepening opportunities…
git:20260906.9b0a555 · audit A · 52 stars

Browse by kind, by grade A, or by owner.