·clean-architecture
</>

clean-architecture

종속성 규칙을 중심으로 소프트웨어를 구성합니다. 소스 코드 종속성은 프레임워크에서 사용 사례, 엔터티까지 내부를 가리킵니다. 사용자가 "아키텍처 레이어", "종속성 규칙", "포트 및 어댑터", "육각형 아키텍처" 또는 "사용 사례 경계"를 언급할 때 사용합니다. 구성요소 원리, 경계 및 SOLID를 다룹니다. 코드 품질은 클린 코드를 참조하세요. 도메인 모델링에 대해서는 도메인 중심 설계를 참조하세요.

98설치·9트렌드·@wondelai

설치

$npx skills add https://github.com/wondelai/skills --skill clean-architecture

clean-architecture 설치 방법

명령줄에서 clean-architecture AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/wondelai/skills --skill clean-architecture
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: wondelai/skills.

A disciplined approach to structuring software so that business rules remain independent of frameworks, databases, and delivery mechanisms. Apply these principles when designing system architecture, reviewing module boundaries, or advising on dependency management.

Source code dependencies must point inward -- toward higher-level policies. Nothing in an inner circle can know anything about something in an outer circle. This single rule, applied consistently, produces systems that are testable, independent of frameworks, independent of the UI, independent of the database, and independent of any external agency.

The foundation: Software architecture is about drawing lines -- boundaries -- that separate things that matter from things that are details. Business rules are what matter. Databases, web frameworks, and delivery mechanisms are details. When details depend on policies (not the other way around), you can defer decisions, swap implementations, and test business logic in isolation.

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/wondelai/skills --skill clean-architecture
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-23
업데이트
2026-03-11

Browse more skills from wondelai/skills

빠른 답변

clean-architecture이란?

종속성 규칙을 중심으로 소프트웨어를 구성합니다. 소스 코드 종속성은 프레임워크에서 사용 사례, 엔터티까지 내부를 가리킵니다. 사용자가 "아키텍처 레이어", "종속성 규칙", "포트 및 어댑터", "육각형 아키텍처" 또는 "사용 사례 경계"를 언급할 때 사용합니다. 구성요소 원리, 경계 및 SOLID를 다룹니다. 코드 품질은 클린 코드를 참조하세요. 도메인 모델링에 대해서는 도메인 중심 설계를 참조하세요. 출처: wondelai/skills.

clean-architecture 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/wondelai/skills --skill clean-architecture 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/wondelai/skills

상세

카테고리
</>개발 도구
출처
skills.sh
최초 등록
2026-02-23