get-pattern
Retrieve APPLICATION patterns (architecture, procedures, conventions) from AgentDB skills table. Use BEFORE implementing to ensure consistency.
Retrieve APPLICATION patterns (architecture, procedures, conventions) from AgentDB skills table. Use BEFORE implementing to ensure consistency.
Celery Worker + RabbitMQ Topology CR 패턴 가이드. 큐 생성, Exchange/Binding 정의, DLQ 설정 시 참조. "celery", "rabbitmq", "queue", "topology", "dlq", "exchange", "binding" 키워드로 트리거.
Asynchronous pub/sub messaging system for OctoBot. Enables decoupled component communication via producer/consumer pattern. Use when implementing inter-component messaging or event-driven architectures.
Designs Phylax Credible Layer assertion invariants and trigger mapping. Use when scoping protocols, selecting invariants, or mapping functions to checks.
クラス設計やアーキテクチャリファクタリング時に使用。継承より合成を推奨。
Best practices for frontend architecture. Use when planning new features, defining routes, or designing data strategies.
Implementing distributed transactions across microservices using the Saga pattern with choreography and orchestration approaches.
Fundamental patterns for building maintainable, scalable systems: separation of concerns, distributed orchestration, and zero-downtime migration strategies.
Master-Clone pattern implementation guide for complex multi-step tasks with full project context
Implement CQRS (Command Query Responsibility Segregation) pattern for Electron services. Use when creating service methods, separating read/write operations, or implementing reactive data streams with Observable for queries and ResultAsync for commands.
Architectural patterns for TypeScript/Node.js ecommerce project. Covers dependency injection, error handling, configuration, testing patterns. Triggers on "dependency injection", "DI pattern", "error handling", "architectural pattern", "design pattern", "testing pattern", "anti-pattern".
Design and evolve the architecture of the Paracle multi-agent framework. Use when discussing system design, architecture decisions, component structure, or technical debt.
Kotlin backend layering and packaging guidelines
Atomic Design component organization pattern for React Native mobile applications. Use when creating new components with proper accessibility and touch targets.
既存スキルをベストプラクティスに沿ってリファクタリングする。3層構成(SKILL.md/prompts/docs)への再構成、SSoT違反の解消、プロンプト品質の向上を行う。
Performance guidelines and patterns for this system.
Bounded Context에 새로운 application 레이어를 추가하거나 수정할 때 사용하세요.
Spec-First, Agent-Implemented Software Development Lifecycle. Use when: (1) Starting a new software project that needs structured design-before-code approach, (2) User mentions "SDLC", "spec-first", "design docs", or "implementation spec", (3) User wants to go from requirements/intent to working code with traceability, (4) Project requires documented architectural decisions and review checkpoints, (5) User has existing design artifacts and wants to continue from a specific phase. Produces: Intent doc → HLD → ADR-Lite → EIS → Code → Validation tests.
Result, Option, and custom error patterns with thiserror/anyhow
Validate Sibling Dependency Law (ADR-020) for Xentri architecture. Use when checking module dependencies, creating new requirements, adding interfaces between entities, or reviewing cross-module relationships. Enforces that entities can only depend on siblings (same parent) and cross-branch access must be declared at common ancestor level.
Target backend architecture for Lingx. CQRS-lite with event-driven patterns, module organization, and real-time collaboration support. Use when implementing backend features, reviewing code, or making architectural decisions.
Your approach to handling global svcs. Use this skill when working on files where global svcs comes into play.
Core Java development standards for CUI projects including coding patterns, null safety, Lombok, modern features, and logging