fuzzy search cursor rules

10 tagged fuzzy search, measured the same way as everything else here.

Browse within: desktop-app 7file-explorer 7file-manager 7go 7golang 7

agentic-loop

01

arxdsilva/vault

Cursor rule Cursor

Vault agentic develop→validate loop — follow on every coding task.

3 1mo ago A 919 tokens original MIT

architecture

02

arxdsilva/vault

Cursor rule Cursor

Core file-system logic stays UI-agnostic; platform-specific quirks stay behind an adapter per OS.

3 1mo ago A 20 tokens original MIT

git-commits

03

arxdsilva/vault

Cursor rule Cursor

Git commit safety — commits are human-only; AI suggests, never executes.

3 1mo ago A 1,004 tokens original MIT

project-structure

04

aaydin-tr/swagger-navigator-mcp

Cursor rule Cursor

The Swagger Navigator MCP is a Model Context Protocol server for intelligent discovery and search of Swagger/OpenAPI endpoints.

2 2mo ago A 813 tokens original MIT

testing-standards

05

aaydin-tr/swagger-navigator-mcp

Cursor rule Cursor

Cursor rule "testing-standards" from aaydin-tr/swagger-navigator-mcp, covering testing standards, test structure, coverage requirements, test organization and mocking guidelines.

2 2mo ago A 816 tokens original MIT

aaydin-tr/swagger-navigator-mcp

Cursor rule Cursor

// Good: Typed error handling function loadConfig(): Config { try { // ... loading logic } catch (error) { if (error instanceof yaml.YAMLException) { throw new Error(Invalid YAML in configuration file: ${error.message}); } throw error; } }.

2 2mo ago A 888 tokens original MIT