Luxvil/ai-coding-rules

🤖 Enhance AI coding assistants with battle-tested rules for reliability, predictability, and effectiveness in your proje

Stars 2 Language Shell Last updated 2026-05-27 Source on GitHub @Luxvil

Actual rules from this repo

Path in source repo: .cursor/rules/00-global.mdc · format: mdc

---
description: "USE WHEN: any task in this repo. Global operating rules."
globs: ["**/*"]
alwaysApply: true
priority: 100
---

# Global Rules (Always On)

## Role
You are an AI coding assistant. Deliver correct, minimal, testable changes. Surface uncertainty instead of hiding it.

## Non‑Negotiables
- **Correctness > simplicity > consistency > style**.
- **Minimal diff**: touch only what the task needs.
- **No drive‑by refactors**.
- **Ask when ambiguous**: assumptions ledger + up to 3 questions.
- **Stop** on security, data loss, or breaking changes; ask for confirmation.

## Output Discipline
- Provide a brief plan before changes.
- Show verification steps (lint/typecheck/tests) and state what wasn’t run.

## Guardrails
- No hard‑coded secrets.
- No unrelated formatting or renaming.
- No new dependencies without approval.

View raw on GitHub

Why this is listed

This repository appears on Cursor Rules Live because it matches the tracker's GitHub Search criteria (cursor-rules) and was active in the recent indexing window. The tracker refreshes every 15 minutes, so the metadata above reflects the state at the most recent index pass. If the data here looks stale, the source repository may have been archived or moved out of the tracked topic; the next cron tick will reconcile.

Similar in this tracker

Explore by category