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

backend-java

Java Developer Agent. Java/Spring Boot 기반 백엔드 개발을 담당합니다. Spring, JPA, Hibernate, Maven, Gradle 전문.

shaul1991
shaul1991
development
open
architecture-patterns
0

typescript-patterns

Modern TypeScript patterns, best practices, and advanced type system features for writing type-safe, maintainable code

OmerMachluf
OmerMachluf
development
open
architecture-patterns
0

architecture-design-review

Conducts comprehensive architecture design reviews including system design validation, architecture pattern assessment, quality attributes evaluation, technology stack review, and scalability analysis. Produces detailed review reports with findings, recommendations, and risk assessments. Use when reviewing software architecture designs, validating architecture decisions, assessing system scalability, evaluating technology choices, or when users mention architecture review, design assessment, technical review, or architecture validation.

DauQuangThanh
DauQuangThanh
development
open
architecture-patterns
0

al-agentic-guidelines

Local mirror of Microsoft AL Guidelines (alguidelines.dev) for searching agentic coding rules, vibe-coding standards, AL best practices, and community resources. Use when: (1) Writing or reviewing AL code and need naming conventions, code style, or formatting rules, (2) Implementing event subscribers, error handling, or performance patterns, (3) Setting up AI-assisted development with Claude/Copilot/Cursor agent configurations, (4) Looking for MCP server integrations (AL-ObjID, BC-Code-Intel, NAB), (5) Understanding classic NAV/BC patterns like Document, Journal, Hooks, or Master Data. Content includes: vibe-coding-rules/ (7 AL-specific rule files), BestPractices/ (~27 topics), patterns/ (facade, template-method, event-bridge), NAVPatterns/ (~50+ classic patterns), and CommunityResources/ (agent configs, MCP tools).

FBakkensen
FBakkensen
development
open
architecture-patterns
0

eld-sense-scope

PCE (Process-Context Engine) のスコープ管理スキル。入れ子プロセス間のコンテキスト継承を設計し、親子間のハンドオフを最適化する。 トリガー条件: - タスクを子タスクに分解する時 - サブエージェントに作業を委譲する時(Task tool使用時) - 並列タスクを起動する時 - 「このタスクを分割して」 - 「サブタスクのコンテキストを設計して」

CAPHTECH
CAPHTECH
development
open
architecture-patterns
0

arch-options-compare

比较多个架构方案(单体/微服务等),从SOLID原则、成本、复杂度等维度评分,生成对比表和推荐方案。当需要向客户解释架构选择或ADR决策时使用。

tikazyq
tikazyq
development
open
architecture-patterns
0

midnight-developer

This skill should be used when Ethereum developers are building smart contracts on pod network. It explains pod's coordination-free, blockless execution model, teaches order-independent programming with CRDTs, identifies Ethereum patterns that break on pod, and shows when to use external sequencing for order-dependent applications.

aaronbassett
aaronbassett
development
open
architecture-patterns
0

coding-error-messages

Best practices for writing clear, actionable error messages in code.

loklaan
loklaan
development
open
architecture-patterns
0

database-first

REQUIRED before implementing any game feature, scoring logic, state transition, or decision-making. ALL business logic lives in PostgreSQL - frontend is presentation only. Load this to understand where code belongs: database function vs component. Covers RPC patterns, SECURITY DEFINER, and anti-patterns.

discountedcookie
discountedcookie
development
open
architecture-patterns
0

rabbitmq-master

Ultimate RabbitMQ expertise skill for production-grade message broker architecture, implementation, and operations. Top 0.01% knowledge covering: (1) Advanced messaging patterns - Dead Letter Exchanges, Delayed Messages, Priority Queues, Consistent Hash Exchange, Sharding, (2) High Availability - Clustering, Quorum Queues, Stream Queues, Federation, Shovel, (3) Performance Engineering - prefetch tuning, connection pooling, batch publishing, memory optimization, flow control, (4) Security - TLS/mTLS, OAuth2, LDAP, certificate rotation, (5) Monitoring - Prometheus metrics, custom health checks, anomaly detection, (6) Troubleshooting - memory alarms, network partitions, queue backlogs, consumer starvation, (7) Multi-tenancy - vhost design, resource limits, isolation patterns, (8) Event-driven architectures - CQRS, Event Sourcing, Saga patterns with RabbitMQ. Use when: building messaging systems, debugging RabbitMQ issues, optimizing performance, designing HA architectures, implementing advanced patterns, product

mOdrA40
mOdrA40
development
open
architecture-patterns
0

designinit-context

Initializes a bounded context skeleton under runtime/contexts/<context>.

venikman
venikman
development
open
architecture-patterns
0

refactoring

Martin Fowlerのリファクタリング方法論に基づいた体系的なコード改善スキル。 コードスメルの検出から安全なリファクタリングの実施まで、テストを安全網として 段階的に品質を向上させます。「2つの帽子」を意識し、機能追加と分離して実施。

keito-isurugi
keito-isurugi
development
open
architecture-patterns
0

engineer

シニアソフトウェアエンジニアとして回答。全体構造と整合性、影響範囲、破壊的変更を考慮した安全な実装を提案する。

takish
takish
development
open
architecture-patterns
0

microservices-architect

Distributed systems expert specializing in service decomposition, orchestration, and microservices architecture patterns. Use when designing microservices, defining service boundaries, implementing service mesh, or handling distributed system challenges. Triggers include "microservices", "service mesh", "service decomposition", "distributed systems", "API gateway", "event-driven".

404kidwiz
404kidwiz
development
open
architecture-patterns
0

mova-evidence-proof-v0

Use for deterministic changes, evidence-first delivery, or assembling proof kits with clear safety justification.

Leryk1981
Leryk1981
development
open
architecture-patterns
0

surgical-injector

Safely inject new code into legacy codebases with risk containment. Use for feature flags, gradual rollouts, A/B testing new logic, or refactoring critical paths. Implements try-catch fallbacks, feature toggle architecture, and surgical separation of old/new code.

Jonely235
Jonely235
development
open
architecture-patterns
0

dotnet-cqrs-api

Guide for building .NET APIs using CQRS pattern with MediatR, FluentValidation, and Carter modules

alanben
alanben
development
open
architecture-patterns
0

tech-dev

技术开发阶段,MCP层服务整合

weykon
weykon
development
open
mobile
0

swiftui-guidelines

Reference skill for SwiftUI state management, async patterns, and best practices. Use when implementing SwiftUI views and features.

cemege
cemege
development
open
architecture-patterns
0

main-process-dip-architecture

Main Process Architecture Guide. Dependency Injection Pattern (DIP). Provides decorators, module patterns, and examples for building modular, testable Electron main process code using dependency injection

trae-op
trae-op
development
open
architecture-patterns
0

go-concurrency

Go concurrency patterns including goroutines, channels, context propagation, and sync primitives. Use when working with goroutines, channels, context.Context, or any concurrent Go code.

jovermier
jovermier
development
open
architecture-patterns
0

struts-to-jsf-migration

Apache Struts 1.xからJakarta Faces (JSF) 4.0へのマイグレーションを支援。仕様駆動アプローチ(Spec-Driven Migration)により、リバースエンジニアリング、タスク分解、詳細設計、コード生成、結合テスト、E2Eテストの7段階で確実なマイグレーションを実現。基本設計変更対応も含む。

KenyaSaitoh
KenyaSaitoh
development
open
backend
0

api-rest-conventions

Essential RESTful API design conventions for URL patterns, HTTP methods, and response formats. For detailed implementations and advanced patterns, see references section.

michaellperry
michaellperry
development
open
architecture-patterns
0

graph-sanity

Runs deterministic sanity checks against the decision graph to ensure outputs conform to MVP rules and DecisionDTO schema.

Nepopams
Nepopams
development
open
Previous
Page 814 / 986
Next