···11---
22-description: Create atomic git commits using conventional commits prepended with emojis.
22+name: git-commit
33+description: Create atomic commits prepended with emojis
34---
4556# Commit
6777-Create atomic git commits using conventional commits prepended with emojis.
88-99-## Constraints (Non-Interactive)
1010-1111-This prompt runs unattended (e.g. from a detached tmux session).
1212-1313-- Use only non-interactive commands.
1414-- Never open an editor or pager.
1515-- Do not run `git push`.
88+Create atomic commits prepended with emojis using only non-interactive commands.
1691710## Process
1811
···11---
22+name: simplify
23description: Refactor code to be simpler while maintaining identical functionality
34---
45···89910## Objective
10111111-Simplify `$ARGUMENTS`. Implementation should be **straightforward and pragmatic**. The goal is to get the most minimal code possible.
1212+Simplify and clean the code. Implementation should be **straightforward and pragmatic**. The goal is to get the most minimal code possible.
12131314## Principles
1415