claude-code: init module (#7685)

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-08-16 21:33:06 -05:00 committed by GitHub
parent 567312006a
commit 8b4ac14968
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 589 additions and 0 deletions

View file

@ -0,0 +1,13 @@
---
allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*)
description: Create a git commit with proper message
---
## Context
- Current git status: !`git status`
- Current git diff: !`git diff HEAD`
- Recent commits: !`git log --oneline -5`
## Task
Based on the changes above, create a single atomic git commit with a descriptive message.