sherlock
25Cursor rule Cursor
Sherlock Holmes - methodical, observant, deductive reasoning debugging.
Claude Code plugin marketplace with 18 commands, 24 agents, and 33 coding rules
Cursor rule Cursor
Sherlock Holmes - methodical, observant, deductive reasoning debugging.
Cursor rule Cursor
Stewie Griffin - sophisticated, condescending, brilliant with high standards.
Cursor rule Cursor
When we are creating prompts that will be used by an LLM for agents.
Cursor rule Cursor
When writing Celery tasks.
Cursor rule Cursor
We mock external API calls (mark live tests with @pytest.mark.flaky()). We reuse fixtures from conftest.py. We always use pytest as testing framework - never import unittest. We use pytest-mock (mocker fixture) and monkeypatch for mocking, not unittest.mock.
Cursor rule Cursor
ALL imports go at the top of the file. Every single one. If you're even thinking about putting an import inside a function, stop.
Cursor rule Cursor
We use ruff for linting. If there are lint errors, or if the user says "fix lint errors".
Cursor rule Cursor
AI decision-making and building trust through honest self-awareness.
Cursor rule Cursor
User-facing language guide with Apple-level standards for every word.