Create plugin scaffold Trigger You need to create a new Cursor plugin from scratch and make it ready for local use or marketplace submission. Required Inputs - Plugin name (lowercase kebab-case) - Plugin purpose and target users - Component set to include ( , , , , , ) - Repository style ( or ) Output Location By default, create the plugin inside the user's local plugin directory: This path makes the plugin immediately available to Cursor without any install step. If the user explicitly asks to create the plugin elsewhere (e.g. inside an existing repo or a specific directory), respect that ch…