home/categories/development
domain cluster

Development

Frameworks, languages, and architectural tools.

23643 個技能all categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
architecture-patterns
0

swift-concurrency

Swift 6 strict concurrency model, async/await, actors, @MainActor, Sendable, and thread safety. Use when user asks about concurrency, async/await, actors, MainActor, thread safety, data races, or migrating from GCD to structured concurrency.

bluewaves-creations
bluewaves-creations
development
open
architecture-patterns
0

spring-framework-patterns

Comprehensive Spring Framework and Spring Boot best practices including dependency injection patterns, bean lifecycle and scopes, REST API development, Spring Data JPA, service layer design, Spring Security, testing strategies, caching, AOP, async processing, error handling, and common anti-patterns. Essential reference for code reviews and Spring Boot application development.

clostaunau
clostaunau
development
open
architecture-patterns
0

doc-generator

ユーザーが「ドキュメントを生成」「GoDocを追加」「README更新」「コメントを書いて」「使い方を説明して」等と要求した時に発動。 コードから自動的にドキュメントを生成・更新する: - 関数/型のGoDocコメント - READMEのAPI仕様セクション - 使用例(Example) - CHANGELOG.md の更新

kis9a
kis9a
development
open
architecture-patterns
0

create-new-feature

Guide for creating a new feature or subfeature following the project's Clean Architecture + MVI pattern.

DanhDue
DanhDue
development
open
architecture-patterns
0

frontend-design

UI/UX design patterns using DaisyUI v5 and TailwindCSS for Splits Network

splits-network
splits-network
development
open
architecture-patterns
0

adr-management

중요한 아키텍처/기술 결정 후 반드시 사용. ADR(Architecture Decision Record) 생성 또는 수정 후 관련 문서 최신화. docs/adr/ 폴더에 새 ADR 추가 시 docs/README.md 인덱스도 업데이트.

SolidCitadel
SolidCitadel
development
open
architecture-patterns
0

microsoft-agent-framework

CRITICAL development guide for Microsoft Agent Framework (MAF) in IPA Platform. MUST READ when working with: - Agents (ChatAgent, AgentThread) - Builders (ConcurrentBuilder, GroupChatBuilder, HandoffBuilder, MagenticBuilder) - Workflows (Executor, Edge, WorkflowExecutor) - Multi-agent orchestration - Any code in backend/src/integrations/agent_framework/builders/ PREVENTS: Custom implementations instead of wrapping official API. REQUIRES: Import official classes, use Adapter pattern with self._builder = OfficialBuilder()

laitim2001
laitim2001
development
open
architecture-patterns
0

refactornestjs

Refactor NestJS/TypeScript code to improve maintainability, readability, and adherence to best practices. Identifies and fixes circular dependencies, god object services, fat controllers with business logic, deep nesting, and SRP violations. Applies NestJS patterns including proper module organization, provider scopes, custom decorators, guards, interceptors, pipes, DTOs with class-validator, exception filters, CQRS, repository pattern, and event-driven architecture. Transforms code into exemplary implementations following SOLID principles.

SnakeO
SnakeO
development
open
mobile
0

flutter-architecture

Feature-first architecture patterns for scalable Flutter apps. Covers project structure, dependency injection with Riverpod, repository pattern, and clean architecture layers. Use when setting up new projects, creating features, or making structural decisions.

abhishekbrt
abhishekbrt
development
open
architecture-patterns
0

arch-agent

Defines system architecture and technical design decisions

Unicorn
Unicorn
development
open
architecture-patterns
0

bosun-golang

Go language best practices and idioms. Use when writing, reviewing, or debugging Go code. Provides effective Go patterns, error handling, concurrency, and testing guidance.

curphey
curphey
development
open
architecture-patterns
0

ddd-bounded-context-generator

Génère des bounded contexts DDD complets avec architecture en couches (Domain, Application, Infrastructure, Presentation). À utiliser lors de la création de nouvelles features backend, bounded contexts, domain entities, ou quand l'utilisateur mentionne "DDD", "bounded context", "domain model", "clean architecture", "layered architecture".

RomualdP
RomualdP
development
open
architecture-patterns
0

safety-critical-embedded

Safety-critical embedded system design patterns. Use when building dual-core safety monitors, failsafe systems, watchdog implementations, or any system where failure could cause harm. Covers isolation, fault detection, and emergency procedures.

mojoatomic
mojoatomic
development
open
architecture-patterns
0

blog-paywall-refactorer

Refactor ClaudeMix blog articles to eliminate duplication between free (introduction) and paid (main content) sections by adjusting abstraction levels. Use when user requests to refactor existing blog posts, mentions content overlap between introduction and main sections, or asks to improve the paywall design. Applies scale-based abstraction mapping (S1-S9) to separate WHAT (free) from HOW (paid).

tezuka-Akihiro
tezuka-Akihiro
development
open
architecture-patterns
0

redis-expert

Redis 전문가. Lettuce(캐싱) + Redisson(분산락) 듀얼 전략. CacheAdapter(Cache-Aside, TTL 필수, KEYS 금지→SCAN 사용), LockAdapter(Pub/Sub, Watchdog, try-finally). Key Naming: {namespace}:{entity}:{id}. @Component 사용. @Transactional 금지.

ryu-qqq
ryu-qqq
development
open
architecture-patterns
0

cryptographic-action

Base security pattern for integrating cryptographic primitives into software systems. Use when implementing encryption, digital signatures, MACs, or any cryptographic operations. Provides guidance on library selection, key usage, configuration protection, and designing for cryptographic agility. Foundation pattern for Encryption, Digital signature, and MAC patterns.

igbuend
igbuend
development
open
architecture-patterns
0

event-sourcing

Implementing event sourcing pattern for maintaining application state as a sequence of immutable events.

AmnadTaowsoam
AmnadTaowsoam
development
open
architecture-patterns
0

elixir-otp

OTP design patterns, supervision trees, and process management with KISS principle emphasis

vircung
vircung
development
open
architecture-patterns
0

moai-domain-iot

Enterprise IoT patterns with MQTT, Edge Computing, and Device Management

jg-chalk-io
jg-chalk-io
development
open
architecture-patterns
0

python-async-patterns

Python asyncio patterns for concurrent programming, async/await, and non-blocking I/O operations. WHEN: Building async APIs with FastAPI/aiohttp, implementing concurrent I/O operations, using asyncio.gather/create_task, rate limiting with semaphores, producer-consumer patterns. WHEN NOT: Synchronous Python code, CPU-bound tasks (use multiprocessing), general Python development without async.

LounisBou
LounisBou
development
open
full-stack
0

action-pattern-conventions

This skill should be used when the user asks about "Laravel action pattern", "action class naming", "how to structure actions", "React component patterns", "Node.js service structure", "framework-specific conventions", or discusses creating reusable, focused classes following action pattern conventions in Laravel, Symfony, React, Vue, or Node.js projects.

MaxBoiko21
MaxBoiko21
development
open
architecture-patterns
0

screaming-architecture

Organize code by feature intent, not framework layers. Structure projects to clearly communicate business purpose at first glance.

acbcdev
acbcdev
development
open
architecture-patterns
0

mcp-neo4j-memory-ops

Use Neo4j memory MCP for creating/updating linked memories (entities, relations), de-duplication (DRY), and retrieval queries for project continuity. Use when saving global learnings or querying graph relationships.

janjaszczak
janjaszczak
development
open
Previous
Page 822 / 986
Next