console
Manage and debug Kafka clusters through a visual web console
All Skills in This Repository (12)
Pure Emerald Level Indicatorsfrontend-developer
Build React TypeScript UI components from the Redpanda UI Registry.
e2e-tester
Write and run Playwright end-to-end tests for Redpanda Console using testcontainers.
tanstack-router-migration
Migrate React applications from React Router to TanStack Router with file-based routing.
form-refactorer
Refactor legacy React forms to Redpanda UI Field components with react-hook-form and Zod validation.
web-design-guidelines
Reviews UI code files for compliance with web interface accessibility and design guidelines.
testing
Write Vitest unit and integration tests with mocking patterns for React and Zustand.
security-scan
Resolve npm dependency vulnerabilities reported by Snyk security scans.
state-management
Guides selection of Zustand, React Query, or React Router for React state management.
code-standards
Enforces TypeScript, React, and JavaScript best practices using Ultracite and Biome rules.
react-best-practices
Applies 29 React performance optimization rules across bundle, rendering, and async patterns.
ui-development
Build React UI components using the Redpanda UI Registry, Tailwind v4 tokens, and accessibility rules.
api-patterns
Implements Connect Query patterns for API calls, mutations, cache invalidation, and error handling.
Frequently Asked Questions
FAQPage SchemaHow to install Redpanda Console?▼
Run `npx skills add redpanda-data/console --all -g -y` in your terminal to install all skills in this suite globally.
What is Redpanda Console used for?▼
It is a web UI for managing and debugging Kafka and Redpanda clusters, letting you browse topics, inspect messages, and manage consumer groups, schemas, and connectors.
Can I view Kafka messages without writing code?▼
Yes. The built-in message viewer supports ad-hoc queries and JavaScript filters, and automatically detects encodings like JSON, Avro, Protobuf, and XML.
Does Redpanda Console work with plain Kafka clusters?▼
Yes. It works with any Kafka-compatible deployment version 1.0.0 or higher, including Confluent Cloud, and can be run via Docker or a single binary.
What do the included AI agent skills do?▼
They guide AI coding agents through frontend tasks like writing Vitest and Playwright tests, refactoring forms, migrating routers, and enforcing UI accessibility standards.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core