Help users set up and start using the Red Hat Lightspeed MCP server for managing RHEL systems via AI agents. Use when the user asks how to install, configure, or connect the MCP server, needs help with authentication (service accounts, credentials, tokens), wants to know what toolsets are available, asks what they can…
Instructions for RedHatInsights/insights-mcp, covering insights mcp - ai coding assistant guide, architecture, core components, toolset architecture and transport modes.
MCP server "insights-mcp" as configured in RedHatInsights/insights-mcp. Runs in Docker (ghcr.io/redhatinsights/red-hat-lightspeed-mcp). Needs 2 environment variables to run.
Nx's MCP server: lets the agent read the Nx project graph, look up generators and run tasks in an Nx monorepo. Runs locally from the nx-mcp npm package.
5 1mo agoA
tokens not measured
copy · 86%Apache-2.0
Instructions for RedHatInsights/platform-frontend-ai-toolkit, covering platform frontend ai toolkit, project overview, tech stack, project structure and published npm packages.
Instructions for RedHatInsights/platform-frontend-ai-toolkit, covering commands, install, build all packages, test all packages and test specific mcp package.
Use this agent when developers are actively writing or modifying React components to ensure accessibility compliance and proper internationalization. Specifically invoke this agent when adding new UI elements that need ARIA attributes, writing text content that should be internationalized, creating forms/buttons/links…
Use this agent when teams need assistance with dark mode CSS configuration, particularly for PatternFly-based applications. Specifically:\n\n- When analyzing existing CSS files for dark mode compatibility issues\n- When migrating custom styles to support PatternFly dark theme\n- When debugging dark mode rendering…
Use this agent when you want to safely remove a TypeScript/JavaScript file and clean up any orphaned dependencies that will become unused after the deletion. Examples: Context: User wants to remove a component file and clean up unused dependencies. user: 'I want to remove src/components/OldButton.tsx' assistant: 'I'll…
Use this agent to analyze IQE/Selenium-based tests and create comprehensive migration plans. This agent identifies target frontend repositories, detects potential issues (multi-user tests, auth state modifications, environment assumptions), checks for existing test coverage overlap, and generates detailed migration…
Use this agent to convert IQE/Selenium tests to Playwright TypeScript. This agent implements proper Red Hat SSO authentication (global or isolated), converts fixtures and page objects, modernizes selectors and wait patterns, uses symbolic timeout constants, handles parametrized tests, and organizes converted files by…
Use this agent to migrate JavaScript files to TypeScript with proper type safety. Follows source code as the source of truth, handles React prop types intelligently, and ensures dependency-aware migration order. Never guesses types - always analyzes source files and asks for clarification when needed. Coordinates with…
Expert in creating PatternFly React components for forms, layouts, navigation, modals, and general UI elements. Use for non-data-display components like forms, buttons, modals, cards, navigation, etc. For data tables/lists, use patternfly-dataview-specialist instead.
Use this agent when you need to apply PatternFly (PF) CSS utility classes to React components and JSX elements. Examples: (1) Styling components - user: 'I need to add padding and margin to this div', assistant: 'Let me use the patternfly-css-utility-specialist to apply the appropriate PF utility classes', (2) Layout…
Expert in PatternFly DataView components for data display. Use this agent exclusively for implementing tables, lists, and data grids using @patternfly/react-data-view. Specializes in DataView, DataViewTable, DataViewFilters, pagination, selection, and sorting patterns.
Use this agent to finalize Playwright test migration by generating QE verification documentation, transplanting files to destination repositories, and creating pull requests. Examples: Context: User has converted IQE tests to Playwright. user: "Generate documentation and create PRs for the converted Playwright tests."…
Use this agent when you need to scan React + PatternFly projects for code quality anti-patterns and technical debt. Examples: Context: The user has just completed a feature implementation and wants to review the codebase for quality issues before merging. user: 'I just finished implementing the user dashboard…
Expert in creating Storybook stories for React components with comprehensive testing, following strict component documentation, user interaction testing, play functions, feature flag handling, and story organization standards. Enforces critical rules for .stories.tsx files including proper imports, query patterns, API…
Use this agent when you need to analyze and refine TypeScript types in a specific file, particularly to replace 'any', 'unknown', or type assertions with proper, specific types. Examples: Context: User wants to improve type safety in a component file that has several 'any' types. user: 'Can you look at…
Use this agent when you need to write unit tests for JavaScript/TypeScript code that doesn't require DOM manipulation. This includes pure functions, utilities, React hooks, and business logic. Use this agent AFTER writing or modifying code that falls into these categories. Examples: Context: User has written a utility…