From kong-konnect
Use when the user wants read-only `kongctl` queries against Konnect: prove auth or scope, discover the right `get` path, list or fetch resources, or shape JSON/YAML output. Do not use for `kongctl` plan/apply/sync or declarative authoring.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kong-konnect:kongctl-queryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use read-only `kongctl` commands to inspect live Konnect state and return the
Use read-only kongctl commands to inspect live Konnect state and return the
smallest command and result slice that actually proves the answer.
kongctl, CLI-shaped proof, or
read-only verification after another workflow changed Konnect state.kong-konnect MCP server and the user
needs live inspection more than exact CLI syntax, suggest MCP first and keep
kongctl as the fallback proof path.kongctl
plan/apply/sync, CI/CD scaffolding, or repository refactors.Load only the branch-specific reference that matches the active problem:
references/resource-discovery.md
kongctl get resource, parent, or
child path should be queried.references/output-shaping.md
--jq, summarization shape, or
formatting surprises from profile or environment defaults.references/auth-and-scope-checks.md
kongctl version.kongctl login for interactive sessions. Use PAT or SPAT environment
variables only when the session is non-interactive.kongctl get organization -o json before
reasoning about a missing resource.kongctl help or kongctl get <resource> --help for command shapekongctl get <resource> -o json for list proofkongctl get <resource> "<name-or-id>" -o json for one-object proof-o json unless the user specifically wants YAML.apply, sync, adopt, patch,
create, or delete.get command that shows the affected live object now exists
or now exposes the intended fields.get path instead of assuming the
resource family.Before answering, verify that you can state:
help or get command is the smallest safe proofkongctl-query or should hand offkongctl-declarative when the user wants kongctl
plan/apply/sync, declarative YAML authoring, or reconciliation.deck-gateway, terraform-konnect, or
terraform-kong-gateway when the repository already uses those tools for
mutation.npx claudepluginhub kong/ai-marketplace --plugin kong-konnectCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.