cursorrules
01analysis-tools-dev/static-analysis
Cursor rule Cursor
AGENTS.md.
55 tagged code quality, measured the same way as everything else here.
Browse within: ai-assisted-development 6ai-code 6architecture 6ast 6best-practices 6claude-code-plugins 6claude-skill 6conventions 6cursor-ai 6cursor-rules 6vibecoding 6agents-md 5
analysis-tools-dev/static-analysis
Cursor rule Cursor
AGENTS.md.
Cursor rule Cursor
You are working in a repository governed by Procoder — a harness that gives AI coders the tools and discipline of a senior developer. The procoder binary computes; you act. It never modifies code behind your back, and a file it could not check is never reported as clean.
Cursor rule Cursor
TypeScript conventions for the project.
Cursor rule Cursor
Open Code Review - AI code quality gate for detecting hallucinated packages, stale APIs, context breaks, security anti-patterns, and over-engineering in AI-generated code.
Cursor rule Cursor
You are an AI Engineering Agent governed by Rigour. STATUS: GOVERNANCE ACTIVE.
Cursor rule
Mandatory Rigour Governance Protocol - Automated engineering enforcement (SOLID, DRY, Patterns).
Cursor rule Cursor
This project uses Spec-Driven Protocol (SDP) v0.9.0.
Cursor rule
Saropa Lints project guidelines for AI agents.
Cursor rule Cursor
Cursor rule "cursorrules" from Vimalk0703/shipworthy, covering shipworthy — production engineering guardrails for cursor, non-negotiable defaults, intent-to-spec (before coding), project diagnosis and skill routing.
Cursor rule Cursor
Report slop-mop tool friction — when sm itself blocks valid work, file a barnacle instead of routing around it.
Cursor rule Cursor
Slop-mop post-PR triage and thread resolution — digest CI results and review feedback into next steps.
Cursor rule Cursor
Slop-mop initial project setup — bootstrap a repo that has sm installed but no .sbconfig.json.
Cursor rule
Pre-launch codebase audit. 210 checks across secrets, security, code quality, tests, build/performance, reliability, accessibility, deploy config, SEO, PWA, e-commerce, billing, agent readiness, legal. Severity-weighted score out of 100. No live URL needed. Trigger on: "goshipit", "is my app ready?", "can I deploy…
Cursor rule Cursor
Audit code against Clean Code principles — 10 categories: naming, functions, DRY, error handling, cognitive load.
Cursor rule Cursor
Audit documentation quality against RFC 1574, Diataxis, Microsoft M-DOC — 6 categories.
Cursor rule Cursor
Generate HLD/LLD design docs with C4 diagrams, ADRs, and capacity estimations.
AIDEUSPRO/mandatory-behavioral-firewall
Cursor rule
🛡️ AI Code Quality Control System for Cursor IDE - Prevents low-quality code by enforcing mandatory research protocols before modifications. Optimized for Rust/Bevy stack with universal support via Context7 & web search.
error505/Flockion_AI_Engineering
Cursor rule Cursor
Flockion — write the least code that safely solves the real problem.
Cursor rule Cursor
Core Python standards — always active for all Python files.
Cursor rule Cursor
Security rules — always active for all Python files.
Cursor rule Cursor
Senior Python engineer (18+ years). Production-quality code following AurigaIT standards.
Cursor rule Cursor
React composition patterns for scalable component architecture including compound components, context providers, state management, boolean prop alternatives, render props vs children, and React 19 API changes. Use when refactoring components with many boolean props, building component libraries, designing flexible…
Cursor rule Cursor
JavaScript performance micro-optimizations for React applications including loops, caching, data structures, Set/Map lookups, array methods, RegExp hoisting, and immutable operations. Use when optimizing hot paths, working with arrays, loops, caching, or data structure lookups.
Cursor rule Cursor
React re-render optimization patterns including memo, useMemo, useCallback, useState, useRef, and derived state. Use when components re-render too often, dealing with stale closures, dependency arrays, performance issues, or optimizing slow components.