Skip to content

Releases: nathankim0/clean-architecture-skills

v1.1.0 - Kent Beck Style Coding Skill

26 Jan 02:33

Choose a tag to compare

New Features

Kent Beck Style Coding Skill

켄트 벡의 리팩토링 철학과 단순 설계 원칙에 따라 코드를 리뷰하고 가이드를 제공하는 스킬을 추가했습니다.

주요 기능

  • Code Smells 감지: Bloaters, OO Abusers, Change Preventers, Dispensables, Couplers
  • 리팩토링 기법 가이드: Extract Method, Move Method, Replace Magic Number 등
  • 단순 설계 원칙: YAGNI, KISS, 4 Rules of Simple Design
  • 의도를 드러내는 코드: 매직 넘버 상수화, 네이밍 가이드라인, 자기문서화 코드

Installation

# Add marketplace
/plugin marketplace add nathankim0/clean-architecture-skills

# Install skill
/plugin install kent-beck-style@clean-architecture-skills

Full Changelog

v1.0.0...v1.1.0

v1.0.0 - Initial Release

22 Jan 02:31

Choose a tag to compare

Clean Architecture Skill for Claude Code

A skill that reviews code and provides design guidance based on Clean Architecture principles.

Features

  • Dependency Rule Check: Verify source code dependencies point inward
  • Layer Structure Analysis: Review Entities, Use Cases, Interface Adapters, Infrastructure
  • Crossing Boundaries: Guide on crossing layer boundaries using DIP
  • SOLID Principles Review: Check adherence to OOP design principles
  • Language Examples: TypeScript, Python, Kotlin

Installation

/plugin marketplace add nathankim0/clean-architecture-skills
/plugin install clean-architecture@clean-architecture-skills

References