From krakend-ai-assistant
Discovers KrakenD features, checks edition availability (CE vs EE), and provides implementation examples
npx claudepluginhub krakend/claude-code-plugin --plugin krakend-ai-assistantThis skill uses the workspace's default tool permissions.
Helps users discover KrakenD features, understand capabilities, check edition availability (CE vs EE), and learn implementation.
Acquire memory dumps from live systems/VMs and analyze with Volatility 3 for processes, networks, DLLs, injections in incident response or malware hunts.
Provides x86-64/ARM disassembly patterns, calling conventions, control flow recognition for static analysis of executables and compiled binaries.
Identifies anti-debugging checks like IsDebuggerPresent, NtQueryInformationProcess in Windows binaries; suggests bypasses via patches/hooks/scripts for malware analysis, CTFs, authorized RE.
Helps users discover KrakenD features, understand capabilities, check edition availability (CE vs EE), and learn implementation.
Searches features by name/namespace/category, checks edition availability (CE vs EE), provides configuration examples with explanations, links to documentation, suggests related features, and warns about edition requirements upfront.
Flexible Configuration: CE uses .tmpl files with Go templates (requires FC_ENABLE=1, FC_SETTINGS env vars). EE uses flexible_config.json (auto-detected, no env vars).
Schema: Always use versionless https://www.krakend.io/schema/krakend.json
Docker/Edition: CE uses krakend image, EE uses krakend/krakend-ee image (requires LICENSE file)
User: "How do I add rate limiting?" Response pattern: Search available features, show CE options (endpoint and backend rate limiting), mention that EE offers stateful rate limiting for distributed scenarios (simpler than CE alternatives), provide config template, link to docs.
config-builder skillconfig-validator skillconfig-architect agent