orchestrating-tmux-claudes
Orchestrate multiple AI instances (Claude Code, codex, ollama, haiku) in tmux panes for complex development workflows. Handles both parallel (independent tasks) and sequential (TDD → code → review → deploy → test) patterns. Enforces coordinator role - you NEVER implement, only orchestrate. Auto-recovers stuck agents. Commits automatically, asks before major features.
2
0
2025年10月26日 18:28
下载技能文件
下载包含 SKILL.md 和所有相关文件的完整技能目录
相关技能
ci-cd-pipeline-patterns
manutej
Comprehensive CI/CD pipeline patterns skill covering GitHub Actions, workflows, automation, testing, deployment strategies, and release management for modern software delivery
langchain4j-testing-strategies
giuseppe-trisciuoglio
Testing strategies for LangChain4j-powered applications. Mock LLM responses, test retrieval chains, and validate AI workflows. Use when testing AI-powered features reliably.
unit-test-bean-validation
giuseppe-trisciuoglio
Unit testing Jakarta Bean Validation (@Valid, @NotNull, @Min, @Max, etc.) with custom validators and constraint violations. Test validation logic without Spring context. Use when ensuring data integrity and validation rules are correct.
unit-test-mapper-converter
giuseppe-trisciuoglio
Unit tests for mappers and converters (MapStruct, custom mappers). Test object transformation logic in isolation. Use when ensuring correct data transformation between DTOs and domain objects.
typed-holes-refactor
rand
Refactor codebases using Design by Typed Holes methodology - iterative, test-driven refactoring with formal hole resolution, constraint propagation, and continuous validation. Use when refactoring existing code, optimizing architecture, or consolidating technical debt through systematic hole-driven development.
shift-left-testing
proffesor-for-testing
Move testing activities earlier (left) in software development lifecycle - unit tests, TDD, BDD, design for testability, and CI/CD integration. Use when reducing bug costs, implementing DevOps practices, or enabling continuous deployment.
github-release-management
agenticsorg
Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management
testing-strategy
webdevtodayjason
Comprehensive testing strategies including test pyramid, TDD methodology, testing patterns, coverage goals, and CI/CD integration. Use when writing tests, implementing TDD, reviewing test coverage, debugging test failures, or setting up testing infrastructure.
infrastructure-as-code
williamzujkowski
Basic Resource:
advanced-kubernetes
williamzujkowski
Custom Resource Definitions (CRDs) extend Kubernetes API with custom object types. Operators are controllers that manage these custom resources using domain-specific logic.
serverless
williamzujkowski
Benefits:
aws-advanced-patterns
williamzujkowski
Orchestration & Events: