AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "nx-bug — Cursor Rules" prompt rules to my project. Repository: https://github.com/johnlindquist/nx-bug Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Cursor Rules for nx-bug
General Guidelines
• When answering questions, use the nx_workspace tool first to gain an understanding of the workspace architecture • For questions around nx configuration, best practices or if you're unsure, use the nx_docs tool to get relevant, up-to-date docs!! Always use this instead of assuming things about nx configuration • If the user needs help with an Nx configuration or project graph error, use the 'nx_workspace' tool to get any errors • To help answer questions about the workspace structure or simply help with demonstrating how tasks depend on each other, use the 'nx_visualize_graph' tool
Generation Guidelines
If the user wants to generate something, use the following flow: • learn about the nx workspace and any specifics the user needs by using the 'nx_workspace' tool and the 'nx_project_details' tool if applicable • get the available generators using the 'nx_generators' tool • decide which generator to use. If no generators seem relevant, check the 'nx_available_plugins' tool to see if the user could install a plugin to help them • get generator details using the 'nx_generator_schema' tool • you may use the 'nx_docs' tool to learn more about a specific generator or technology if you're unsure • decide which options to provide in order to best complete the user's request. Don't make any assumptions and keep the options minimalistic • open the generator UI using the 'nx_open_generate_ui' tool • wait for the user to finish the generator • read the generator log file using the 'nx_read_generator_log' tool • use the information provided in the log file to answer the user's question or continue with what they were doing
CI Error Guidelines
If the user wants help with fixing an error in their CI pipeline, use the following flow: • Retrieve the list of current CI Pipeline Executions (CIPEs) using the 'nx_cloud_cipe_details' tool • If there are any errors, use the 'nx_cloud_fix_cipe_failure' tool to retrieve the logs for a specific task • Use the task logs to see what's wrong and help the user fix their problem. Use the appropriate tools if necessary • Make sure that the problem is fixed by running the task that you passed into the 'nx_cloud_fix_cipe_failure' tool
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts