npx claudepluginhub krakend/claude-code-pluginAI assistance for KrakenD API Gateway configuration, validation, security auditing, and Flexible Configuration support
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Intelligent Claude Code plugin for KrakenD API Gateway with proactive Skills and Architecture Agent.
KrakenD AI Assistant is a powerful Claude Code plugin that brings intelligent KrakenD configuration assistance directly into your development workflow. It combines the universal KrakenD MCP Server with Claude Code-specific Skills and an Architecture Agent for an enhanced experience.
Auto-activates when you mention validation or have config issues.
You: "validate my krakend config"
Skill: Runs version-aware validation with specific error messages
Auto-activates when you want to create or modify configurations.
You: "create a new endpoint for user authentication"
Skill: Interactive config generation with best practices
Auto-activates when you ask about KrakenD features.
You: "what rate limiting options does krakend have?"
Skill: Shows features with CE/EE compatibility and examples
Auto-activates when you mention security or audits.
You: "audit my config security"
Skill: Comprehensive security analysis with actionable fixes
Spawns automatically for complex multi-service architectures.
You: "design an API gateway for microservices with auth, rate limiting, and caching"
Agent: Creates complete architecture with multiple endpoints, backends, and best practices
Install from the KrakenD marketplace or local development copy:
# From KrakenD marketplace (recommended)
/plugin marketplace add krakend/claude-code-plugin
/plugin install krakend-ai-assistant
# From local (development)
/plugin add ~/Code/krakend/claude-code-plugin
The plugin will automatically:
Note: The MCP server binary includes embedded KrakenD documentation and search index (~21MB), making it fully functional offline. You can optionally update documentation using the refresh_documentation_index tool.
If you want to install the MCP server manually:
# The plugin will handle this automatically, but you can also:
cd ~/Code/krakend/claude-code-plugin
./scripts/install-mcp.sh
Just work naturally - skills activate automatically:
You: "I need to validate my krakend.json"
→ config-validator skill activates
You: "How do I add JWT validation?"
→ feature-explorer skill activates
You: "Check security of my config"
→ security-auditor skill activates
You: "Create an endpoint for /api/users"
→ config-builder skill activates
For architectural decisions:
You: "I need to design an API gateway for a microservices architecture with:
- User service (authentication)
- Product service (with caching)
- Order service (with rate limiting)
- All services need CORS and security headers"
→ config-architect agent spawns and designs complete architecture
This plugin provides an enhanced KrakenD experience through:
The plugin handles everything automatically - just install and start using it!
Want to contribute or customize the plugin? See CONTRIBUTING.md for:
# Check if binary exists
ls -la ~/.claude/plugins/krakend-ai-assistant/servers/krakend-mcp-server/