Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
Vibe code a Console Plugin Template.
This repository holds rules and configuration for console dynamic plugin development within Cursor IDE.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
Vibe code a Console Plugin Template.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
Cursor rule "01-dynamic-plugins-docs" from Mylanos/console-plugin-cursor-setup, covering referencedfiles: [, "../../docs/sdk-readme-summary.md", "../../docs/customization-example-notes.md", ] and key openshift console plugin sdk resources.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
Cursor rule "02-typescript-standards" from Mylanos/console-plugin-cursor-setup, covering typescript best practices, type system, naming conventions, code organization and functions.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
Cursor rule "03-clean-code-standards" from Mylanos/console-plugin-cursor-setup, covering clean code guidelines, constants over magic numbers, meaningful names, smart comments and single responsibility.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
Cursor rule "04-react-standards" from Mylanos/console-plugin-cursor-setup, covering react best practices, component structure, hooks, state management and performance.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
Cursor rule "05-dynamic-plugins-extensions" from Mylanos/console-plugin-cursor-setup, covering manual: false, openshift console dynamic plugin extension types, overview of available extension categories (examples) and ai guidance notes.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
Cursor rule "06-design-assistant" from Mylanos/console-plugin-cursor-setup, covering agentrequested: true, referencedfiles: ["./05-dynamic-plugins-extensions.mdc"], openshift console plugin design assistant, design process and phase 1: core purpose definition.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
This document defines the standard directory structure that should be followed when developing OpenShift Console dynamic plugins.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
This document defines the standard file patterns and their locations in OpenShift Console plugins.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
Cursor rule "09-plugin-development" from Mylanos/console-plugin-cursor-setup, covering openshift console plugin development rules, directory structure, development process, testing and building.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
// React + Redux + TypeScript .cursorrules.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
Enforces the use of functional components with hooks in React components.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
Specific instructions when handling Redux async actions.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
Recommends Redux DevTools for debugging Redux applications.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
Applies Redux Toolkit best practices for efficient Redux development.
Mylanos/console-plugin-cursor-setup
Cursor rule Cursor
Ensures TypeScript is used for type safety throughout the project.