Load Cursor Rules banner
TechNickAI TechNickAI

Load Cursor Rules

Productivity community

Description

--- description: Load relevant coding rules for the current task --- Analyze the current task and load ONLY relevant rules from `.cursor/rules/`. PROCESS: 1. Discover available rules: use glob_file_search with pattern "\*.mdc" in .cursor/rules to find all rule files recursively 2. Analyze task to identify what domains apply (languages, tools, frameworks, operations) 3. Select relevant rules based on task requirements 4. Read selected rule files 5. State which rules loaded in one sentenc

Installation

Installs to ~/.claude/commands/technickai-claude_telemetry-load-cursor-rules.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/TechNickAI/claude_telemetry/HEAD/.claude/commands/load-cursor-rules.md -o ~/.claude/commands/technickai-claude_telemetry-load-cursor-rules.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository