skills/arch_patterns/SKILL.md
--- name: arch_patterns router_kit: FullStackKit description: Architecture patterns - monolith vs microservices, layered, event-driven, CQRS. metadata: skillport: category: thinking tags: [arch patterns, architecture, automation, best practices, clean code, coding, collaboration, compliance, debugging, design patterns, development, documentation, efficiency, git, optimization, productivity, programming, project management, quality assurance, refactoring, software engineering, standards
npx skillsauth add vuralserhat86/antigravity-agentic-skills skills/arch_patternsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Sistem mimarisi pattern'ları.
design-patterns| Bu Skill | design-patterns |
|----------|-------------------|
| Sistem mimarisi | UI/UX tasarım |
| Microservices, CQRS | Z-index, shadows |
| Database, scaling | Animation, spacing |
Kural: Backend/sistem → bu skill, Frontend/UI →
design-patterns
| Aspect | Monolith | Microservices | |--------|----------|---------------| | Complexity | Düşük | Yüksek | | Scaling | Tüm uygulama | Service bazlı | | Team Size | Küçük | Büyük |
Seç:
Presentation → Application → Domain → Infrastructure
Producer → Event Broker → Consumer
(Kafka/SQS)
Command Service → Write DB
↓ Events
Query Service ← Read DB
Modules separated by boundaries within a single deployable unit.
Good for: Teams growing from startup to scale-up phase.
Prevents "Distributed Monolith" chaos.
Architecture Patterns v1.1 - Enhanced
Kaynak: Software Architecture Guide
| Aşama | Doğrulama | |-------|-----------| | 1 | Gereksinimler net (NFRs belirlendi) | | 2 | Seçilen pattern probleme uygun (Over-engineering değil) | | 3 | Takım bu mimariyi yönetebilir |
tools
Production-tested setup for Zustand state management in React. Includes patterns for persistence, devtools, and TypeScript patterns. Prevents hydration mismatches and render loops.
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
development
--- name: websocket_engineer router_kit: FullStackKit description: WebSocket specialist for real-time communication systems. Invoke for Socket.IO, WebSocket servers, bidirectional messaging, presence systems. Keywords: WebSocket, Socket.IO, real-time, pub/sub, Redis. triggers: - WebSocket - Socket.IO - real-time communication - bidirectional messaging - pub/sub - server push - live updates - chat systems - presence tracking role: specialist scope: implementation output-format:
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.