From krakend-ai-assistant
Detects the optimal way to run KrakenD (native binary vs Docker) and provides correct execution commands
How this skill is triggered — by the user, by Claude, or both
Slash command
/krakend-ai-assistant:runtime-detectorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Determines the correct way to execute KrakenD commands by detecting available runtimes and providing ready-to-use commands with the appropriate Docker image or native binary.
Determines the correct way to execute KrakenD commands by detecting available runtimes and providing ready-to-use commands with the appropriate Docker image or native binary.
NEVER invent Docker images or commands. Always follow this process:
detect_runtime_environment tool with the config file pathrecommendations array from the response (ordered by priority)command_template from priority=1 recommendationrecommended_image field for the image nameCommon hallucinations to avoid:
devopsfaith/krakend (outdated)krakend:latest without checkingkrakend/krakend:version (wrong format)detect_runtime_environment returnshas_native_krakend: Whether native binary is installedhas_docker: Whether Docker is availablerecommended_image: Correct Docker image (e.g., krakend:2.8 or krakend/krakend-ee:2.8)recommendations: Array of execution options with command_template ready to useis_enterprise: Whether config uses EE featuresUser: "Run my krakend.json"
Response: Call detect_runtime_environment, then provide the command from command_template. Explain if using native or Docker and why.
config-validator validates successfully → Offer to run with this skillconfig-builder creates config → Offer to test runconfig-validatornpx claudepluginhub krakend/claude-code-plugin --plugin krakend-ai-assistantProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.