Mariatta

2 mods across 1 repository, 2 stars between them.

django

01

Mariatta/claude-skills

Skill Claude CodeCodex

House conventions for writing code in a Django codebase: formatter and linter compliance (black, isort, djlint, flake8), imports at module top with real refactors for circular imports, docstrings over comment blocks, maintained libraries over hand-rolled code, full test coverage as a merge gate, N+1 queries caught at…

2 18d ago A 210 tokens original MIT

git

02

Mariatta/claude-skills

Skill Claude CodeCodex

Working practices for git itself and the forge around it, independent of what the repository contains. Creating a repository with the settings it should have had from day one: asking private or public first, because on GitHub Free a private repository cannot have rulesets or branch protection at all, then squash-only…

2 18d ago C 369 tokens original MIT