83,201 skills sorted by stars.
Clean Architecture の依存関係ルールとレイヤー境界設計を整理し、設計レビューと違反検出を支援するスキル。 アーキテクチャのレイヤー構成、境界インターフェース、依存違反の是正を扱う。 Anchors: • Clean Ar...
Validate Clean Architecture implementation in iOS. Checks layer separation (Presentation/Domain/Data), MVVM patterns, de...
Enforces Clean Architecture dependency rules (Domain → Application → Infrastructure → API/Blazor). Blocks violations to...
Best practices for implementing Clean Architecture in Remix/TypeScript apps. Covers Service Layer, Repository Pattern, a...
Clean up git branches by analyzing merged/unmerged status, archiving completed work, and organizing active branches. Thi...
Delete local branches whose PRs have been merged upstream. Checks GitHub PR status for each branch. Triggers on: clean b...
Safely remove merged and stale git branches with confirmation.
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
Applies principles from Robert C. Martin's 'Clean Code'. Use this skill when writing, reviewing, or refactoring code to...
This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works...
Write readable, maintainable code through disciplined naming, small functions, and clean error handling. Use when the us...
Format, lint, and fix all warnings across the entire codebase — including test files and pre-existing issues.
Use this skill when reviewing, writing, or refactoring code for cleanliness and maintainability following Robert C. Mart...
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-e...
Clean code principles for readable, maintainable software
Enforce SOLID, DRY, KISS principles during implementation. Auto-activated when writing or modifying code.
Clean Code principles (DRY, KISS, YAGNI), naming conventions, function design, and refactoring. Use when user says "clea...
Clean Code principles and practices reference based on Robert Martin's work. Use this skill when reviewing code quality,...
Assist developers in writing clean, maintainable code following software engineering best practices. Use when conducting...
**CLEAN CODE MASTERY**: '코드 작성', '함수 만들어', '구현해', '개발해', '리팩토링', '개선해', '설계해', '클린코드', '코드품질' 요청 시 자동 발동. *.ts/*.py/*.go...
Use when the Developer is writing or modifying code, implementing features, fixing bugs, or refactoring. Activates for a...
Clean Code の原則に基づき、命名・関数分割・重複排除などのコード品質改善を支援するスキル。 可読性と保守性の向上、リファクタリング方針の整理を扱う。 Anchors: • Clean Code (Robert C. Martin...
Reviews code against Robert C. Martin's Clean Code principles. Use when users share code for review, ask for refactoring...
Use when committing code - ensures atomic, descriptive commits that leave the codebase in a merge-ready state at every p...
Proactively apply when designing APIs, microservices, or scalable backend structure. Triggers on DDD, Clean Architecture...