railway-troubleshooting
Railway Docker cache troubleshooting for Dr. Sophia AI deployments. Covers cache detection, force rebuild methods, version verification, deployment validation. Use when Railway shows old code after deployment, deployments not updating, Docker cache issues, or version mismatches between local and deployed code.
adr-creation
Orchestrator skill for the Architecture Decision Record (ADR) creation process based on OODA Loop. Representative use cases include (1) Defining the specific scope and components of the system to be implemented next, (2) Evaluating technical trade-offs and selecting the optimal implementation strategy (e.g., library choice or data patterns), and (3) Formalizing architectural decisions as a mandatory blueprint before proceeding to structural design (arch-creation).
project-manager
Orchestrate multi-agent development workflows. Use when starting a new feature to coordinate architecture design, implementation, code review, and release through specialized sub-agents.
adr
Research architecture decisions and create Architecture Decision Records (ADRs). Use when facing complex technical choices requiring deep research, options analysis, and formal documentation. Treats user as CTO for collaborative decision-making. Supports evolutionary architecture - can challenge prior decisions when evidence warrants.
dispatching-parallel-agents
This skill should be used when managing "concurrent agent execution", "parallel task processing", "load balancing across agents", "resource optimization", "high-throughput workflows", or when orchestrating multiple agents working simultaneously on different aspects of complex projects.
testing
Test and verify AI orchestrator features using CLI runner, unit tests, and E2E tests. ALWAYS use this skill when: implementing new features, fixing bugs, making changes to agents/orchestrator/TUI, or when asked to verify something works. Claude MUST test changes before marking tasks complete.
guardian
Automatic quality gate and session health monitor. Spawns focused Haiku agents for code review and task planning when degradation detected. Validates suggestions against Oracle knowledge. Learns from user feedback to adjust sensitivity. Uses minimal context passing. Integrates with oracle and evaluator.
deploying-production-migrations
Deploy migrations to production safely using migrate deploy in CI/CD. Use when setting up production deployment pipelines.
moai-domain-cli-tool
Enterprise CLI tool architecture with multi-language patterns, UX/DX optimization, and production deployment strategies
test-driven-development
Test-driven development workflow for writing reliable, maintainable code
dokploy-multi-service
Multi-service architecture patterns for Dokploy templates including dependency chains, service communication, and complex stack design. Use when building templates with 2+ services.
plan-marshall-plugin
Java domain extension with Maven/Gradle build operations and workflow integration
efficiency-patterns
Optimize automation with idempotency and work avoidance. Safe retries plus skipping unnecessary operations maximize efficiency in CI/CD and platform engineering.
composable-svelte-deployment
Production deployment patterns for Composable Svelte SSR applications. Use when deploying to Fly.io, Docker, or any cloud platform. Covers multi-stage Docker builds, Fly.io configuration, security hardening, performance optimization, and integration with Composable Rust backends.
go-service-hexagonal
Define, review, and scaffold Go service directory structures using hexagonal (ports-and-adapters / “jexagonal”) architecture and Go best practices. Use when creating or refactoring Go services, deciding package boundaries, organizing cmd/internal/api/config/deploy/migrations, or choosing layouts for common service types (HTTP REST API, gRPC API, async worker/consumer, scheduled job, CLI, multi-binary repos).
architectural-conformance-validation
Validate that newly designed or implemented features conform to existing architectural patterns, design decisions (ADRs), and technical standards. Includes pattern validation, ADR compliance checking, technology stack verification, and conformance scoring. Use when reviewing feature plans, validating wave designs, verifying post-implementation code, checking architectural drift, or any architecture compliance validation.
test-driven-development
Test-driven development workflow for writing reliable, maintainable code
junta-project-overview
Core project principles, architecture guidelines, and tech stack for the Junta monorepo application.
clean-ddd-hexagonal
Apply Clean Architecture with Domain-Driven Design and Hexagonal (Ports & Adapters) patterns to backend services. Use when designing APIs, microservices, domain models, repositories, or when user mentions DDD, Clean Architecture, Hexagonal, ports and adapters, bounded contexts, aggregates, or scalable backend structure. Language-agnostic - works with Go, Rust, Python, TypeScript, Java, and any backend language.
junta-project-overview
Core project principles, architecture guidelines, and tech stack for the Junta monorepo application.
dependency-best-practices
Approved libraries, bundle optimization, and security best practices for dependencies. Use when adding new packages, optimizing bundle size, or ensuring secure dependency management.
vite-deployment
Vite SPA deployment to various platforms. Use when deploying React SPAs.