<h1 align="center">
<a href="https://prompts.chat">
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
Before starting: If any tool call fails with "Missing required environment variables", tell the user:
"Set your Confluent Cloud API credentials — generate at https://confluent.cloud/settings/api-keys, then export CONFLUENT_CLOUD_API_KEY=... CONFLUENT_CLOUD_API_SECRET=... and restart Claude Code."
Help me delete an API key.
Follow these steps:
Call list_api_keys to show existing keys as a numbered list with Key ID, display name, and resource.
Ask me to pick the key to delete.
WARNING: Warn that deleting an API key is irreversible — any applications using this key will lose access immediately.
Ask for explicit confirmation: "Are you sure you want to delete API key {key_id}? This cannot be undone."
Once confirmed, call delete_api_key with the key ID. The key is automatically removed from .confluent-context.json as well.
Confirm deletion was successful.