home/categories/architecture-patterns
category focus

Architecture

Design patterns and architectural blueprints.

4113টি স্কিলall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
architecture-patterns
0

adr-drafting

Skill for drafting ADR documents based on decided hypotheses. Focuses on clarity, formatting, and completeness of the record, ensuring alignment with architectural values.

masa-codehub
masa-codehub
development
open
architecture-patterns
0

phpunit-fixer

Analyze existing PHPUnit test failure logs without running tests. Use when: - User says "fix the test failures" (after manually running tests) - User says "what tests are failing?" - User points to specific log file - Tests were run outside Claude's context Delegates to fixer agent (sonnet) to find logs, parse failures, and implement fixes. Does NOT execute tests - use phpunit-runner for that.

LongTermSupport
LongTermSupport
development
open
architecture-patterns
0

spring-data-jpa

Implement Spring Data JPA repositories, entities, and queries following modern best practices. Use for creating repositories (only for aggregate roots), writing queries (@Query, DTO projections), custom repositories (Criteria API, bulk ops), CQRS query services, entity relationships, and performance optimization. Covers patterns from simple repositories to advanced CQRS with detailed anti-patterns guidance.

a-pavithraa
a-pavithraa
development
open
architecture-patterns
0

phpunit-runner

Run PHPUnit tests and fix failures using intelligent agent delegation. Use when user requests to: - Run tests (full suite, specific path, or single file) - Fix failing tests - Analyze test failures - Check test coverage Delegates to runner agent (haiku) for execution and fixer agent (sonnet) for fixes. Automatically cycles between run and fix until tests pass or human intervention needed.

LongTermSupport
LongTermSupport
development
open
architecture-patterns
0

go-clean-architecture

Expert knowledge in Go clean architecture patterns and best practices

zskulcsar
zskulcsar
development
open
architecture-patterns
0

mqtt-expert

Expert MQTT developer specializing in IoT messaging protocols, broker configuration, and message queuing telemetry transport patterns. Masters QoS levels, retained messages, and secure MQTT implementations for IoT solutions.

vx-daniel
vx-daniel
development
open
architecture-patterns
0

zod-validation

Zod 4 を使用したバリデーションの実装規約とベストプラクティス。スキーマ定義、型導出、エラーハンドリングの統一ルール。

shoma-endo
shoma-endo
development
open
architecture-patterns
0

can-to-uart-logger

CAN 버스에서 수신된 데이터를 프로토콜화하여 UART를 통해 PC로 안정적으로 전송하는 가이드를 제공합니다. (24바이트 정렬 및 CRC16 적용)

badeung2
badeung2
development
open
architecture-patterns
0

service-consolidator

Find and consolidate duplicate service implementations in Leavn app - analyze variants, choose winner, update call sites, delete duplicates

willsigmon
willsigmon
development
open
architecture-patterns
0

k-savedvariables

Database schema and persistence layer for BookArchivist. Covers BookArchivistDB structure, book entry schema, Repository pattern for dependency injection, indexes (item/object/title), migrations (v1→v2), and data flow patterns. Use when working with saved data, database access, or understanding persistence. Triggers: database, BookArchivistDB, schema, booksById, indexes, Repository, persistence, migration.

lluistfc
lluistfc
development
open
architecture-patterns
0

octobot-stack

Complete development guide for OctoBot Stack multi-repository ecosystem. Covers architecture layers, dependency management, tentacle system, exchange integrations, and testing patterns.

Herklos
Herklos
development
open
architecture-patterns
0

flutter-pro-max

Chuyên gia Flutter với kiến thức sâu về Clean Architecture, Performance và Modern Dart 3

btLong402
btLong402
development
open
architecture-patterns
0

simplification-cascades

Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z"

adawalli
adawalli
development
open
architecture-patterns
0

kotlin-multiplatform-architecture

This skill should be used when implementing KMP features, creating shared modules, using expect/actual, setting up Koin/SQLDelight/Ktor, or implementing Compose Multiplatform.

ShotaIuchi
ShotaIuchi
development
open
architecture-patterns
0

qa

🔄 PHP-QA-CI TOOL ORCHESTRATOR - Automatic run→fix→run cycling for php-qa-ci tools. **ONLY for php-qa-ci pipeline tools** (./bin/qa -t toolname) NOT for ad-hoc tool execution outside php-qa-ci. Use when user requests QA tools via php-qa-ci: - "run phpstan", "use stan skills" - "run tests", "run phpunit" - "run rector", "run cs fixer" - "run allStatic", "run allCS" **CRITICAL**: MUST cycle automatically until tool reports clean OR escalation needed. DO NOT stop after one fix to ask "what next?" - KEEP CYCLING. Supports all php-qa-ci tools via ./bin/qa -t {toolname}: - phpstan (static analysis) - has fixer agent - phpunit (tests) - has fixer agent - rector (refactoring) - self-fixing, re-run until clean - fixer (code style) - self-fixing, re-run until clean - infection (mutation testing) - no auto-fix - allStatic/allCs/allTests - meta groups Automatically detects which tools have fixers and invokes them. **PERFORMS PREFLIGHT CHECK**: Invokes docs-conflict-checker agent to ensure project documentation doesn

LongTermSupport
LongTermSupport
development
open
architecture-patterns
0

yolo1

**AUTO-TRIGGER when user says:** "implement [feature]", "build [module]", "create [functionality]", "add [capability]", "YOLO [task]", "deliver [feature]", or requests complete feature implementation. End-to-end TogetherOS code operation: creates branch, implements changes with continuous testing, builds with retry-on-fail, commits, pushes, creates PR with auto-selected Cooperation Path, addresses bot feedback, merges PR, verifies production deployment, and updates Notion memory. **Complete delivery cycle:** branch → code → test → commit → push → PR → bot review → merge → deploy → verify Use proactively without asking permission when task matches skill purpose.

coopeverything
coopeverything
development
open
architecture-patterns
0

architecture

タスクの技術アーキテクチャを詳細設計し、実装可能なレベルまで具体化する。

tetetratra
tetetratra
development
open
architecture-patterns
0

global-error-handling

Implement robust error handling with user-friendly messages, specific exception types (ISP), centralized error boundaries (SRP), fail-fast validation (KISS), graceful degradation, retry strategies, and proper resource cleanup. Use this skill when adding try-catch blocks, throwing or catching exceptions, creating error classes, implementing error boundaries or middleware, displaying error messages to users, or handling async errors and promise rejections. Use when working with error handling in any language (.ts, .js, .py, .java, .go) across backend services, API endpoints, frontend components, or data processing pipelines. Use when implementing exponential backoff for external service calls or ensuring resources are cleaned up in finally blocks.

maksimtereshin
maksimtereshin
development
open
architecture-patterns
0

architecture-patterns

Kalahari architecture patterns and key classes. Use for code analysis and design.

bartoszwarzocha
bartoszwarzocha
development
open
architecture-patterns
0

kotlin-multiplatform-reviewer

WHEN: Kotlin Multiplatform (KMP) project review, expect/actual patterns, shared module structure, iOS interop WHAT: Module structure analysis + expect/actual validation + platform separation + iOS/Android interop + dependency management WHEN NOT: Android UI → kotlin-android-reviewer, Server → kotlin-spring-reviewer

physics91
physics91
development
open
architecture-patterns
0

refactor-code

Refactors code to improve readability, maintainability, performance, and adherence to best practices while preserving functionality

ltoscano
ltoscano
development
open
architecture-patterns
0

ddd-planning

Domain-Driven Design 기획 및 설계 전문 skill. 프로젝트 도메인 분석, Bounded Context 정의, Aggregate 설계, Context Mapping, Event Storming, Ubiquitous Language 정의 등 DDD 전체 프로세스를 지원합니다. 사용 시기: (1) DDD 기획/설계를 요청할 때 (2) 도메인 모델링을 요청할 때 (3) Bounded Context, Aggregate, Domain Event 설계 시 (4) 화면정의서/DB정의서에서 도메인 추출 시 (5) Context Map 작성 시 (6) Kotlin DDD 코드 생성 시

jskjw157
jskjw157
development
open
architecture-patterns
0

ruby

Comprehensive Ruby development skill covering language fundamentals, object-oriented design patterns, error handling strategies, performance optimization, modern Ruby 3.x features (pattern matching, ractors, typed Ruby), testing patterns, metaprogramming, concurrency, and Rails-specific best practices. Use when writing Ruby code, refactoring, implementing design patterns, handling exceptions, optimizing performance, writing tests, or applying Ruby idioms and conventions.

el-feo
el-feo
development
open
Previous
Page 140 / 172
Next