code-searcher
Delegates codebase searches to a lightweight agent. Use when searching for existing implementations, classes, or functions without loading search results into context.
context-initializer
Automatically invokes init-explorer agent when project context is empty or unknown.
flyway-backend-docker
Setup backend project with Flyway SQL migrations, tini init system, and MySQL integration testing. Modifies existing Dockerfile from backend-docker skill.
docker-backend
Dockerizes backend projects with auto-detection, latest base images via web search, Dockerfile generation, and Makefile with port override support.
exa-websearch
Uses Exa API for intelligent web searches. Provides up-to-date information with semantic search capabilities.
strict-architecture
Enforces universal strict governance rules (500 lines, 5 funcs, 4 args) and interface-first I/O for Python, Golang, and .NET.
tech-stack-analyzer
Delegates tech stack detection to a lightweight agent. Use when you need to know the project's language, frameworks, or dependencies without loading manifest files into context.
test-pattern-detector
Delegates test pattern detection to a lightweight agent. Use when you need to understand existing test conventions without loading test files into context.
violation-scanner
Delegates coding standards violation scanning to a lightweight agent. Use when checking files for violations without loading full source files into context.