Imported from Undertone0809/skill-creator (
AGENTS.md). Install upstream withnpx skills add Undertone0809/skill-creator. Copyright stays with the author.
Git commit rules
- After completing a feature, small functionality, test change, or bug fix, and after the necessary validation passes, default to running
git committo the current branch. - Continue using the repository's Conventional Commit format for commit messages (for example
feat:,fix:,test:,chore:). - If there are unrelated dirty changes in the working tree, default to committing only the files changed for the current task instead of asking for confirmation.
- Exception: if the user explicitly asks not to commit, or the commit scope is ambiguous / conflict risk is high, stop and confirm before committing or pushing.