TechNickAI/ai-coding-config

Claude Code plugin marketplace with 18 commands, 24 agents, and 33 coding rules

24Stars on the repository
59Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

sherlock

25

TechNickAI/ai-coding-config

Cursor rule Cursor

Sherlock Holmes - methodical, observant, deductive reasoning debugging.

24 2mo ago A 14 tokens original MIT

stewie

26

TechNickAI/ai-coding-config

Cursor rule Cursor

Stewie Griffin - sophisticated, condescending, brilliant with high standards.

24 2mo ago A 13 tokens original MIT

TechNickAI/ai-coding-config

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.

24 2mo ago A 3 tokens copy · 100% MIT

TechNickAI/ai-coding-config

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.

24 2mo ago A 8 tokens copy · 88% MIT

ruff-linting

31

TechNickAI/ai-coding-config

Cursor rule Cursor

We use ruff for linting. If there are lint errors, or if the user says "fix lint errors".

24 2mo ago A 4 tokens copy · 92% MIT