Mariatta/claude-skills

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

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…

not rated 2 25d ago A 210 tokens original MIT

git

02

Mariatta/claude-skills

Skill Claude CodeCodex needs its repo

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…

not rated 2 25d ago C 369 tokens original MIT