detail-architecture

detail-architecture is a skill for Claude Code from andrewcigan/vibe-dev-plugin. It costs 71 tokens per session (315 once invoked), scanned A, original, MIT.

A command that expands a chosen technology plan into a detailed software architecture. It documents API rules, data models, error handling, and the order in which parts can be built.

In plain words
What is it for?
Use it after choosing a technology stack to create architecture and development-phase documents, then prepare a handoff or development plan.
Why use it?
It fills in important implementation details before development begins and shows which work depends on other work.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter. Also seen: mentions subagents.

Part of the vibe-dev plugin — 29 skills, 24 agents, 7 hooks shipped together

Good fit Use it after choosing a technology stack to create architecture and development-phase documents, then prepare a handoff or development plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andrewcigan/vibe-dev-plugin/detail-architecture
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 andrewcigan/vibe-dev-plugin --skill detail-architecture
Clone the repo
git clone --depth 1 https://github.com/andrewcigan/vibe-dev-plugin

Made for: Claude Code.

Or install vibe-dev, the plugin that ships this one along with the rest of its 29 skills, 24 agents, 7 hooks.

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 detail-architecture

README.md
[![agentmods](https://agentmods.dev/badge/skills/andrewcigan/vibe-dev-plugin/detail-architecture/github.svg)](https://agentmods.dev/skills/andrewcigan/vibe-dev-plugin/detail-architecture)
Your own site
<a href="https://agentmods.dev/skills/andrewcigan/vibe-dev-plugin/detail-architecture"><img src="https://agentmods.dev/badge/skills/andrewcigan/vibe-dev-plugin/detail-architecture/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 detail-architecture

Your own site · 80×15
<a href="https://agentmods.dev/skills/andrewcigan/vibe-dev-plugin/detail-architecture"><img src="https://agentmods.dev/badge/skills/andrewcigan/vibe-dev-plugin/detail-architecture.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 315 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.
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.00071 $0.00315
Opus 5 $0.00036 $0.00158
Sonnet 5 $0.00014 $0.00063
Haiku 4.5 $0.00007 $0.00032

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

Security

Grade A, and why

detail-architecture 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 9d 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.

skills/detail-architecture/SKILL.md · 39 lines

What it actually says

/detail-architecture

Детализация архитектуры через 2 агента.

Что происходит

  1. Subagent architect (Opus) расширяет V0:

    • API endpoint contracts (paths, methods, request/response schemas)
    • Data models (схемы БД)
    • Обработка ошибок (где и как)
    • Каждая абстракция обоснована ≥3 случаями
  2. Subagent reordering-agent (Sonnet) строит DAG зависимостей:

    • Topological sort секций
    • Waves для параллельной разработки
    • Critical path

Output

  • docs/architecture-detail.md
  • docs/phases.md (waves + DAG)

Stage verifier

  • Все компоненты детализированы
  • API контракты
  • Модели данных
  • Каждая абстракция обоснована

Дальше

/design-handoff (если UI) или /dev-plan (если нет UI).

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. 9d ago First seen · 39 lines · 71 tokens per session scan A 97840ec3f333

Subscribe to this mod's changes

detail-architecture is a skill published in the GitHub repository andrewcigan/vibe-dev-plugin (5 stars, last pushed 2d ago), licensed MIT. It adds 71 tokens to every session and 315 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

harness

A meta-skill for designing and maintaining a project harness: a coordinated set of specialist agents, skills, and project instructions. It defines their roles, connects them to the project, and updates the setup as the work changes.

revfactory/harness · 170 tokens

release

Release a new version of the mumei repository. Invoke when the user gives an explicit release instruction ("release it", "/release", "patch release", "ship 0.2.0"). Takes no argument or "patch" / "minor" / "major" for a SemVer bump, or a direct version such as "0.2.0". Wraps any uncommitted changes into a single…

iroha924/mumei · 144 tokens

dhpk-deploy-list

A command-line tool that builds a list of files to include in a software deployment from Git history. A deployment is the process of shipping a change to a running environment.

hmj1026/dhpk · 151 tokens

dhpk-php-modern-pro

PHP 7.4–8.x idiom and dual-version library-packaging guidance. Use for public APIs, version-conditional shims, supported floors, or composer constraints. Not for routine business logic. Output: a compatibility decision and verification gates.

hmj1026/dhpk · 58 tokens

change-verdict

Read-only verdicts for code changes, pull requests, security, tests, documents, or change risk. Use when judging an existing change or evidence set. Not for implementing fixes, generating tests, editing documents, clearing gates, or architecture-only design. Output: evidence-backed findings, degradation state, and…

hmj1026/dhpk · 74 tokens

dhpk-agent-architecture-audit

Full-stack diagnostic for agent and LLM applications — audits the 12-layer agent stack for wrapper regression, memory pollution, tool-discipline failures, hidden repair loops, and rendering corruption. Use when: shipping an agent/LLM feature, an agent degrades after adding wrapper/memory/tool layers, the same model…

hmj1026/dhpk · 122 tokens