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

blueprinteventbus-integration

Implement event-driven communication using BlueprintEventBus for cross-module coordination. Use this skill when modules need to communicate without tight coupling, broadcasting domain events (task.created, member.added), subscribing to events with proper lifecycle management, and implementing event-driven workflows. Ensures events follow naming conventions ([module].[action]), include Blueprint context, and use takeUntilDestroyed() for automatic cleanup.

ac484
ac484
development
open
architecture-patterns
0

application-expert

UseCase 설계, Transaction 경계 관리, CQRS 적용. @Transactional 내 외부 API 호출 금지. /kb-application 명령 시 자동 활성화.

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

architect

System design and architecture generation with iterative review

rcmiller01
rcmiller01
development
open
architecture-patterns
0

database-repository

Custom repository pattern and DataContext implementation for JSON-based storage with computed columns.

erymuzuan
erymuzuan
development
open
architecture-patterns
0

legacy-requirements-extractor

Systematically reverse-engineers business requirements from legacy codebases using the Horseshoe Model to bridge the gap between implementation details and architectural intent.

LLLLimbo
LLLLimbo
development
open
architecture-patterns
0

golang

GraphStructManager Go 1.25 + Gremlin guidelines

jbrusegaard
jbrusegaard
development
open
architecture-patterns
0

context-aware-ops

Intelligent resource management with size checking and filtering to preserve context window

Cogni-AI-OU
Cogni-AI-OU
development
open
architecture-patterns
0

c3-context-design

Use when exploring Context level impact during scoping - system boundaries, actors, cross-container interactions, and high-level concerns

lagz0ne
lagz0ne
development
open
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
Previous
Page 797 / 986
Next