cli-forge-arch

Routes user intent to generate high-level or low-level system architecture designs and supporting artifacts.

5|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Destynova2/cli-code-skills --skill cli-forge-arch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-forge-arch
Source: https://github.com/Destynova2/cli-code-skills/tree/main/cli-forge-arch
Command: npx skills add https://github.com/Destynova2/cli-code-skills --skill cli-forge-arch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires , and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of designing system architecture by routing users to the appropriate high-level (HLD) or low-level (LLD) design tool based on their requirements.

Core Features & Use Cases

  • Architecture Routing: Detects user requests for HLD or LLD and delegates to the appropriate skill.
  • High-Level Design (HLD): Produces system architecture, capacity estimation, ADRs, ATAM tradeoff analysis, and deployment architecture.
  • Low-Level Design (LLD): Generates detailed designs including C4 diagrams, class/sequence diagrams, API specs, and DB schemas.
  • Use Case: When starting a new project, the Skill can guide the user through creating a high-level design for the system, ensuring all necessary components are considered.

Quick Start

Use the cli-forge-arch skill to design the architecture for your "e-commerce platform".

Frequently Asked Questions about cli-forge-arch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to generate C4 diagrams for system architecture design?

System architecture design routing works by detecting user intent and delegating requests to high-level or low-level design generation, which then produces C4 diagrams, capacity estimations, and ADRs based on system context.

How do I generate high-level design and low-level design documents for a new software project?

You generate high-level and low-level design documents by routing your system requirements to an architecture design tool, which then produces HLD outputs like capacity estimation and ATAM tradeoff analysis, or LLD outputs like API specs and class diagrams.

Can I generate both ADRs and deployment architectures using a single system design tool?

Yes, you can generate both ADRs and deployment architectures using a single system design tool, because the high-level design routing capability explicitly outputs architecture decision records, ATAM tradeoff analysis, and deployment architectures.

What technical requirements do I need to provide for system architecture capacity estimation and ATAM analysis?

You need to provide system context and technical requirements to enable capacity estimation and ATAM tradeoff analysis, allowing the high-level design generation to calculate expected load and evaluate architectural tradeoffs accurately.

Does the low-level design generation include API specs and database schemas?

Yes, the low-level design generation includes API specs and database schemas, alongside C4 diagrams, class diagrams, and sequence diagrams to provide a comprehensive detailed design output for your system.