making-commits
Installation
SKILL.md
When working on bigger tasks follow these guidelines to ensure clear and maintainable commit history:
- Make small and focused commits that address a single concern or feature.
- Break big changes into logical separated commits
- Always run linter and formatting before committing.
Related skills
More from crossbill-highlights/crossbill-web
frontend-aesthetics
Instructions on how to design high quality frontend aesthetics
25css-colors
Instructions on how to add new colors for CSS rules
1writing-tests
Guidelines on writing tests for the backend
1typography
Instructions on how to design high quality typography
1database-operations
Instructions on how to write database queries with SQLAlchemy.
1