software-design-lifecycle-tech-detailed-technical-arch-diagramming

software-design-lifecycle-tech-detailed-technical-arch-diagramming is a skill for Claude Code, Codex from xiaohei-info/oh-my-multica. It costs 50 tokens per session (6,553 once invoked), scanned A, original, MIT.

A method for creating or reviewing a detailed technical architecture diagram: a concrete description of how an approved system design will be built. It covers technical components, their connections, runtime collaboration, stability, operations, and security.

In plain words
What is it for?
Use it to turn solution intent into concrete technical structure, review components and integrations, examine runtime behavior, and check operability, security, and stability before implementation.
Why use it?
It prevents detailed diagrams from becoming decorative versions of a high-level system picture. It helps expose implementation risks before coding starts while keeping the design tied to the approved solution.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to turn solution intent into concrete technical structure, review components and integrations, examine runtime behavior, and check operability, security, and stability before implementation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xiaohei-info/oh-my-multica/software-design-lifecycle-tech-detailed-technical-arch-diagramming
Install

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.

Any agent
npx skills add xiaohei-info/oh-my-multica --skill software-design-lifecycle-tech-detailed-technical-arch-diagramming
Clone the repo
git clone --depth 1 https://github.com/xiaohei-info/oh-my-multica

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for software-design-lifecycle-tech-detailed-technical-arch-diagramming

README.md
[![agentmods](https://agentmods.dev/badge/skills/xiaohei-info/oh-my-multica/software-design-lifecycle-tech-detailed-technical-arch-diagramming/github.svg)](https://agentmods.dev/skills/xiaohei-info/oh-my-multica/software-design-lifecycle-tech-detailed-technical-arch-diagramming)
Your own site
<a href="https://agentmods.dev/skills/xiaohei-info/oh-my-multica/software-design-lifecycle-tech-detailed-technical-arch-diagramming"><img src="https://agentmods.dev/badge/skills/xiaohei-info/oh-my-multica/software-design-lifecycle-tech-detailed-technical-arch-diagramming/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.

agentmods 80×15 button for software-design-lifecycle-tech-detailed-technical-arch-diagramming

Your own site · 80×15
<a href="https://agentmods.dev/skills/xiaohei-info/oh-my-multica/software-design-lifecycle-tech-detailed-technical-arch-diagramming"><img src="https://agentmods.dev/badge/skills/xiaohei-info/oh-my-multica/software-design-lifecycle-tech-detailed-technical-arch-diagramming.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,553 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.06553
Opus 5 $0.00025 $0.03277
Sonnet 5 $0.00010 $0.01311
Haiku 4.5 $0.00005 $0.00655

Measured 12d ago against content hash f9e0e3067493, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

software-design-lifecycle-tech-detailed-technical-arch-diagramming 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.

src/omac/agents/architect/skills/software-design-lifecycle-tech-detailed-technical-arch-diagramming/SKILL.md · 658 lines

How it starts

The opening of the file, as written. The whole thing — 658 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Technical Detailed Technical Architecture Diagramming

Overview

This skill now directly contains the merged specialist doctrine that previously lived in the legacy technical-architecture skill.

Integrated Legacy Specialist Doctrine (Preserved and Merged)

Technical Architecture Diagramming

Overview

This is the architect-private skill for drawing and reviewing 技术架构图 in the 详细设计 stage.

It is deliberately built as a two-layer skill:

  1. Full-fidelity drawing grammar is preserved intact in the reference file:
    • references/universal-arch-lifecycle-tech-detailed-technical-arch-diagramming-spec-full.md
  2. Architect-specific lifecycle method and review gates are added in this umbrella skill:
    • where 技术架构图 sits in the architecture lifecycle
    • what detailed-design questions it must answer
    • how to separate it from neighboring artifacts
    • how to convert solution intent into concrete technical realization
    • how to review stability, operability, security, and runtime collaboration before implementation

Core principle: 技术架构图 is not a prettier system diagram. It is the detailed-design artifact that explains how the approved solution is concretely realized through technology stack, runtime units, middleware, storage, project structure, execution paths, and reliability controls.

This skill exists because many so-called “技术架构图” fail in one of five ways:

  • they are only system architecture diagrams with product names sprinkled on top
  • they are only deployment diagrams, showing hosts/clusters but not technical realization logic
  • they are only flow/sequence diagrams, showing time order but not stable runtime structure
  • they list middleware names but do not explain why these choices exist or how components collaborate
  • they compress away drawing details, causing future diagrams to drift in shape/line/color semantics and lose consistency

Use this skill when you need a technology-realization artifact that is detailed enough to guide implementation, review, interface design, non-functional design, and operations handoff.

Read the full file on GitHub · 658 lines

Changes

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.

  1. 12d ago First seen · 658 lines · 50 tokens per session scan A f9e0e3067493

Subscribe to this mod's changes

software-design-lifecycle-tech-detailed-technical-arch-diagramming is a skill published in the GitHub repository xiaohei-info/oh-my-multica (26 stars, last pushed 5d ago), licensed MIT. It adds 50 tokens to every session and 6,553 once invoked, about $0.0003 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.