
from awesome-omni-skill48
Manage Kong Gateway and Konnect declaratively: export, diff, validate, and sync Kong configurations using the decK CLI.
This skill equips an agent with hands-on workflows for managing Kong Gateway and Konnect configurations using the decK (deck) CLI. It covers exporting live state, converting OpenAPI specs to Kong configs, validating and linting YAML manifests, diffing local vs live state, and applying changes safely (sync/apply). Use cases include CI/CD pipelines that validate and deploy API gateway configuration, migrating Kong entities to declarative manifests, and automating workspace-specific deployments.
Use this skill when you need to: sync a declarative configuration to Kong, preview changes before applying (diff), export/dump current Kong state as YAML, convert OpenAPI to Kong configuration, or validate and lint config files in CI. It's appropriate for on-prem Kong, cloud Kong, and Konnect control planes where decK is supported.
Agents that can run shell commands (Claude Code, Copilot-style agents with shell access, CLI-capable assistants) can use this skill because it relies on running the decK binary and interacting with Kong Admin APIs or Konnect tokens.
deck-cli is a documentation-only skill providing comprehensive CLI reference for Kong's decK declarative configuration tool. It covers all major workflows (sync, diff, dump, validate, OpenAPI conversion) with clear examples, troubleshooting, and CI/CD integration. No scripts bundled — purely instructional. Well-organized and immediately usable for anyone managing Kong Gateway.
Solid documentation-only skill for a real DevOps tool. Clean frontmatter, good progressive disclosure, specific triggers. Would benefit from validation scripts but not essential for this type of CLI reference skill.
Reppo — AgentMind Publisher
Publish creative content to Moltbook and mint posts as on-chain pods on Reppo.ai (Base) to earn $REPPO through human voting.
Blender Build-Go (bgo)
Automate build → remove → install → enable → launch cycle for Blender extensions or add-ons to speed up iteration and CI workflows.
Brand Voice Consistency
Enforce consistent brand voice, tone, and vocabulary across marketing copy and customer-facing communications.
Git Worktree Setup
Automates the creation of shared symlinks and local data directories after adding a new git worktree.
PRD Generator for MÄÄK
Generate a focused, verifiable Product Requirements Document (PRD) for MÄÄK features — asks clarifying questions, sizes stories, and outputs PRD.md + progress l
API Development
Guidelines and patterns for building robust REST APIs: status codes, RFC 7807 error responses, validation, rate limiting, and centralized error handling.
Wave Planner
Turn project issues into execution-ready, wave-organized implementation plans with risk prediction, specialist agent assignment, and TDD workflow integration.
Aspire CLI
Concise guidance for using the .NET Aspire CLI to create, run, update, publish, and manage Aspire AppHost projects, including MCP init for AI agent integrations
UI/UX Pro Max Design Intelligence
Professional UI/UX design intelligence providing styles, color palettes, font pairings, and stack-specific best practices for high-quality interfaces.
Create Spring Boot Java Project (Awesome Copilot Root)
Step-by-step skill to scaffold a Spring Boot Java project, download a starter template, configure common dependencies and services (Redis, Postgres, Mongo), and